-
Notifications
You must be signed in to change notification settings - Fork 584
Templates, MIB's and LLD 101
Hi, First of all, A HUGE thanks to jjmartres and contributors for this amazing repository of good quality templates, KISS README's and fast response on the issues :)
I'm starting this wiki page, because I'm still a newbie, regarding zbx templates, snmp and lld, but I want to learn how to make templates with snmp and lld and also contribute templates, for the HP Procurve 2920, to begin with, but hopefully many more, as time goes.
- To make it easy to read the growing number of templates, and make it easy to contribute templates, we should make guidelines, with naming policy for stuff like CPU utilization, memory usage, Serial numbers, model names etc. Maybe even a [Network|Printer|App] template for templates?
A short explanation of the various variables, with 2 or 3 examples, to clarify.
SNMP_COMMUNITY holds the SNMP community string, default is probably public
{$SNMP_COMMUNITY} = public
{$SNMP_COMMUNITY} = ROUSER
INTF_REGEXP is used to filter ports by name, so that you only monitor specific port types. If INTF_REGEXP is not set, then all port types are discovered.
{$INTF_REGEXP} = (ifName1|ifName2)
{$INTF_REGEXP} = (-p-|-P-|-pe-|-PE-)
{$INTF_REGEXP} = (1/0/)
- Is there a tool for browsing the MIB's or is a snmpwalk on .1 |grep "stuff" really the "best" solution?
- Useful text is missing...