30 lines
1.1 KiB
TOML
30 lines
1.1 KiB
TOML
|
hostname = "31.172.33.107"
|
||
|
dummy = true
|
||
|
|
||
|
[metadata.icinga_options]
|
||
|
period = "daytime"
|
||
|
show_on_statuspage = false
|
||
|
|
||
|
[metadata.icinga2_api.nginx.services."NGINX VHOST jira CERTIFICATE"]
|
||
|
check_command = "check_https_cert_at_url"
|
||
|
"vars.domain" = "jira.c3voc.de"
|
||
|
"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://jira.c3voc.de/secure/Dashboard.jspa"
|
||
|
"vars.notification.sms" = true
|
||
|
|
||
|
[metadata.icinga2_api.custom.services]
|
||
|
# these checks do not get deployed onto the actual host by us, we only
|
||
|
# execute those checks
|
||
|
'DISK SPACE'.'vars.sshmon_command' = 'DISK_SPACE'
|
||
|
'JIRA HEAP'.'vars.sshmon_command' = 'JIRA_HEAP'
|
||
|
'JIRA THREADS'.'vars.sshmon_command' = 'JIRA_THREADS'
|
||
|
'LOAD'.'vars.sshmon_command' = 'LOAD'
|
||
|
'OOM KILLER'.'vars.sshmon_command' = 'OOM_KILLER'
|
||
|
'RAM'.'vars.sshmon_command' = 'RAM'
|
||
|
'USER PROCESS SECURITY jira'.'vars.sshmon_command' = 'USER_PROCESS_SECURITY_jira'
|
||
|
'ZPOOL SPACE tank'.'vars.sshmon_command' = 'check_zpool_space_tank'
|