mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ prepare new version
This commit is contained in:
parent
105e194af6
commit
a5eaa3bc72
@ -1,3 +1,6 @@
|
||||
2016-11-17 Quentin Garnier <qgarnier@centreon.com> - 2.3.1
|
||||
* Enhance: Add an option to not check memory ESX state
|
||||
|
||||
2016-08-04 Quentin Garnier <qgarnier@centreon.com> - 2.3.0
|
||||
* Enhance: Add a mode to check connected device (issue #20)
|
||||
* Enhance: Option to use case-insensitive search (issue #14)
|
||||
|
@ -54,7 +54,7 @@ BEGIN {
|
||||
use base qw(centreon::script);
|
||||
use vars qw(%centreon_vmware_config);
|
||||
|
||||
my $VERSION = "2.3.0";
|
||||
my $VERSION = "2.3.1";
|
||||
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
|
||||
|
||||
my @load_modules = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user