Re: Error: (No output on stdout) stderr: Can't locate Monito
Posted: Wed May 10, 2017 2:08 am
Hi tgriep,tgriep wrote:Can you upgrade the plugin to version 0.7.1 and see if that fixes the error on your server?
Sometimes the older version of that plugin has issues with VMWare and upgrading the plugin solved the issue.
First, login to the Nagios server as root and make a backup of the existing one by running the following.Then run the following to install a required Perl Module for the new plugin.Code: Select all
cp /usr/local/nagios/libexec/check_esx3 /usr/local/nagios/libexec/check_esx3.oldThen download this updated plugin to your Nagios server and put it in folder the existing plugin is located in.Code: Select all
yum install perl-Nagios-Plugin
https://github.com/shinken-monitoring/p ... ck_esx3.pl
Make sure you name the plugin to the same name as the command definition.After it is downloaded, you will have to change the owner / permissions of the plugin by running the followingCode: Select all
check_esx3Wait until the server schedules and runs the check and see if the error is gone in the Nagios GUI.Code: Select all
chown nagios.nagios /usr/local/nagios/libexec/check_esx3 chmod a+x /usr/local/nagios/libexec/check_esx3
I have reinstalled the whole and it worked. You have check raid hard plugin on vmware that can share for me, thank.