Ad Widget

Collapse

Dynamic interface graphs from SNMP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andrewyager
    Junior Member
    • May 2013
    • 1

    #1

    Dynamic interface graphs from SNMP

    Hi,

    We're making use of the standard dynamic graph template to show interface statistics (Zabbix v2)

    I'd really love to have the interface description in the graph title as well as the interface name. Is this possible in v2? If so, what would be the syntax to add to the graph title? If not, is there a patch for it that we could apply?

    I have noticed a lot of discussion on JIRA about this particular issue; but I'm unclear as to which version it made it in, and if the implementation would apply to dynamic graph templates.

    Thanks,
    Andrew
  • zbxgo
    Junior Member
    • May 2013
    • 4

    #2
    If you are willing to run trunk (development version) then you can have the ifAlias displayed in the graph title along with the interface name using something like:

    Traffic on interface {#SNMPVALUE} - {{HOST.HOST}:ifAlias[{#SNMPVALUE}].last(0)}

    As the graph title on the template. I have this working with manually created hosts using discovery rules to create items/triggers/graphs for interesting interfaces and it is working fine.

    Comment

    Working...