HP MSA 1060 monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
3cimenagios
Posts: 1
Joined: Thu Jul 26, 2018 7:36 am

HP MSA 1060 monitoring

Post 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
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: HP MSA 1060 monitoring

Post 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
Locked