mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
parent
69578eb7de
commit
8612384dea
@ -183,7 +183,7 @@ object CheckCommand "ping4-windows" {
|
||||
|
||||
command += [ "-4" ]
|
||||
|
||||
vars.ping_address = "$address$"
|
||||
vars.ping_win_address = "$address$"
|
||||
}
|
||||
|
||||
object CheckCommand "ping6-windows" {
|
||||
@ -191,7 +191,7 @@ object CheckCommand "ping6-windows" {
|
||||
|
||||
command += [ "-6" ]
|
||||
|
||||
vars.ping_address = "$address6$"
|
||||
vars.ping_win_address = "$address6$"
|
||||
}
|
||||
|
||||
object CheckCommand "procs-windows" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user