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