I'm trying to run "check_open_files" but am I getting "NRPE: Unable to read output"
If I run the command on the server:
Code: Select all
/usr/lib64/nagios/plugins/check_open_files.pl -w 85 -c 95
OK: 928 open files (0% of max 1000000)|opened_files=928;850000;950000
Code: Select all
command[check_open_files]=/usr/lib64/nagios/plugins/check_open_files.pl $ARG1$
Code: Select all
Host is asking for command 'check_open_files' to be run...
Apr 29 14:09:06 dc01-cache-01 nrpe[21074]: Running command: /usr/lib64/nagios/plugins/check_open_files.pl -w 85 -c 95
Apr 29 14:09:06 dc01-cache-01 nrpe[21074]: Command completed with return code 2 and output:
Apr 29 14:09:06 dc01-cache-01 nrpe[21074]: Return Code: 2, Output: NRPE: Unable to read output
Apr 29 14:09:06 dc01-cache-01 nrpe[21074]: Connection from 10.91.100.105 closed.
I'm noticing issues with a few other plugins but others are running fine. I've yet to look into the other plugins but have tried everything I can think of for this one.
Any thoughts or help would be greatly appreciated.