From b7148cf55864aa9f8a08c99f307e6455d9f64004 Mon Sep 17 00:00:00 2001 From: Peter Eckel Date: Fri, 17 May 2019 15:09:58 +0200 Subject: [PATCH] Use --description instead of -d for check_service.exe --- itl/command-plugins-windows.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }