14 lines
468 B
INI
14 lines
468 B
INI
define service {
|
|
host_name rawhide-composer.phx2.fedoraproject.org, koji01.phx2.fedoraproject.org
|
|
service_description Check NFS File Locks
|
|
check_command check_by_nrpe!check_lock
|
|
use criticaltemplate
|
|
}
|
|
|
|
define service {
|
|
host_name fas01.phx2.fedoraproject.org
|
|
service_description Check certificate lock
|
|
check_command check_by_nrpe!check_lock_file_age
|
|
use defaulttemplate
|
|
}
|
|
|