More nagios fixes
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
63fe73c878
commit
9b7882313f
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name autocloud-backend
|
hostgroup_name autocloud_backend
|
||||||
service_description Check for autocloud proc
|
service_description Check for autocloud proc
|
||||||
check_command check_by_nrpe!check_autocloud_proc
|
check_command check_by_nrpe!check_autocloud_proc
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name autocloud-backend
|
hostgroup_name autocloud_backend
|
||||||
service_description Check for redis proc
|
service_description Check for redis proc
|
||||||
check_command check_by_nrpe!check_redis_proc
|
check_command check_by_nrpe!check_redis_proc
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue