I've been running nagios for a few months now and I'm having a problem on a particular server with check_users run through check_nrpe.<br><br>Logging onto the server and running the command directly works like so:<br>
<br>     root@ns2 nagios]# ./libexec/check_users -w 1 -c 1<br>     USERS CRITICAL - 1 users currently logged in |users=1;1;1;0<br><br>However, running the same command from my nagios server, fails:<br><br>     [root@dev2 nagios]# ./libexec/check_nrpe -H 
<a href="http://207.158.10.18">207.158.10.18</a> -c check_users -a 1 1<br>     USERS OK - 0 users currently logged in |users=0;1;1;0<br><br><br>This condition is only happening on two servers out of 30. I appreciate any guidance in debugging this?
<br><br>Thanks,<br><a href="mailto:Gil@Vidals.net">Gil@Vidals.net</a><br>