Hi,
What would be the best/quickest/easiest way to create template for SNMP device like Riverbed Stingray Traffic Manger?
When I do this:
I get this:
So as you can see, going manually through ever single line to add it to the template would be almost impossible...
As a side note I'm surprised that Zabbix doesn't provide any GUI tools to build (SNMP/JMX) templates.
Any thanks in advance for all input
Kind regards
Chris
What would be the best/quickest/easiest way to create template for SNMP device like Riverbed Stingray Traffic Manger?
When I do this:
Code:
snmpwalk -v 2c -c xxx 10.10.10.301:161 1.3 |wc -l
Code:
7156
As a side note I'm surprised that Zabbix doesn't provide any GUI tools to build (SNMP/JMX) templates.
Any thanks in advance for all input
Kind regards
Chris
Comment