From a1336c282b7ec73de6507c7a4962fe62b867c9a5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 26 Feb 2022 14:05:11 +0100 Subject: [PATCH] ovh.icinga2: add monitoring for entropia-jira --- nodes/ovh/icinga2.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nodes/ovh/icinga2.py b/nodes/ovh/icinga2.py index 1fae7b2..494ce6d 100644 --- a/nodes/ovh/icinga2.py +++ b/nodes/ovh/icinga2.py @@ -82,6 +82,17 @@ nodes['ovh.icinga2'] = { 'check_command': 'check_https_cert_at_url', 'vars.domain': 'media.ccc.de', }, + 'ticket.gulas.ch CERTIFICATE': { + 'check_command': 'check_https_cert_at_url', + 'vars.domain': 'ticket.gulas.ch', + 'vars.notification.mail': True + }, + 'ticket.gulas.ch CONTENT': { + 'check_command': 'check_http_wget', + 'vars.http_wget_contains': 'login.jsp', + 'vars.http_wget_url': 'https://ticket.gulas.ch/secure/Dashboard.jspa', + 'vars.notification.sms': True, + }, }, }, },