![]() ![]() |
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.SetGObjectIPRefMaster('GObjectName','ip_address')
Description
Set the IP address of the LoriotPro managing this Object (Master)
Parameters
GObjectName - the name of the Global Object
"ip_address" - IP address
Return Values
value : 1 if succeeded
Return nil if an error occurs
Example
lp.SetGObjectIPRefMaster('SERVER_1',"192.168.1.1")
![]() |
|