Hi,
I've recently updated the check_esx3 plugin (from 0.2 to 0.5) due to some well known errors.
Now the output of the service check says for example: "CHECK_ESX3.PL OK - cpu usage=1207.00 MHz (6.30%)"
instead of the nicer, previous look: "ESX3 OK - cpu usage=1207.00 MHz (6.30%)
Can I somehow correct this?
P.S.
When will the 0.5 plugin be a standard (my Nagios XI image is from this year)? Or when will the wizard start using the new check_vmware_api plugin?
VMWare check_esx3 output
Re: VMWare check_esx3 output
If you want to shorten the output of the plugin, find the following line in the script and comment it out.
That worked for me.
I don't have any information if the plugin will be updated.
Code: Select all
shortname => uc($PROGNAME),I don't have any information if the plugin will be updated.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: VMWare check_esx3 output
Nice, did the trick!
Thank You!
Thank You!
Re: VMWare check_esx3 output
Is it ok if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: VMWare check_esx3 output
Sure, thanks again!