scottwilkerson wrote:How did you install NRPE on each of these machines? Are you sure it is running? Did you add the other servers IP to the allowed IP list ?
Can you send up the nrpe.cfg and and other .cfg files included in it
Hi Scott,
Recently I further install the NRPE plugin by root user in one of our nagios monitoring server, For installation I used below step ---
1. create 'nrpe' folder under /tmp
2. execute
"yum install -y gcc glibc glibc-common openssl openssl-devel perl wget" command from /tmp/nrpe
3. Download plugin using
"wget --no-check-certificate -O nrpe.tar.gz https://github.com/NagiosEnterprises/nr ... 2.1.tar.gz" and unzip under "/tmp/nrpe/nrpe-321"
4. Execute below commands
cd /tmp/nrpe/nrpe-321
./configure
make check_nrpe
make install-pluginAfter that i tried to find
'nrpe.cfg' under "/usr/local/nagios/" directory, including all sub-directory under that however I could not find that file.
After that I tried below command however success message not came, below is the command & output of the same ---
./check_nrpe -H test.com -c check_disk -a '-w 20% -c 10% -p /var'connect to address xx.yyy.zzz.*** port 5666: No route to host
connect to host test.com port 5666: No route to hostI have below query ---
i) under which directory nrpe.cfg file should exists after installation ?
ii) Is it required that I have to install Nagios & NRPE pluggin in each of the server for which I want to check the disk space / CPU & memory ??
iii) where I have to update IP address for allowed IP List ?
iV) How can i check that NRPE plugin is successfully installed and running ?
Appreciate all your extended help.