move entropia-jira monitoring to dedicated node
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
b62e9066bd
commit
e69b8e5a66
2 changed files with 16 additions and 15 deletions
16
nodes/entropia-jira.toml
Normal file
16
nodes/entropia-jira.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
hostname = "ticket.gulas.ch"
|
||||
dummy = true
|
||||
|
||||
[metadata.icinga_options]
|
||||
pretty_name = "ticket.gulas.ch"
|
||||
|
||||
[metadata.icinga2_api.nginx.services."NGINX VHOST jira CERTIFICATE"]
|
||||
check_command = "check_https_cert_at_url"
|
||||
"vars.domain" = "ticket.gulas.ch"
|
||||
"vars.notification.mail" = true
|
||||
|
||||
[metadata.icinga2_api.nginx.services."NGINX VHOST jira 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
|
|
@ -78,21 +78,6 @@ nodes['ovh.icinga2'] = {
|
|||
'check_command': 'check_https_cert_at_url',
|
||||
'vars.domain': 'matrix.flauschekatze.space',
|
||||
},
|
||||
'media.ccc.de CERTIFICATE': {
|
||||
'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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue