]> git.uio.no Git - check_openmanage.git/commitdiff
* version 3.5.6-beta2
authortrondham <trondham@e53b7cee-c147-0410-b3a0-ae4c1fa63963>
Sun, 31 Jan 2010 19:28:03 +0000 (19:28 +0000)
committertrondham <trondham@e53b7cee-c147-0410-b3a0-ae4c1fa63963>
Sun, 31 Jan 2010 19:28:03 +0000 (19:28 +0000)
* Option '--htmlinfo' now has a shorter equivalent '-I'

git-svn-id: svn+ssh://vcs-usit.uio.no/svnroot/usit-unix-intern/trunk/usit-nagios-plugins/trondham/check_openmanage@16382 e53b7cee-c147-0410-b3a0-ae4c1fa63963

check_openmanage

index 71e98c7504862e6f91f075392b464dafe5537e48..d9f5b8b2ab0d6ed5d656b6592a63a02f4138a764 100755 (executable)
@@ -57,7 +57,7 @@ $SIG{__WARN__} = \&collect_perl_warning;
 
 # Version and similar info
 $NAME    = 'check_openmanage';
-$VERSION = '3.5.6-beta1';
+$VERSION = '3.5.6-beta2';
 $AUTHOR  = 'Trond H. Amundsen';
 $CONTACT = 't.h.amundsen@usit.uio.no';
 
@@ -102,7 +102,7 @@ OUTPUT OPTIONS:
    -s, --state         Prefix alerts with alert state
    -S, --short-state   Prefix alerts with alert state (abbreviated)
    -o, --okinfo        Verbosity when check result is OK
-   --htmlinfo          HTML output with clickable links
+   -I, --htmlinfo      HTML output with clickable links
 
 CHECK CONTROL AND BLACKLISTING:
 
@@ -172,7 +172,7 @@ GetOptions('b|blacklist=s'      => \@{ $opt{blacklist} },
           'p|perfdata:s'       => \$opt{perfdata},
           'i|info'             => \$opt{info},
           'e|extinfo'          => \$opt{extinfo},
-          'htmlinfo:s'         => \$opt{htmlinfo},
+          'I|htmlinfo:s'       => \$opt{htmlinfo},
           'postmsg=s'          => \$opt{postmsg},
           's|state'            => \$opt{state},
           'S|short-state'      => \$opt{shortstate},