User contributions for Victor
Jump to navigation
Jump to search
- 21:35, 21 April 2012 diff hist +614 N NXSL:GetDCIValueByName Created page with "__NOTOC__ Get last value of DCI with given name on given node. == Syntax == GetDCIValueByName(''node'', ''name''); == Parameters == :{| |- | ''node'' || [[NXSL:Node|Node..."
- 21:29, 21 April 2012 diff hist +221 N NXSL:time Created page with "__NOTOC__ Gets the system time. == Syntax == time(); == Return Value == System time as number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated ..."
- 21:28, 21 April 2012 diff hist +483 N NXSL:typeof Created page with "__NOTOC__ Returns the data type for given value. == Syntax == typeof(''value''); == Parameters == :{| |- | ''value'' || Object to get data type for. |} == Return Value..."
- 21:24, 21 April 2012 diff hist +260 N NXSL:pow Created page with "__NOTOC__ Calculates ''x'' raised to the power of ''y''. == Syntax == pow(''x'', ''y''); == Parameters == :{| |- | ''x'' || Initial value. |- | ''y'' || Power. |} == R..."
- 21:21, 21 April 2012 diff hist +339 N NXSL:classof Created page with "__NOTOC__ Returns the class name for given object. == Syntax == classof(''object''); == Parameters == :{| |- | ''object'' || Object to get class name for. |} == Return..."
- 21:19, 21 April 2012 diff hist +552 N NXSL:gmtime Created page with "__NOTOC__ Converts time in UNIX format (number of seconds since epoch) to calendar date and time broken down into its components, expressed as UTC (or GMT timezone). Function ..."
- 21:15, 21 April 2012 diff hist +644 N NXSL:AddrInSubnet Created page with "__NOTOC__ Checks if given IP address is within given subnet (including subnet and broadcast addresses). == Syntax == AddrInSubnet(''address'', ''subnet'', ''mask''); == P..."
- 21:10, 21 April 2012 diff hist +1 m NXSL:localtime
- 21:09, 21 April 2012 diff hist −448 NXSL:localtime
- 21:05, 21 April 2012 diff hist +788 N NXSL:TIME Created page with "Class containing a calendar date and time broken down into its components. For convenience, all attributes has synonyms named after C [http://www.cplusplus.com/reference/clibr..."
- 13:04, 20 April 2012 diff hist +534 N NXSL:CreateContainer Created page with "__NOTOC__ Create container object. == Syntax == CreateContainer(''parent'', ''name''); == Parameters == :{| |- | ''parent'' || Parent object. Can be either container or ..."
- 12:59, 20 April 2012 diff hist +152 NXSL Function Reference
- 15:41, 13 April 2012 diff hist +275 NXSL:Interface
- 15:38, 13 April 2012 diff hist +420 NXSL:Interface
- 09:09, 11 April 2012 diff hist +67 How to setup Eclipse/RAP →Run Configuration
- 15:03, 10 April 2012 diff hist +10 Main Page
- 15:01, 10 April 2012 diff hist +62 Scripting Guide
- 15:01, 10 April 2012 diff hist +50 UM:NetXMS Scripting Language (NXSL)
- 14:59, 10 April 2012 diff hist +1 UM:NetXMS Scripting Language (NXSL)
- 14:56, 10 April 2012 diff hist +1 UM:NetXMS Scripting Language (NXSL)
- 14:56, 10 April 2012 diff hist +33,517 N UM:NetXMS Scripting Language (NXSL) Created page with "= NXSL Overview = In many parts of the system, fine tuning can be done by using NetXMS built-in scripting language called NXSL (stands for NetXMS Scripting Language). NXSL was..."
- 14:40, 10 April 2012 diff hist +752 N SG:Introduction Created page with "{{DISPLAYTITLE:Introduction}} In many parts of the system, fine tuning can be done by using NetXMS built-in scripting language called NXSL (stands for NetXMS Scripting Languag..."
- 14:32, 10 April 2012 diff hist +33 m NXSL:FindObject
- 14:31, 10 April 2012 diff hist −828 NXSL:FindNodeObject
- 14:31, 10 April 2012 diff hist +33 NXSL:FindNodeObject
- 14:30, 10 April 2012 diff hist +33 m SG:Security Issues
- 14:28, 10 April 2012 diff hist +1,799 N SG:Security Issues Created page with "Because NXSL provides functions for searching objects, and because all scripts are executed on management server, user with write access to only one node can potentially acqui..."
- 14:05, 10 April 2012 diff hist +80 Scripting Guide
- 14:04, 10 April 2012 diff hist +112 N Scripting Guide Created page with "Introduction Security Issues Script Examples"
- 07:56, 10 April 2012 diff hist +28 NXSL:FindNodeObject
- 07:54, 10 April 2012 diff hist +30 N NXSL:Node Created page with "Represents NetXMS node object."
- 07:53, 10 April 2012 diff hist +50 N NXSL:NetObj Created page with "Represents NetXMS object (subnet, container, etc.)"
- 07:52, 10 April 2012 diff hist +701 N NXSL:FindObject Created page with "__NOTOC__ Find NetXMS object by object id or name. == Syntax == FindObject(''id'', ''node''); == Parameters == :{| |- | ''id'' || ID or name of the object to find. |- | ..."
- 07:49, 10 April 2012 diff hist +31 NXSL Function Reference →Object Management
- 07:48, 10 April 2012 diff hist +1,532 N NXSL:FindNodeObject Created page with "__NOTOC__ Find node object by node id or node name. == Syntax == FindNodeObject(''node'', ''id''); == Parameters == :{| |- | ''node'' || Node object, you can use predefi..."
- 18:14, 3 April 2012 diff hist +650 N NXSL:AddrInRange Created page with "__NOTOC__ Checks if given IP address is within given range (including both bounding addresses). == Syntax == AddrInRange(''address'', ''start'', ''end''); == Parameters =..."
- 18:11, 3 April 2012 diff hist +280 N NXSL:abs Created page with "__NOTOC__ Returns the absolute value of number. == Syntax == abs(''number''); == Parameters == :{| |- | ''number'' || Number for which to return absolute value. |} == ..."
- 18:07, 3 April 2012 diff hist +3 m NXSL:Event
- 18:07, 3 April 2012 diff hist +1,155 N NXSL:DCI Created page with "Represents Data Collection Item (DCI). '''Class Name''' DCI '''Attributes''' {| class="wikitable" |- ! Name !! Type !! Description |- | dataType || int32 || Configured d..."
- 17:57, 3 April 2012 diff hist −36 m NXSL:Event
- 17:56, 3 April 2012 diff hist +36 m NXSL:Event
- 17:55, 3 April 2012 diff hist +608 N NXSL:Event Created page with "Represents interface object. '''Class Name''' Event '''Attributes''' {| class="wikitable" |- ! Name !! Type !! Description |- | code || int32 || Event code |- | customMe..."
- 14:55, 2 April 2012 diff hist +252 Coding Style →Coding style for Java
- 14:53, 2 April 2012 diff hist +1,519 Coding Style
- 14:45, 2 April 2012 diff hist +184 m Coding Style →Coding style for C and C++
- 14:39, 2 April 2012 diff hist +1 m UM:Log Monitoring →Examples of Parser Definition File
- 14:31, 2 April 2012 diff hist −936 UM:Log Monitoring →Tag
- 14:28, 2 April 2012 diff hist +1 m UM:Log Monitoring →Examples of Parser Definition File
- 14:27, 2 April 2012 diff hist +17 m UM:Log Monitoring →Tag
- 14:26, 2 April 2012 diff hist 0 m UM:Log Monitoring →Tag