ansible/roles/nagios_server/files/nagios/hosts/templates.cfg
Kevin Fenzi 9a255e3c41 nagios_server: try and adjust for all the aws copr instances
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00

85 lines
2.7 KiB
INI

define host {
name defaulttemplate
#check_command check-host-alive4
check_command check-host-alive-nrpe
max_check_attempts 8
checks_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 15
notifications_enabled 1
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}
define host {
name aws
check_command check-host-alive-ssh
max_check_attempts 8
checks_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 15
notifications_enabled 1
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}
define host {
name mincheck
check_command check-host-alive4
max_check_attempts 8
checks_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 15
notifications_enabled 1
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}
define host {
name ppc-secondarytemplate
check_command check-host-alive4
max_check_attempts 8
checks_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 15
notifications_enabled 1
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}
define host {
name retracetemplate
check_command check-host-alive4
max_check_attempts 8
checks_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 15
notifications_enabled 1
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}
define host {
name defaultbuilders
max_check_attempts 8
checks_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 15
notifications_enabled 1
notification_options d,r
contact_groups fedora-sysadmin-ircbot
register 0
}