Page 1 of 1

Error graph check_esx3.pl

Posted: Thu Dec 30, 2021 3:39 am
by abe_780
Hello

We have the control check_esx3.pl with others ESX and we don't have any problem with the graph.

But for some reason for one machine doesn't work but the control is OK

Can you help me please?
error2.PNG

Re: Error graph check_esx3.pl

Posted: Tue Jan 04, 2022 1:55 pm
by gormank
Just a guess but if the perfdata format changes, such as if you modified the check, the system can stop writing the rrd/xml files that hold the data. On NXI, the perfdata is in perfdata/<hostname>/<service name>. The info in <> depends on the hostname for example.
Try doing a 'locate perfdata' to find the path to that dir, then go to the right dir and look at the files. Remove the rrd and xml files in <hostname>/<service name> if they're old and wait a bit to see if they get updated.

Re: Error graph check_esx3.pl

Posted: Fri Jan 07, 2022 11:14 am
by abe_780
Hello

Thanks a lot

I deleted the file that you see and It start to work

Thank syou