Re: error nrpe
Posted: Mon Sep 28, 2015 9:33 am
What is the output of ./check_nrpe -H 127.0.0.1 ?
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
./check_nrpe -H 127.0.0.1
NRPE v2.12
Code: Select all
./check_nrpe -H 127.0.0.1 -c check_log3 -a "unable to extend table by" "file.log" 1Code: Select all
/usr/local/nagios/libexec/check_nrpe -H IP -p 5666 -n -c check_log3 -a "unable to extend table by" "file.log" 1
OUTPUT: NRPE: Unable to read outputlmiltchev wrote:Does your check work if you don't pass the "-n" flag?Code: Select all
./check_nrpe -H 127.0.0.1 -c check_log3 -a "unable to extend table by" "file.log" 1
Code: Select all
./check_nrpe -H 127.0.0.1 -c check_log3 -a "unable to extend table by" "file.log" 1
NRPE: Unable to read output
Can you show us the "working" command run locally on the remote server?in the local server this command its working