We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
get an exception on some ESX 6.0.0 Servers.
Cannot serialize metricId as PerfMetricId at /usr/share/perl/5.34/VMware/VICommon.pm line 2635.
Workaround: add an eval { }; around line 17 on host_cpu_info.pm
The text was updated successfully, but these errors were encountered:
I have the same here but the workaround does not work
To be sure :
eval { $values = return_host_performance_values($host, $maintenance_mode_state, 'cpu', ('wait.summation:','ready.summation:','readiness.average', 'usage.average')); }
Is that what you make ?
Sorry, something went wrong.
net-analyzer/check_vmware_esx: fix for issue BaldMansMojo/check_vmwar…
716dde7
…e_esx#203 Signed-off-by: Anton Fischl <github@fischl-online.de>
No branches or pull requests
Hello,
get an exception on some ESX 6.0.0 Servers.
Cannot serialize metricId as PerfMetricId at /usr/share/perl/5.34/VMware/VICommon.pm line 2635.
Workaround: add an eval { }; around line 17 on host_cpu_info.pm
The text was updated successfully, but these errors were encountered: