mirror of https://github.com/Icinga/icinga2.git
Use --description instead of -d for check_service.exe
This commit is contained in:
parent
ef89ea79cb
commit
b7148cf558
|
@ -222,7 +222,7 @@ object CheckCommand "service-windows" {
|
||||||
required = true
|
required = true
|
||||||
description = "Service to check"
|
description = "Service to check"
|
||||||
}
|
}
|
||||||
"-d" = {
|
"--description" = {
|
||||||
set_if = "$service_win_description$"
|
set_if = "$service_win_description$"
|
||||||
description = "Use service description instead of name"
|
description = "Use service description instead of name"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue