Hi Dojo!
I have an SNMP Table with some read and write parameters.
I want to do a trigger on the write parameter to call a group that then polls something. It has to be the write parameter, because the set takes awhile, thus it is always returning old data on a successful set.
However, looking at the streamviewer and logs, the group is not being polled at all.
I am wondering if it is even possible to do a trigger on a table write parameter.
Hello Yong Ting Lim,
You can define a Trigger that gets executed when the write parameter is set. The Trigger will execute an action, that then executes a Group which will do the polling. Something important to keep in mind, the trigger will not be executed if the write parameter is being set with the same value. The Trigger will only execute when the value being set, is different from the value that is stored.