diff options
-rw-r--r-- | Changelog | 3 | ||||
-rwxr-xr-x | bin/icli | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -6,7 +6,8 @@ git HEAD * Do not throw warnings when encountering empty contact groups * Do not require --recheck when using --force-recheck * Support --force-recheck with a host-only argument to immediately recheck - all services on a host + all services on a host (closses #15) + * Fix -lh not showing serviceless hosts (closes #14) icli 0.46 - Sun Sep 29 2013 @@ -993,7 +993,7 @@ foreach my $group (@for_groups) { } if ( @list_hosts == 0 ) { - @list_hosts = sort keys %{ $data->{services} }; + @list_hosts = sort keys %{ $data->{hosts} }; } if (@list_services) { |