ansible/roles/nagios_server/files/nagios/services/file_age.cfg

17 lines
533 B
INI
Raw Normal View History

2014-04-24 17:53:34 +00:00
define service {
host_name mirrorlist-osuosl, mirrorlist-ibiblio, mirrorlist-phx2, mirrorlist-host1plus
2014-04-24 17:53:34 +00:00
service_description Check MirrorList Cache
check_command check_by_nrpe!check_mirrorlist_cache
use defaulttemplate
normal_check_interval 120
}
define service {
2014-07-19 16:23:14 +00:00
host_name log01
2014-04-24 17:53:34 +00:00
service_description Check Merged Log
check_command check_by_nrpe!check_merged_file_age
use defaulttemplate
normal_check_interval 120
event_handler restart_rsyslog
}