Skip to content

Commit

Permalink
Release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Nov 21, 2010
1 parent facc96e commit b7bd9f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/icli
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b7bd9f4

Please sign in to comment.