Skip to content

lawdt/zhidd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

zhidd (zabbix hp ipmi disks discovery )

by Dmitry Lavrukhin

date 11.11.2019

This is simple Template to discover Hard Disk Drives on HP servers in Zabbix monitoring system by ipmi interface trough iLO This is useful if you have many HP servers with different count of disk drives. In this case you can use my HP servers IPMI templates with excluded HDD sensors. Just Attach Two templates: One for Server Hardware, and one for Disk drives. My HP IPMI Templates with no-HDD option located here: https://share.zabbix.com/owner/lawdt

to use this Template you must do this steps:

  1. configure zabbix server with ipmi support end enable ipmi pollers (see zabbix documentation)
  2. Correcly configure ipmi interface on nodes in zabbix web interface (also see zabbix documentation)
  3. install ipmitool on zabbix server
  4. install python on zabbix server
  5. install python modules: argparse,sys,subprocess,re,json (see python documentation)
  6. copy script to externalscripts directory on zabbix server (see ExternalScripts parameter in zabbix_server.conf)
  7. Import Template to zabbix
  8. Add templates to nodes
  9. Define macroses {$ILO_IP}, {$ILO_USER}, {$ILO_PASSWORD} on node or template level.
  10. Check zabbix server logs if something wrong on debug level 4.

About

zabbix hp ipmi disks discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages