>(check_users -w 3 -c 5) i ts > working fine. When I check this from the nagios server (check_nrpe -H > 'hostname' -p 'port' -c check_users) I have this as output > CHECK_NRPE: Socket timeout after 10 seconds >error > nrpe: Could not read request from client, bailin g out...
May be you need -w3 -c5 ?( check_nrpe -H 'hostname' -p 'port' -c check_users -w3 -c5) HTH, -S ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
