bundles/c3voc-addons: add sms to NGINX VHOST checks

This commit is contained in:
Franzi 2021-04-10 15:04:34 +02:00
parent 8c292ff8e0
commit efd2875b17
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -50,6 +50,7 @@ def monitoring(metadata):
'check_command': 'check_http_wget',
'vars.http_wget_contains': vconfig['website_check_string'],
'vars.http_wget_url': 'https://{}{}'.format(domain, vconfig['website_check_path']),
'vars.notification.sms': True,
}
if vconfig.get('check_ssl', True):