Within a protocol I want to detect when an SNMP table result is an empty array.
When this condition is discovered I will use QAction to update a standalone parameter to alert of the null data response from the array.
When the parameter is receiving data, I'll update the other parameter again
What's the best way to detect a returned empty snmp arrays in a protocol?
As this question has now been open for a long time and there has been no further reaction from you, I will now close it. If you still want more information about this, could you post a new question?
Hi Sam,
it is possible to use conditional triggers for QActions. Please take a look at this. I'm assuming in your case you will create a QAction that triggers on the table parameter only when tableparameterId == "", or something along those lines. Keep in mind that check for NULL will happen before the QAction is even executed, and not inside of it.
Let me know if this helps or you have any further questions.
Cheers
Hi Sam,
Have you been able to find a solution for this yet? If the answers below helped, could you select the most helpful answer, or if you found another solution altogether, could you let us know? If you still need help with this, could you answer the questions Laurens asks in the comment of January 19th?