From 934b9c13b046b0b54ac3f94344f385cfda71dee5 Mon Sep 17 00:00:00 2001 From: Ingo Lantschner Date: Tue, 16 Dec 2008 10:23:53 +0100 Subject: [PATCH] First Commit: changed version number Nothing real, just for exploring git. --- check_esx3.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/check_esx3.pl b/check_esx3.pl index 0139e26..2c3fb36 100644 --- a/check_esx3.pl +++ b/check_esx3.pl @@ -65,7 +65,7 @@ eval { } or Nagios::Plugin::Functions::nagios_exit('UNKNOWN', "Missing perl module VMware::VIRuntime. Download and install \'VMware Infrastructure (VI) Perl Toolkit\', available at http://www.vmware.com/download/sdk/\n $perl_module_instructions"); $PROGNAME = basename($0); -$VERSION = '0.1.0'; +$VERSION = '0.1.1'; my $np = Nagios::Plugin->new( usage => "Usage: %s -D | -H | -N [ -t ]\n" -- 1.6.0.5