mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 08:34:46 +02:00
+ prepare new version
This commit is contained in:
parent
a2ec6c55ab
commit
ce02ce6b11
@ -1,3 +1,7 @@
|
||||
2017-XX-XX Quentin Garnier <qgarnier@centreon.com> - 2.3.2
|
||||
* Fix: miscalcultion in datastores-snapshot (issue #39)
|
||||
* Fix: problem with --tools-notinstalled-status option (issue #38)
|
||||
|
||||
2016-11-17 Quentin Garnier <qgarnier@centreon.com> - 2.3.1
|
||||
* Enhance: Add an option to not check memory ESX state
|
||||
|
||||
|
@ -54,7 +54,7 @@ BEGIN {
|
||||
use base qw(centreon::script);
|
||||
use vars qw(%centreon_vmware_config);
|
||||
|
||||
my $VERSION = "2.3.1";
|
||||
my $VERSION = "2.3.2";
|
||||
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
|
||||
|
||||
my @load_modules = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user