ovh.icinga2: add _.qzwi.de certificate check
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
de3580a7d3
commit
c5b7b0f97e
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ nodes['ovh.icinga2'] = {
|
||||||
'custom': {
|
'custom': {
|
||||||
# redundant monitoring of services/hosts
|
# redundant monitoring of services/hosts
|
||||||
'services': {
|
'services': {
|
||||||
|
'_.qzwi.de CERTIFICATE': {
|
||||||
|
'check_command': 'check_https_cert_at_url',
|
||||||
|
'vars.domain': 'cloud.qzwi.de',
|
||||||
|
},
|
||||||
'flauschekatze.space CERTIFICATE': {
|
'flauschekatze.space CERTIFICATE': {
|
||||||
'check_command': 'check_https_cert_at_url',
|
'check_command': 'check_https_cert_at_url',
|
||||||
'vars.domain': 'flauschekatze.space',
|
'vars.domain': 'flauschekatze.space',
|
||||||
|
|
Loading…
Reference in a new issue