![]() ![]() |
LoriotPro
scripting documentation |
![]() ![]() ![]() |
![]() |
LoriotPro has extended the LUA sripting language by providing its own LUA libraries. The new functions provided are dedicated to the creation of monitoring and SNMP automation application.
Syntax
lp.AckEventFilterAction(‘uid’);
Description
The LUA lp.AckEventFilterAction function performs an acknowledge of an event filter identified by its UID. Each filter has a single UID that allow its selction from the LUA scripting language. To find the UID of a filter you can use the Filter tree or you can select it in the LoriotPro script editor from the main menu option Insert -> Event Filter UID.
Parameters
uid - the uid of the event filter ( a unique identifier)
Return Values
value : 1 if operation successful
Return nil if an error occurs
Example
You can use the menu option Insert -> Event Filter UID to find the uid of the filter that you want to acknowledge.
Insert/Insert Event Filter UID…
The UID will be inserted directly at the cursor position.
![]() |
|