14 lines
418 B
INI
14 lines
418 B
INI
define service {
|
|
host_name branched-composer, rawhide-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
|
|
}
|
|
|