summaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/files/nagios/services/file_age.cfg
blob: 5de18e7be79474a2350bccc959e50095dc8c6acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
define service {
  hostgroup_name	mirrorlist2
  service_description   Check MirrorList Cache
  check_command         check_by_nrpe!check_mirrorlist_cache
  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
}