Here are some of my configs...

comands.cfg
define command{
command_name    check_sun_disk1
command_line    $USER1$/check_nrpe -n -H $HOSTADDRESS$ -t 30 -c check_disk1
}

nrpe.cfg
command[check_disk1]=/export/nagios/libexec/check_disk -w 20 -c 10 -p /dev/vx/dsk/rootvol

service for this particular host
define service {
        use check_sun_disk1
        service_description /
        check_command check_sun_disk1
        host_name ########
        servicegroups Sun
        contact_groups LAdmins
}

I can run this command manually. When nagios performs the check I get a socket time out...

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...

there are no firewalls, iptables, filtering or anyhting running on these boxes yet....



Reply via email to