Define the / file check for every host but cloud

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-06-23 12:55:09 +01:00
parent 97fc9d2fb9
commit 5075885124
2 changed files with 2 additions and 4 deletions

View file

@ -1,12 +1,12 @@
define service {
hostgroup_name virtservers
hostgroup_name all,!cloud
service_description Disk_Space_/
check_command check_by_nrpe!check_disk_/
use disktemplate
}
define service {
hostgroup_name virtservers,proxies
hostgroup_name all,!cloud
service_description Disk Space /boot
check_command check_by_nrpe!check_disk_/boot
use disktemplate