# HG changeset patch # User Matthias Förste # Date 1309528253 -7200 # Node ID 99ed3413c15ab1b77875dc9d9d303f74445269b1 # Parent 697ef98b848399bdcff38cb0896ae6ef6401ab24 updated version diff -r 697ef98b8483 -r 99ed3413c15a check_avwebgate.pl --- a/check_avwebgate.pl Fri Jul 01 15:17:27 2011 +0200 +++ b/check_avwebgate.pl Fri Jul 01 15:50:53 2011 +0200 @@ -14,6 +14,8 @@ sub print_usage(); my $ME = basename $0; +my $VERSION = '1.1'; + my ( $opt_u, $opt_s, $opt_V, $opt_h, $opt_b ); my ( $result, $found, $message, $version, $current_version ); @@ -36,7 +38,7 @@ ); if ($opt_V) { - print_revision( $ME, "0.1" ); + print_revision( $ME, $VERSION ); exit $ERRORS{"OK"}; } @@ -87,7 +89,7 @@ } sub print_help() { - print_revision( $ME, "0.1" ); + print_revision( $ME, $VERSION ); print "Copyright (c) 2008 Christian Arnold\n\n"; print "This plugin checks for new versions of Avira AntiVir WebGate.\n\n"; print_usage(); diff -r 697ef98b8483 -r 99ed3413c15a debian/changelog --- a/debian/changelog Fri Jul 01 15:17:27 2011 +0200 +++ b/debian/changelog Fri Jul 01 15:50:53 2011 +0200 @@ -1,3 +1,14 @@ +nagios-plugin-avwebgate (1.1) oldstable stable; urgency=low + + * removed usage of 'support()' because it recommends asking on the nagios + list in case of problems with this plugin + * changed url and search pattern and version detection mechanism + * display actual defaults with -h unless they have been overridden on the + commandline ;) + * added nagios-plugins-basic to dependencies + + -- Matthias Förste Fri, 01 Jul 2011 15:18:22 +0200 + nagios-plugin-avwebgate (1.0-3) stable; urgency=low * Avira URL aktualisiert