/zabbix-ibm-server-imm2

Zabbix template for IBM server monitoring with IMM/IMM2 via SNMP

Primary LanguageRuby

This repo contains new version for this: https://share.zabbix.com/cat-server-hardware/server-with-imm-imm2

Install

  • Copy getFanSpeed.rb to "externalscripts" on Zabbix server
  • Install Ruby on Zabbix server
  • Ensure, that you have snmpget program installed, e.g. for [Debian] (https://wiki.debian.org/SNMP) or Centos: rpm -ql net-snmp-utils |grep bin
  • zabbix<3.0 - manual create value mapping IMM2-systemhealt
    • nonRecoverable=0
    • Critical=2
    • nonCritical=4
    • normal=255
  • Create global or host macros - {$SNMP_COMMUNITY} with your value
  • Import template

Info

Thanks

  • Star repo in GitHub if you use it ;)
  • Krzysztof Królikowski (kkrolikowski)