mirror of https://github.com/Icinga/icinga2.git
parent
8e05f6ce4b
commit
e873ce6b9c
|
@ -306,8 +306,8 @@ a valid `address` resp. `address6` attribute will be excluded.
|
|||
check_command = "ping4"
|
||||
vars.sla = "24x7"
|
||||
|
||||
assign where "linux-server" in host.groups
|
||||
assign where "windows-server" in host.groups
|
||||
assign where "linux-servers" in host.groups
|
||||
assign where "windows-servers" in host.groups
|
||||
ignore where host.address == ""
|
||||
}
|
||||
|
||||
|
@ -317,8 +317,8 @@ a valid `address` resp. `address6` attribute will be excluded.
|
|||
check_command = "ping6"
|
||||
vars.sla = "24x7"
|
||||
|
||||
assign where "linux-server" in host.groups
|
||||
assign where "windows-server" in host.groups
|
||||
assign where "linux-servers" in host.groups
|
||||
assign where "windows-servers" in host.groups
|
||||
ignore where host.address6 == ""
|
||||
}
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ apply Service "ping4" {
|
|||
check_command = "ping4"
|
||||
vars.sla = "24x7"
|
||||
|
||||
assign where "linux-server" in host.groups
|
||||
assign where "windows-server" in host.groups
|
||||
assign where "linux-servers" in host.groups
|
||||
assign where "windows-servers" in host.groups
|
||||
ignore where host.address == ""
|
||||
}
|
||||
|
||||
|
@ -24,8 +24,8 @@ apply Service "ping6" {
|
|||
check_command = "ping6"
|
||||
vars.sla = "24x7"
|
||||
|
||||
assign where "linux-server" in host.groups
|
||||
assign where "windows-server" in host.groups
|
||||
assign where "linux-servers" in host.groups
|
||||
assign where "windows-servers" in host.groups
|
||||
ignore where host.address6 == ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue