diff options
-rw-r--r-- | Changelog | 4 | ||||
-rwxr-xr-x | bin/icli | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -git HEAD +icli 0.4 - Mon Jan 31 2011 * icli -vvv lists hosts/services with maximum verbosity * Acknowledging of host/service problems - * Cut off or break long lines (improves output readability) + * Cut off or break long lines with -x (improves output readability) * Print long plugin output in -vv/-vvv (if available) * Fix -C (didn't remove all colours) @@ -12,7 +12,7 @@ use Getopt::Long qw/:config bundling/; use Term::ANSIColor; use Term::Size; -my $VERSION = '0.3'; +my $VERSION = '0.4'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; |