Do you want me to run this command from the XI where is says $ARG1$npolovenko wrote:@donnyforbes
Just ran again and got this.This is not the command that I suggested. The command was:Code: Select all
[nagios@nag ~]$ /usr/local/nagios/libexec/check_nrpe -H 192.168.1.186 -t 30 -c /usr/local/nagios/libexec/check_nrpe -H 192.168.1.12 -t 30 -c check_disk_new -a "-f /var -s g -w 60 -c 80" NRPE: Unable to read outputCode: Select all
/usr/local/nagios/libexec/check_nrpe -H 192.168.1.12 -t 30 -c check_disk_new -a "-f /var -s g -w 60 -c 80"
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 192.168.1.12 -t 30 -c check_disk_new -a "-f /var -s g -w 60 -c 80"[nagios@nag ~]$
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 192.168.1.186 -t 30 -c /usr/local/nagios/libexec/check_nrpe -H 192.168.1.12 -t 30 -c check_disk_new -a "-f /var -s g -w 60 -c 80"NRPE: Unable to read output
Unless I am doing something wrong this command you gave me is not working. I did a grep on the remote server for nrpe and looks like it is not running see below.
proxy4gl>ps -ef |grep nrpe
root 1695 38512 0 15:00 pts/0 00:00:00 grep nrpe
Do this need to be started on the remote server. If so is it "service start nrpe"