I've created a GPLed project that converts SNMP walk data into a Zabbix import file. Just pass in the host and a few other parameters (see --help for details) and it'll use the snmpwalk program as well as snmpget to find all possible items. The XML it generates can be directly imported into Zabbix via the GUI. It will load a template and items assigned to the template.
I've also created a Python library that can be used to create Zabbix import files. It's also a dependency of walk2zabbix. It's not complete but is usable for basic stuff.
I've also created a Python library that can be used to create Zabbix import files. It's also a dependency of walk2zabbix. It's not complete but is usable for basic stuff.
Comment