summaryrefslogtreecommitdiff
path: root/bin/icli
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-12 18:32:29 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-12 18:32:29 +0200
commitf202238c50aefa8935e883ca143dd2236f7c744d (patch)
tree89ed354489fac41e0aafdbd3f8c186872bc4f3ad /bin/icli
parent08da44369e0b6fa281bbe41afa4ba9f95718c041 (diff)
do not require --recheck when --force-recheck is used
Diffstat (limited to 'bin/icli')
-rwxr-xr-xbin/icli2
1 files changed, 1 insertions, 1 deletions
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 ) {