ovh.icinga2: add monitoring for entropia-jira
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e1f7c691c3
commit
a1336c282b
1 changed files with 11 additions and 0 deletions
|
@ -82,6 +82,17 @@ nodes['ovh.icinga2'] = {
|
||||||
'check_command': 'check_https_cert_at_url',
|
'check_command': 'check_https_cert_at_url',
|
||||||
'vars.domain': 'media.ccc.de',
|
'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,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue