I have installed and running the nrpe daemon and nagios plugins in a HPUX server. In nrpe.cfg i have the following command definition :
Code: Select all
command[check_hpux_disk]=/opt/nrpe/libexec/check_disk -w 20 -c 10Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 130.0.200.111 -c check_hpux_diski have added the following line in my remotehosts.cfg file in nagios server :
Code: Select all
define service{
use generic-service ; Name of service template to use
host_name Desarrollo
service_description Root Partition
check_command check_nrpe_1arg!check_hpux_disk
}
Code: Select all
define command{
command_name check_nrpe_1arg
command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
Why this is happening??? can anyone please help me???
Thanks a lot!!!!!!!!!!!