Page 1 of 1

Nagios through the SNMP way monitoring HP-UX server‏

Posted: Tue Jul 24, 2012 5:49 am
by nagios_asesh
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
}

Re: Nagios through the SNMP way monitoring HP-UX server‏

Posted: Tue Jul 24, 2012 10:06 am
by nscott
Are you quite sure that those OIDs exist on the Nagios server? Do the HPUX MIBs exist in /usr/share/snmp/mibs/ directory on your Nagios server?

Re: Nagios through the SNMP way monitoring HP-UX server‏

Posted: Tue Jul 24, 2012 7:26 pm
by nagios_asesh
I don't know where the OIDs documents./usr/share/SNMP/mibs/ list of mibs file is there, and now monitoring HPUX CPU is normal.

Re: Nagios through the SNMP way monitoring HP-UX server‏

Posted: Wed Jul 25, 2012 9:17 am
by nscott
So the monitoring is working now?

Re: Nagios through the SNMP way monitoring HP-UX server‏

Posted: Thu Jul 26, 2012 1:15 am
by nagios_asesh
CPU monitoring normal.

define command{
command_name check_snmp_load_v3
command_line $USER1$/check_snmp_load.pl -H $HOSTADDRESS$ -C public $USER8$ -T $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}
define service{
use generic-service
host_name labunix
service_description CPU load
check_command check_snmp_load_v3!hpux!4,3,3!8,5,5
}

Re: Nagios through the SNMP way monitoring HP-UX server‏

Posted: Thu Jul 26, 2012 9:34 am
by nscott
Awesome, let us know if there is anything else.