More nagios fixes

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-22 17:17:21 +02:00
parent 63fe73c878
commit 9b7882313f

View file

@ -1,12 +1,12 @@
define service {
hostgroup_name autocloud-backend
hostgroup_name autocloud_backend
service_description Check for autocloud proc
check_command check_by_nrpe!check_autocloud_proc
use defaulttemplate
}
define service {
hostgroup_name autocloud-backend
hostgroup_name autocloud_backend
service_description Check for redis proc
check_command check_by_nrpe!check_redis_proc
use defaulttemplate