summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog6
-rwxr-xr-xbin/icli2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 2ba1f3c..b69311a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+icli 0.3 - Sun Nov 21 2010
+
+ * Show service flags with -v -ls (acknowledged, flapping etc.)
+ * Filter hosts/services by check state or various flags
+ * icli -vv lists hosts/services in an even more detailed manner
+
icli 0.2 - Mon Nov 08 2010
* List downtimes and check queue
diff --git a/bin/icli b/bin/icli
index 66db438..f60dd5e 100755
--- a/bin/icli
+++ b/bin/icli
@@ -11,7 +11,7 @@ use Date::Format;
use Getopt::Long qw/:config bundling/;
use Term::ANSIColor;
-my $VERSION = '0.2';
+my $VERSION = '0.3';
my ($cache, $config, $data, $extra);
my $config_file = '/var/cache/icinga/objects.cache';