This repository contains files that are needed to add SNMP MIB Import functionality to Zabbix Monitoring System
-
Get SNMP Builder
git clone -b 2.4.7 https://github.com/macrokernel/zabbix-snmpbuilder
-
Go to to Zabbix frontend directory on your Zabbix server
cd /usr/share/zabbix
-
Copy snmpbuilder patch file and images archive to this directory
-
Apply snmpbuilder patch
patch -p3 < snmpbuilder-2.4.7.patch
-
Unpack images archive
unzip zabbix-2.0.0-snmpbuilder-imgs.zip -d /usr/share/zabbix
-
Remove patch file and images archive
rm snmpbuilder-2.4.7.patch zabbix-2.0.0-snmpbuilder-imgs.zip