mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
+ Update version
git-svn-id: http://svn.merethis.net/centreon-esxd/trunk@90 a5eaa968-4c79-4d68-970d-af6011b5b055
This commit is contained in:
parent
1f3a3465aa
commit
65506b29f8
@ -6,7 +6,7 @@ use IO::Socket;
|
|||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
||||||
my $PROGNAME = $0;
|
my $PROGNAME = $0;
|
||||||
my $VERSION = "1.5.0";
|
my $VERSION = "1.5.1";
|
||||||
my %ERRORS = (OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3, DEPENDENT => 4);
|
my %ERRORS = (OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3, DEPENDENT => 4);
|
||||||
my $socket;
|
my $socket;
|
||||||
my $separatorin = '~';
|
my $separatorin = '~';
|
||||||
|
@ -20,6 +20,7 @@ BEGIN {
|
|||||||
use base qw(centreon::script);
|
use base qw(centreon::script);
|
||||||
use vars qw(%centreonesxd_config);
|
use vars qw(%centreonesxd_config);
|
||||||
|
|
||||||
|
my $VERSION = "1.5.1";
|
||||||
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
|
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
|
||||||
my @load_modules = ('centreon::esxd::cmdcountvmhost',
|
my @load_modules = ('centreon::esxd::cmdcountvmhost',
|
||||||
'centreon::esxd::cmdcpuhost',
|
'centreon::esxd::cmdcpuhost',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user