mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
prepare new release
This commit is contained in:
parent
0576bc8a7f
commit
566598c04e
@ -1,3 +1,7 @@
|
||||
2019-06-06 Colin Gagnaire <cgagnaire@centreon.com> - 3.0.2
|
||||
* Fix: ESX with no VMs causes VM discovery to crash
|
||||
* Fix: VM with no folder causes VM discovery to crash
|
||||
|
||||
2019-04-12 Colin Gagnaire <cgagnaire@centreon.com> - 3.0.1
|
||||
* Enhancement: add resource type filter option for discovery
|
||||
* Enhancement: add uuid and folder to vm discovery
|
||||
|
@ -54,7 +54,7 @@ BEGIN {
|
||||
use base qw(centreon::vmware::script);
|
||||
use vars qw(%centreon_vmware_config);
|
||||
|
||||
my $VERSION = "3.0.1";
|
||||
my $VERSION = "3.0.2";
|
||||
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
|
||||
|
||||
my @load_modules = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user