Hello,
I have a trigger which is supposed to return a value (float).
I would like to know if there is a place where I can actually see the value returned by this trigger in the GUI ? This would allow me to validate the calculation made in the trigger.
I would also like to know if there is a way to display this value on the e-mail sent. I have been following the online guide and ended up with a
I have used the same calculation to create a new "actions"…*?
Everything is based on SNMP.
I have a trigger which is supposed to return a value (float).
Code:
{FWA_XXX_SNMP:pfStateTableCount.last(0)}/{FWA_XXX_SNMP:pfLimitsStates.last(0)}>0.7
I would also like to know if there is a way to display this value on the e-mail sent. I have been following the online guide and ended up with a
Code:
State Table occupied at : (*UNKNOWN*/*UNKNOWN**100)%
Everything is based on SNMP.
Comment