Hi Guys,
I'm trying to figure out how trigger expressions work and i currently have a small problem,
I have to find a way to use IfOperstatus on my switches, to see if a port is no longer used, if it's not used for a certain amount of time.
For example if there is nothing connected to specific port for more than 5 days, it should send me an alert.
Would that be?
{Template SNMP Interfaces HP:ifOperStatus[{#IFDESCR}].diff(5d)}=1
Thanks in advance
I'm trying to figure out how trigger expressions work and i currently have a small problem,
I have to find a way to use IfOperstatus on my switches, to see if a port is no longer used, if it's not used for a certain amount of time.
For example if there is nothing connected to specific port for more than 5 days, it should send me an alert.
Would that be?
{Template SNMP Interfaces HP:ifOperStatus[{#IFDESCR}].diff(5d)}=1
Thanks in advance
Comment