More nagios file fixes
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c276097e32
commit
63fe73c878
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name copr-back
|
hostgroup_name copr_back
|
||||||
service_description Check Copr backend consecutive build failures
|
service_description Check Copr backend consecutive build failures
|
||||||
check_command check_by_nrpe!check_copr_backend_failed
|
check_command check_by_nrpe!check_copr_backend_failed
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
|
|
|
@ -83,7 +83,7 @@ define service {
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name moby-registry
|
hostgroup_name moby_registry
|
||||||
service_description Disk space /var/lib/registry
|
service_description Disk space /var/lib/registry
|
||||||
check_command check_by_nrpe!check_disk_/var/lib/registry
|
check_command check_by_nrpe!check_disk_/var/lib/registry
|
||||||
use disktemplate
|
use disktemplate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue