mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
Merge pull request #7189 from peteeckel/fix/check_service-7188
Use --description instead of -d for check_service.exe
This commit is contained in:
commit
bbbf43fdc5
@ -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…
x
Reference in New Issue
Block a user