summaryrefslogtreecommitdiff
path: root/bin/icli
diff options
context:
space:
mode:
Diffstat (limited to 'bin/icli')
-rwxr-xr-xbin/icli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/icli b/bin/icli
index d450b98..cac57b4 100755
--- a/bin/icli
+++ b/bin/icli
@@ -1195,7 +1195,7 @@ sub display_overview {
}
sub dispatch_command {
- my $str = join( ';', @_ );
+ my $str = join( ';', @_ ) . "\n";
open( my $cmd_fh, '>', $rw_file )
or die( "Failed to open icinga command file ($rw_file): $!\n"
@@ -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]";