Hello.
I made trigger for traffic bursts, and now I would like to put in trigger name that traffic was XXX, and now is YYY. How to do that?
My trigger:
((100*({1.3 JUNIPER- PORTOVI DSLAM:ifHCInOctetsDS[{#SNMPINDEX}].last()}-{1.3 JUNIPER- PORTOVI DSLAM:ifHCInOctetsDS[{#SNMPINDEX}].prev()}))/{1.3 JUNIPER- PORTOVI DSLAM:ifHCInOctetsDS[{#SNMPINDEX}].prev()})>50
So basically what trigger does is reacts if last value is 50% higher than previous value... I tried to put in trigger name this:
... Traffic was{ITEM.VALUE2}, and now is {ITEM.VALUE1}!
But any item.value i put it always show last value not previous...
Is there any other way to do this?
I made trigger for traffic bursts, and now I would like to put in trigger name that traffic was XXX, and now is YYY. How to do that?
My trigger:
((100*({1.3 JUNIPER- PORTOVI DSLAM:ifHCInOctetsDS[{#SNMPINDEX}].last()}-{1.3 JUNIPER- PORTOVI DSLAM:ifHCInOctetsDS[{#SNMPINDEX}].prev()}))/{1.3 JUNIPER- PORTOVI DSLAM:ifHCInOctetsDS[{#SNMPINDEX}].prev()})>50
So basically what trigger does is reacts if last value is 50% higher than previous value... I tried to put in trigger name this:
... Traffic was{ITEM.VALUE2}, and now is {ITEM.VALUE1}!
But any item.value i put it always show last value not previous...
Is there any other way to do this?
Comment