Hello,
i had to use many SNMP devices and i hated doing all stuff manually (adding items...) so i created this small stupid script for that job. Not perfect but worked for me so enjoy
-------- From File -----------
after snmpwalking some device with
snmpwalk -On -v2c -c public 192.168.1.1 > device_name.oids
start this program with next syntax:
zabbixSNMP-creator.py device.oids snmp_community_string
---------------------
device_name.xxx syntax is used for key generation so be warned
that all zabbix keys will be in form of device_name.ifOperStatus.1 and so on
---------------------
i had to use many SNMP devices and i hated doing all stuff manually (adding items...) so i created this small stupid script for that job. Not perfect but worked for me so enjoy
-------- From File -----------
after snmpwalking some device with
snmpwalk -On -v2c -c public 192.168.1.1 > device_name.oids
start this program with next syntax:
zabbixSNMP-creator.py device.oids snmp_community_string
---------------------
device_name.xxx syntax is used for key generation so be warned
that all zabbix keys will be in form of device_name.ifOperStatus.1 and so on
---------------------

Comment