Here are some of my configs...<br><br>comands.cfg<br>define command{<br>command_name    check_sun_disk1<br>command_line    $USER1$/check_nrpe -n -H $HOSTADDRESS$ -t 30 -c check_disk1<br>}<br><br>nrpe.cfg<br>command[check_disk1]=/export/nagios/libexec/check_disk -w 20 -c 10 -p /dev/vx/dsk/rootvol
<br><br>service for this particular host<br>define service {<br>        use check_sun_disk1<br>        service_description /<br>        check_command check_sun_disk1<br>        host_name ########<br>        servicegroups Sun
<br>        contact_groups LAdmins<br>}<br><br>I can run this command manually. When nagios performs the check I get a socket time out...<br><br>I am getting very frustrated... I have used nagios for a few years now.. and this is the 1st time I have ran into this problem...
<br><br>there are no firewalls, iptables, filtering or anyhting running on these boxes yet....<br><br><br><br>