Hello,
I have created an xml template from a custom snmp mib using snmp2zabbix.py -This seems to work and pulls all the OIDs I am interested into xml template, but when I try to import template am getting error:
Invalid parameter "/1/mappings/7": valuse (value) = (0) already exists
I've been searching for how I can get a verbose debug to see where in template this is failing during import so I can fix. There may be 52 duplicate value mappings I can see 52 of <value>0</value> in xml template that I generated.
Any thoughts on how to approach debugging this and maybe getting detailed doc on template authoring in debugging template xml?
References:
GitHub - Sean-Bradley/SNMP2ZABBIX: Create Zabbix Templates from MIB files
I attempted to attach xml and mib files to this post but seem to be unable to attach .txt files and have jpg only image limit of 56k
I have created an xml template from a custom snmp mib using snmp2zabbix.py -This seems to work and pulls all the OIDs I am interested into xml template, but when I try to import template am getting error:
Invalid parameter "/1/mappings/7": valuse (value) = (0) already exists
I've been searching for how I can get a verbose debug to see where in template this is failing during import so I can fix. There may be 52 duplicate value mappings I can see 52 of <value>0</value> in xml template that I generated.
Any thoughts on how to approach debugging this and maybe getting detailed doc on template authoring in debugging template xml?
References:
GitHub - Sean-Bradley/SNMP2ZABBIX: Create Zabbix Templates from MIB files
I attempted to attach xml and mib files to this post but seem to be unable to attach .txt files and have jpg only image limit of 56k
Comment