45 lines
1.2 KiB
INI
45 lines
1.2 KiB
INI
define service {
|
|
hostgroup_name proxies
|
|
service_description Check MirrorList 1 Cache
|
|
check_command check_by_nrpe!check_mirrorlist1_cache
|
|
use defaulttemplate
|
|
check_interval 120
|
|
notification_interval 130
|
|
}
|
|
|
|
define service {
|
|
hostgroup_name proxies
|
|
service_description Check MirrorList 2 Cache
|
|
check_command check_by_nrpe!check_mirrorlist2_cache
|
|
use defaulttemplate
|
|
check_interval 120
|
|
notification_interval 130
|
|
}
|
|
|
|
define service {
|
|
hostgroup_name proxies
|
|
service_description Check TicketKey age
|
|
check_command check_by_nrpe!check_ticketkey_age
|
|
use defaulttemplate
|
|
check_interval 120
|
|
notification_interval 130
|
|
}
|
|
|
|
define service {
|
|
hostgroup_name proxies
|
|
service_description Check ostree summary age
|
|
check_command check_by_nrpe!check_ostree_summary_file_age
|
|
use defaulttemplate
|
|
check_interval 120
|
|
notification_interval 130
|
|
}
|
|
|
|
define service {
|
|
host_name log01.phx2.fedoraproject.org
|
|
service_description Check Merged Log
|
|
check_command check_by_nrpe!check_merged_file_age
|
|
use defaulttemplate
|
|
check_interval 120
|
|
notification_interval 130
|
|
event_handler restart_rsyslog
|
|
}
|