Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-vmware
Commits
ab9a2de3
Commit
ab9a2de3
authored
Apr 26, 2022
by
garnier-quentin
Browse files
prepare release 3.2.4
parent
4bf37564
Changes
3
Hide whitespace changes
Inline
Side-by-side
centreon/script/centreon_vmware.pm
View file @
ab9a2de3
...
...
@@ -54,7 +54,7 @@ BEGIN {
use
base
qw(centreon::vmware::script)
;
use
vars
qw(%centreon_vmware_config)
;
my
$VERSION
=
'
3.2.
3
';
my
$VERSION
=
'
3.2.
4
';
my
%handlers
=
(
TERM
=>
{},
HUP
=>
{},
CHLD
=>
{});
my
@load_modules
=
(
...
...
centreon/vmware/common.pm
View file @
ab9a2de3
...
...
@@ -45,7 +45,7 @@ sub init_response {
my
(
%options
)
=
@_
;
$manager_response
->
{
code
}
=
0
;
$manager_response
->
{
vmware_connector_version
}
=
'
3.2.
3
';
$manager_response
->
{
vmware_connector_version
}
=
'
3.2.
4
';
$manager_response
->
{
short_message
}
=
'
OK
';
$manager_response
->
{
extra_message
}
=
'';
$manager_response
->
{
identity
}
=
$options
{
identity
}
if
(
defined
(
$options
{
identity
}));
...
...
changelog
View file @
ab9a2de3
2022-04-14 Quentin Garnier <qgarnier@centreon.com> - 3.2.4
* Fix: custom attributes retrieved for vcenter only
2022-04-14 Quentin Garnier <qgarnier@centreon.com> - 3.2.3
* Enhancement: add custom attributes in discovery
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment