Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
+ Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin committed Aug 4, 2016
1 parent aa62d1b commit 869b1a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion centreon/script/centreon_vmware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BEGIN {
use base qw(centreon::script);
use vars qw(%centreon_vmware_config);

my $VERSION = "2.2.1";
my $VERSION = "2.3.0";
my %handlers = (TERM => {}, HUP => {}, CHLD => {});

my @load_modules = (
Expand Down
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2016-08-04 Quentin Garnier <[email protected]> - 2.3.0
* Enhance: Add a mode to check connected device (issue #20)
* Enhance: Option to use case-insensitive search (issue #14)
* Enhance: Add memory state for ESX check
* Fix: Hardening connector about blocked childs

2016-05-26 Quentin Garnier <[email protected]> - 2.2.1
* Enhance: Better management of ESX/VCenter disconnect
* Enhance: Add counter 'max-total-latency' for mode 'datastore-vm'
Expand Down

0 comments on commit 869b1a5

Please sign in to comment.