diff --git a/nodes/ovh/icinga2.py b/nodes/ovh/icinga2.py index 2b3ebca..1fae7b2 100644 --- a/nodes/ovh/icinga2.py +++ b/nodes/ovh/icinga2.py @@ -66,6 +66,10 @@ nodes['ovh.icinga2'] = { 'custom': { # redundant monitoring of services/hosts 'services': { + '_.qzwi.de CERTIFICATE': { + 'check_command': 'check_https_cert_at_url', + 'vars.domain': 'cloud.qzwi.de', + }, 'flauschekatze.space CERTIFICATE': { 'check_command': 'check_https_cert_at_url', 'vars.domain': 'flauschekatze.space',