From: Peter Eckel Date: Fri, 17 May 2019 13:09:58 +0000 (+0200) Subject: Use --description instead of -d for check_service.exe X-Git-Tag: v2.11.0-rc1~97^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7148cf55864aa9f8a08c99f307e6455d9f64004;p=icinga2 Use --description instead of -d for check_service.exe --- diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index 98a723452..22ab623b9 100644 --- a/itl/command-plugins-windows.conf +++ b/itl/command-plugins-windows.conf @@ -222,7 +222,7 @@ object CheckCommand "service-windows" { required = true description = "Service to check" } - "-d" = { + "--description" = { set_if = "$service_win_description$" description = "Use service description instead of name" }