Hello, I'm monitoring my Cisco Switch and I'm trying to show the alias of the interface when a problem occures.
For example, I monitor Operational Status of interface 1/0/20 and the trigger is:
Title: Operational Status - {#SNMPVALUE}
Expression: last(/Template SNMP Cisco WS3750 - Custom 2/ifOperStatus[{#SNMPVALUE}])=2
When a problem occur, I will only see the interface name in the title and not the alias.
So, I added the following item to my template:
Title: Alias of interface $1
SNMP OID: .1.3.6.1.2.1.31.1.1.1.18.{#SNMPINDEX} - Returns the alias of the interface
So now I can see the interface alias but, I don't know how to trigger the alias item when operational status triggers.. or for example, how to add the alias item to the operational status trigger title to see it on the dashboard or notification..
I'm pretty lost on this one.. hopefully someone can give me a hint on this.
Thanks
For example, I monitor Operational Status of interface 1/0/20 and the trigger is:
Title: Operational Status - {#SNMPVALUE}
Expression: last(/Template SNMP Cisco WS3750 - Custom 2/ifOperStatus[{#SNMPVALUE}])=2
When a problem occur, I will only see the interface name in the title and not the alias.
So, I added the following item to my template:
Title: Alias of interface $1
SNMP OID: .1.3.6.1.2.1.31.1.1.1.18.{#SNMPINDEX} - Returns the alias of the interface
So now I can see the interface alias but, I don't know how to trigger the alias item when operational status triggers.. or for example, how to add the alias item to the operational status trigger title to see it on the dashboard or notification..
I'm pretty lost on this one.. hopefully someone can give me a hint on this.
Thanks
Comment