diff options
-rw-r--r-- | Changelog | 1 | ||||
-rwxr-xr-x | bin/icli | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ git HEAD * Allow build-item specification of icinga paths (perl Build.PL --icli-xyz-file=..., see README) * Do not throw warnings when encountering empty contact groups + * Do not require --recheck when using --force-recheck icli 0.46 - Sun Sep 29 2013 @@ -1017,7 +1017,7 @@ elsif ( $list_type eq 'd' ) { display_downtime($downtime); } } -elsif ( $recheck or $acknowledge ) { +elsif ( $recheck or $force_recheck or $acknowledge ) { foreach my $host (@list_hosts) { if ( not @list_services and not @filters ) { |