summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/icli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/icli b/bin/icli
index 7435797..cac57b4 100755
--- a/bin/icli
+++ b/bin/icli
@@ -1291,7 +1291,7 @@ sub action_on_service {
time() );
say "Scheduled forced check of '$service' on '$host'";
}
- when ('Acknowledge') {
+ when ('acknowledge') {
dispatch_command( 'ACKNOWLEDGE_SVC_PROBLEM', $host, $service, 2, 1,
1, 'cli', $action_args[0] );
say "Acknowledged $host/$service: $action_args[0]";