Nagios through the SNMP way monitoring HP-UX server
Posted: Tue Jul 24, 2012 5:49 am
Hi:
In recent HPUX server configuration nagios monitoring, when monitoring memory and disk, appear "null" and respectively "ERROR: Description/Type table: The requested table is empty or does not exist hints". Don't know what the problem is, please help to analysis.
define command{
command_name check_snmp_hpux_mem_v1
command_line $USER1$/check_snmp_hpux_mem.pl -H $HOSTADDRESS$ -C public $USER7$ -T $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}
define service{
use generic-service
host_name labunix
service_description Memory Usage
check_command check_snmp_hpux_mem_v1!-E!80,60!99,90
}
define command{
command_name check_snmp_hpux_storage_v1
command_line $USER1$/check_snmp_hpux_storage.pl -H $HOSTADDRESS$ -C public $USER7$ -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}
define service{
use generic-service
host_name labunix
service_description Storage
check_command check_snmp_hpux_storage_v1!'/$'!80!90!pu
}
In recent HPUX server configuration nagios monitoring, when monitoring memory and disk, appear "null" and respectively "ERROR: Description/Type table: The requested table is empty or does not exist hints". Don't know what the problem is, please help to analysis.
define command{
command_name check_snmp_hpux_mem_v1
command_line $USER1$/check_snmp_hpux_mem.pl -H $HOSTADDRESS$ -C public $USER7$ -T $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}
define service{
use generic-service
host_name labunix
service_description Memory Usage
check_command check_snmp_hpux_mem_v1!-E!80,60!99,90
}
define command{
command_name check_snmp_hpux_storage_v1
command_line $USER1$/check_snmp_hpux_storage.pl -H $HOSTADDRESS$ -C public $USER7$ -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}
define service{
use generic-service
host_name labunix
service_description Storage
check_command check_snmp_hpux_storage_v1!'/$'!80!90!pu
}