box293_check_vmware plugin issue with Cluster HA Status

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ghugon
Posts: 23
Joined: Tue May 07, 2019 7:55 am

Re: box293_check_vmware plugin issue with Cluster HA Status

Post by ghugon »

Alright so I went through the code aswell and managed to fix the error by adding

Code: Select all

$cluster_ha_config_admission_control_policy_key eq 'resourceReductionToToleratePercent'
to line 1852 because it's about the number of hosts and not about specific hosts.

Code: Select all

if ($cluster_ha_config_admission_control_policy_key eq 'failoverLevel' || $cluster_ha_config_admission_control_policy_key eq 'resourceReductionToToleratePercent') {
You were pretty close!
Thanks a lot for your help.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: box293_check_vmware plugin issue with Cluster HA Status

Post by cdienger »

Excellent!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked