Re-add disk and icinga services in the Windows config

fixes #9259
This commit is contained in:
Gunnar Beutner 2015-05-13 08:43:58 +02:00
parent ef85a15617
commit 01bcdddd62
1 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,22 @@ apply Service "ping6" {
assign where host.address6
}
apply Service for (disk => config in host.vars.disks) {
import "generic-service"
check_command = "disk-windows"
vars += config
}
apply Service "icinga" {
import "generic-service"
check_command = "icinga"
assign where host.name == NodeName
}
apply Service "load" {
import "generic-service"