16 lines
533 B
INI
16 lines
533 B
INI
define service {
|
|
host_name mirrorlist-osuosl, mirrorlist-ibiblio, mirrorlist-phx2, mirrorlist-host1plus
|
|
service_description Check MirrorList Cache
|
|
check_command check_by_nrpe!check_mirrorlist_cache
|
|
use defaulttemplate
|
|
normal_check_interval 120
|
|
}
|
|
|
|
define service {
|
|
host_name log01
|
|
service_description Check Merged Log
|
|
check_command check_by_nrpe!check_merged_file_age
|
|
use defaulttemplate
|
|
normal_check_interval 120
|
|
event_handler restart_rsyslog
|
|
}
|