![]() ![]() |
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
val=lp.GetGObjectFlagCheck('GObjectName')
Description
The Check Type can be based on the status of a directory object indentified by its IP address or its UID.
Parameters
GObjectName - the name of the Global Object
0/1 - the Check Type define the test condition before processing the Global Object LUA function (integer)
Return Values
value : 1 if succeeded
Return nil if an error occurs
Example
val=lp.SetGObjectStatusCheck('SERVER_1',0)
![]() |
|