Skip to content
New issue

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

Exception in module CPU #203

Open
nixahnung opened this issue Mar 8, 2023 · 1 comment
Open

Exception in module CPU #203

nixahnung opened this issue Mar 8, 2023 · 1 comment

Comments

@nixahnung
Copy link

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

@ElTakTiko
Copy link

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 ?

antonfischl1980 added a commit to antonfischl1980/icinga that referenced this issue Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants