Page 1 of 1

HP MSA 1060 monitoring

Posted: Tue Feb 22, 2022 11:48 am
by 3cimenagios
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

Re: HP MSA 1060 monitoring

Posted: Wed Feb 23, 2022 10:32 am
by pbroste
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:
  • Code: Select all

    snmpwalk -v 2c -c <rocommunity> xxx.xxx.xxx.xxx
  • [list]
  • or
[*]

Code: Select all

snmpwalk -v1 -c <rocommunity> xxx.xxx.xxx.xxx
[/*][/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:
  • Code: Select all

    $USER1$/check_snmp_storage_wizard.pl -H $HOSTADDRESS$ $ARG1$
  • [list]
  • $ARG1$: -C public --v2c -m "^/$" -w 80 -c 95 -f
[/list]

Or with Configure => Configuration Wizards => [SNMP]

Thanks,
Perry