HPE Synergy
1825312 Members
3800 Online
109679 Solutions
New Discussion юеВ

Synergy 12000 monitoring via zabbix

 
SergeyHPE
Occasional Visitor

Synergy 12000 monitoring via zabbix

Hi, we want to put the Synergy 12000 chassis on monitoring, we have a zabbix monitoring system.

Do you have installation instructions for monitoring the Synergy 12000 chassis in zabbix?

Do you have ready-made templates for zabbix and if not, where can I get the latest MIB files?

2 REPLIES 2
Mansoor1
HPE Pro

Re: Synergy 12000 monitoring via zabbix

Hi,

I couldnt find any specific document for Zabbix with Oneview or HPE Synergy, however for Zabbix monitoring tool - you would need to configure SNMP traps for devices that needs to be monitored (ILO, VC...) and Oneview will forward those traps to monitoring tool.

You would nee to install MIB kit for oneview and configure the SNMP traps.

Refer similar threads below :


Refer similar threads below :

https://community.hpe.com/t5/HPE-OneView/SNMP-MIB-for-OneView/td-p/6997407#.XaX8dUYzZPZ

https://community.hpe.com/t5/HPE-OneView/SNMP-setup-for-OneView/td-p/7041583#.XaX7z0YzZPY

Mohammed Mansoor Mohiuddin
Technical Solutions Consultant (HP-UX, HP-PA-RISC, Integrity Blade Server & HPE Synergy Servers )
Enterprise Solution Centre | TSG HPE Services

Accept or Kudo

KaosAxe
Frequent Visitor

Re: Synergy 12000 monitoring via zabbix

I am doing this also.

My approach is to use a script on a linux server, that uses curl to the synergy and hit their api calls.

Once you got the data back from the curl, you can wash the output and get a ok/fail result, and simply pass this to zabbix (using zabbix trapper type) using the zabbix_sender binary and have it hit a zabbix key which has some triggers set up.

I have got this working great for HPE Nimble storage. But the api calls to the synergy are proving more tricky.