Ad Widget

Collapse

Can't show ifAlias Interface description in Graph name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aguirreif
    Junior Member
    • Jan 2018
    • 6

    #1

    Can't show ifAlias Interface description in Graph name

    Hello, I can't get the Graph name to show the ifAlias interface description. I search the forum and tried solutions like the on in this post with no luck.

    The item prototype:
    Code:
    SNMP OID: IF-MIB::ifAlias.{#SNMPINDEX}
    Key: ifAlias[{#SNMPVALUE}]
    I tried the without succes with:
    Code:
    {#SNMPVALUE} {{HOST.NAME}:ifAlias[{#SNMPINDEX}].last(0)}
    {#SNMPVALUE} {{HOST.NAME}:ifAlias.[{#SNMPINDEX}].last(0)}
    {#SNMPVALUE} {{HOST.NAME1}:ifAlias[{#SNMPINDEX}].last(0)}
    {#SNMPVALUE} {{HOST.NAME1}:ifAlias.[{#SNMPINDEX}].last(0)}
    {#SNMPVALUE} {{HOST.NAME}:ifAlias[{#SNMPVALUE}].last(0)}
    {#SNMPVALUE} {{HOST.NAME}:ifAlias.[{#SNMPVALUE}].last(0)}
    {#SNMPVALUE} {{HOST.NAME1}:ifAlias[{#SNMPVALUE}].last(0)}
    {#SNMPVALUE} {{HOST.NAME1}:ifAlias.[{#SNMPVALUE}].last(0)}
    Click image for larger version

Name:	1518539241.png
Views:	1
Size:	35.0 KB
ID:	318489

    But with {HOST.HOST} instead of {HOST.NAME} it gives *UNKNOWN*.

    Any help is appreciated, thanks!
Working...