Until we switch over to this, use this to sync: rsync -avr ~/puppet/modules/nagios/files .
14 lines
418 B
INI
14 lines
418 B
INI
define service {
|
|
host_name rawhide-composer, branched-composer, koji03
|
|
service_description Check NFS File Locks
|
|
check_command check_by_nrpe!check_lock
|
|
use criticaltemplate
|
|
}
|
|
|
|
define service {
|
|
host_name fas01
|
|
service_description Check certificate lock
|
|
check_command check_by_nrpe!check_lock_file_age
|
|
use defaulttemplate
|
|
}
|
|
|