summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-04-15 13:30:44 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-04-15 13:30:44 +0200
commit060c5c467552d12b84ebbb25c07f608342f1b8c7 (patch)
tree1a96ae7effa867e4ed9db3befe4c822d769b20b7
parent03e96339e979c4df270f6a52c850807cf2a2eb27 (diff)
version bump0.41
-rw-r--r--Changelog5
-rw-r--r--README3
-rwxr-xr-xbin/icli6
3 files changed, 9 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 920d4ef..e31c6e8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+icli 0.41 - Sun Apr 15 2012
+
+ * Add "icli host/service" as "icli -h host -s service" shortcut
+ * Add -u / --force-recheck option (Patch by Hugh Brown)
+
icli 0.4 - Mon Jan 31 2011
* icli -vvv lists hosts/services with maximum verbosity
diff --git a/README b/README
index cff8397..0830848 100644
--- a/README
+++ b/README
@@ -1,14 +1,13 @@
icli - Icinga Command Line Interface
Requires:
- * perl version 5.10 or newer
+ * perl version 5.10 or newer with Date::Format and Term::Size
* A local icinga daemon + access to some of its files
Installation:
> perl Build.PL
> ./Build
- > ./Build test
> sudo ./Build install
You can then run 'man icli' for more information.
diff --git a/bin/icli b/bin/icli
index 3cceb7c..25729e9 100755
--- a/bin/icli
+++ b/bin/icli
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-## Copyright © 2010 by Daniel Friesel <derf@finalrewind.org>
+## Copyright © 2010-2012 by Daniel Friesel <derf@finalrewind.org>
## License: WTFPL <http://sam.zoy.org/wtfpl>
## 0. You just DO WHAT THE FUCK YOU WANT TO.
use autodie;
@@ -13,7 +13,7 @@ use Getopt::Long qw/:config bundling/;
use Term::ANSIColor;
use Term::Size;
-our $VERSION = '0.4';
+our $VERSION = '0.41';
my ( $cache, $config, $data, $extra );
my $config_file = '/var/cache/icinga/objects.cache';
@@ -880,7 +880,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.4
+version 0.41
=head1 DESCRIPTION