mirror of https://github.com/Icinga/icinga2.git
parent
0a1c8ea17c
commit
ef85a15617
|
@ -183,7 +183,7 @@ object CheckCommand "ping4-windows" {
|
||||||
|
|
||||||
command += [ "-4" ]
|
command += [ "-4" ]
|
||||||
|
|
||||||
vars.ping_address = "$address$"
|
vars.ping_win_address = "$address$"
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "ping6-windows" {
|
object CheckCommand "ping6-windows" {
|
||||||
|
@ -191,7 +191,7 @@ object CheckCommand "ping6-windows" {
|
||||||
|
|
||||||
command += [ "-6" ]
|
command += [ "-6" ]
|
||||||
|
|
||||||
vars.ping_address = "$address6$"
|
vars.ping_win_address = "$address6$"
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "procs-windows" {
|
object CheckCommand "procs-windows" {
|
||||||
|
|
Loading…
Reference in New Issue