summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rwxr-xr-xbin/icli2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 37ea3a1..28bfe37 100644
--- a/Changelog
+++ b/Changelog
@@ -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
diff --git a/bin/icli b/bin/icli
index 3d7af82..b25aa79 100755
--- a/bin/icli
+++ b/bin/icli
@@ -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 ) {