You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Check-Command "vcenterconnection" is not working in our environments.
Upgraded the vspheredb module yesterday on one icingaweb2 instance to "stable/1.2"
Also upgraded incubator module to version 0.10.1
Then we recognized, that the "old" health-command has been removed / disabled, and we should change this check to the "new" check vcenterconnection - but this is currently only throwing an error-message about undefined method Icinga\Module\Vspheredb\DbObject\VCenter::getApi()
Expected Behavior
cli:> '/usr/bin/icingacli' 'vspheredb' 'check' 'vcenterconnection' '--vCenter' '1' myVCenter: Connected to VMware vCenter Server 6.7.0 build-18485185 on linux-x64, api=VirtualCenter (VMware VirtualCenter Server)
Thanks for reporting this, can be reproduced. This check command is still using an outdated API, which no longer exists. Has been overlooked when releasing v1.2. Sorry for that - will be fixed. Workaround: please disable this check for now, it will not work.
The Check-Command "vcenterconnection" is not working in our environments.
Upgraded the vspheredb module yesterday on one icingaweb2 instance to "stable/1.2"
Also upgraded incubator module to version 0.10.1
Then we recognized, that the "old" health-command has been removed / disabled, and we should change this check to the "new"
check vcenterconnection
- but this is currently only throwing an error-message about undefined methodIcinga\Module\Vspheredb\DbObject\VCenter::getApi()
Expected Behavior
cli:> '/usr/bin/icingacli' 'vspheredb' 'check' 'vcenterconnection' '--vCenter' '1'
myVCenter: Connected to VMware vCenter Server 6.7.0 build-18485185 on linux-x64, api=VirtualCenter (VMware VirtualCenter Server)
Current Behavior
cli:> '/usr/bin/icingacli' 'vspheredb' 'check' 'vcenterconnection' '--vCenter' '1'
[UNKNOWN] Call to undefined method Icinga\Module\Vspheredb\DbObject\VCenter::getApi()
Possible Solution
N/A
Steps to Reproduce (for bugs)
[UNKNOWN] Call to undefined method Icinga\Module\Vspheredb\DbObject\VCenter::getApi())
Your Environment
The text was updated successfully, but these errors were encountered: