Hello,
we are trying to monitor an HP MSA 1060 by using SNMP and FCMGMT-MIB MIB and we are not able to specify the index number to monitor a single port or a single sensor.
Do you have any idea about this problem or another way to monitor HP MSA 1060?
Thank You
Julian
HP MSA 1060 monitoring
Re: HP MSA 1060 monitoring
Hello @3cimenagios
Thanks for reaching out, and want to provide the following options.
Here is the list of mibs that are downloadable found here: Now that snmp is enabled on the device, we want to scan with 'snmpwalk' or 'snmpget' to get a list of service checks:[/*][/list]
Now that we have the 'snmpwalk' list we can run create service check using Configuration Wizard and/or manually via Core Configuration Manager.
Core Configuration Manager example:
Or with Configure => Configuration Wizards => [SNMP]
Thanks,
Perry
Thanks for reaching out, and want to provide the following options.
Here is the list of mibs that are downloadable found here: Now that snmp is enabled on the device, we want to scan with 'snmpwalk' or 'snmpget' to get a list of service checks:
Code: Select all
snmpwalk -v 2c -c <rocommunity> xxx.xxx.xxx.xxx
[list]- or
Code: Select all
snmpwalk -v1 -c <rocommunity> xxx.xxx.xxx.xxxNow that we have the 'snmpwalk' list we can run create service check using Configuration Wizard and/or manually via Core Configuration Manager.
Core Configuration Manager example:
Code: Select all
$USER1$/check_snmp_storage_wizard.pl -H $HOSTADDRESS$ $ARG1$
[list]- $ARG1$: -C public --v2c -m "^/$" -w 80 -c 95 -f
Or with Configure => Configuration Wizards => [SNMP]
Thanks,
Perry