- Community Home
- >
- Servers and Operating Systems
- >
- HPE Synergy
- >
- HPE Synergy
- >
- Synergy 12000 monitoring via zabbix
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2021 03:40 AM
тАО01-25-2021 03:40 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2021 06:10 AM
тАО01-25-2021 06:10 AM
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
Technical Solutions Consultant (HP-UX, HP-PA-RISC, Integrity Blade Server & HPE Synergy Servers )
Enterprise Solution Centre | TSG HPE Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2021 03:10 AM
тАО12-10-2021 03:10 AM
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.