ESX3 CRITICAL - HOST-VM IO Unknown error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
crewnocdb
Posts: 2
Joined: Thu Mar 16, 2017 11:54 am

ESX3 CRITICAL - HOST-VM IO Unknown error

Post by crewnocdb »

We just installed Nagios XI and added our vcenter server and all of our guests are showing "Service State" as Critical. The status information shows "ESX3 CRITICAL - HOST-VM IO Unknown error".

vCenter isn't showing any issues with the hosts or the guests. Where do I start to troubleshoot this issue?

Thanks,
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: ESX3 CRITICAL - HOST-VM IO Unknown error

Post by tgriep »

Try and upgrade the check_esx3.pl plugin to version 0.7.1 and see if that fixes the error.

First, login to the XI server as root and make a backup of the existing one by running the following.

Code: Select all

cp /usr/local/nagios/libexec/check_esx3.pl /usr/local/nagios/libexec/check_esx3.pl.old
Then run the following to install a required Perl Module for the new plugin.

Code: Select all

yum install perl-Nagios-Plugin
Then download this updated plugin to your PC.

Code: Select all

https://github.com/shinken-monitoring/pack-vmware/blob/master/libexec/check_esx3.pl
After it is downloaded, login to the XI GUI and go to the Admin > Manage Plugins menu
Browse to the new plugin and then click on the Upload Button.
Wait for the next check to happen and see if the unknown error is gone.
Be sure to check out our Knowledgebase for helpful articles and solutions!
crewnocdb
Posts: 2
Joined: Thu Mar 16, 2017 11:54 am

Re: ESX3 CRITICAL - HOST-VM IO Unknown error

Post by crewnocdb »

Thank-you will give that a shot and see how it goes.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: ESX3 CRITICAL - HOST-VM IO Unknown error

Post by tgriep »

OK, post back your results.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked