<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.netxms.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TatjanaDubrovica</id>
	<title>NetXMS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.netxms.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TatjanaDubrovica"/>
	<link rel="alternate" type="text/html" href="https://wiki.netxms.org/wiki/Special:Contributions/TatjanaDubrovica"/>
	<updated>2026-04-09T12:37:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.4</generator>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=How_to_setup_Eclipse/RAP&amp;diff=1736</id>
		<title>How to setup Eclipse/RAP</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=How_to_setup_Eclipse/RAP&amp;diff=1736"/>
		<updated>2020-04-15T17:23:47Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: /* Eclipse and Target Platform setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Eclipse and Target Platform setup =&lt;br /&gt;
&lt;br /&gt;
* Download Eclipse 4.15 (2020-03) for RCP and RAP Developers from https://www.eclipse.org/downloads/eclipse-packages/&lt;br /&gt;
* Unpack and run&lt;br /&gt;
* Go to Window -&amp;gt; Preferences -&amp;gt; Plugin-in Development -&amp;gt; Target Platform, click &amp;quot;Add&amp;quot;, initialize target definition with &amp;quot;Nothing&amp;quot;&lt;br /&gt;
* Change name to something like &amp;#039;RAP 3.12&amp;quot;&lt;br /&gt;
* (still in target content editor) Add software site http://download.eclipse.org/releases/2019-06, &amp;#039;&amp;#039;&amp;#039;uncheck&amp;#039;&amp;#039;&amp;#039; &amp;quot;Include Required Software&amp;quot; and install &amp;quot;EMF - Eclipse Modeling Framework SDK&amp;quot; (from Modeling) and &amp;quot;BIRT Framework&amp;quot; (from Business Intelligence, Reporting and Charting)&lt;br /&gt;
* Add software site http://download.eclipse.org/rt/rap/3.12, &amp;#039;&amp;#039;&amp;#039;uncheck&amp;#039;&amp;#039;&amp;#039; &amp;quot;Include Required Software&amp;quot; and install everything&lt;br /&gt;
* Add software site http://www.netxms.org/eclipse/zest-rap/, &amp;#039;&amp;#039;&amp;#039;uncheck&amp;#039;&amp;#039;&amp;#039; &amp;quot;Include Required Software&amp;quot; and install everything&lt;br /&gt;
* Add software site http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository, &amp;#039;&amp;#039;&amp;#039;uncheck&amp;#039;&amp;#039;&amp;#039; &amp;quot;Include Required Software&amp;quot; and install &amp;quot;ICU4J&amp;quot; and &amp;quot;Apache Commons Codec 1.9.0&amp;quot;&lt;br /&gt;
* Add software site http://download.eclipse.org/technology/babel/update-site/R0.17.1/2019-12/, &amp;#039;&amp;#039;&amp;#039;uncheck&amp;#039;&amp;#039;&amp;#039; &amp;quot;Include Required Software&amp;quot; and install &amp;quot;Babel Language Pack for eclipse&amp;quot; and &amp;quot;Babel Language Pack for modeling.emf&amp;quot; (Arabic, Czech, French, German, Portuguese, Portuguese (Brazilian), Russian, Spanish)&lt;br /&gt;
&lt;br /&gt;
Is should be like this:&lt;br /&gt;
&lt;br /&gt;
[[File:RAP 3.12 Target Platform.png|724px]]&lt;br /&gt;
&lt;br /&gt;
* Import existing project from src/java-common into workspace&lt;br /&gt;
&lt;br /&gt;
* Import existing project from src/client/java into workspace&lt;br /&gt;
&lt;br /&gt;
* Import existing projects from webui/webapp into workspace&lt;br /&gt;
&lt;br /&gt;
= Run Configuration =&lt;br /&gt;
&lt;br /&gt;
* Create new Run Configuration (of type &amp;quot;RAP Application&amp;quot;)&lt;br /&gt;
* Enter &amp;quot;/nxmc&amp;quot; as servlet path&lt;br /&gt;
* Switch to &amp;quot;Bundles&amp;quot; tab, click on &amp;quot;Deselect All&amp;quot;&lt;br /&gt;
* Add working set -&amp;gt; add your workspace with all WebUI projects&lt;br /&gt;
* Filter for &amp;quot;http.jetty&amp;quot; and select &amp;quot;org.eclipse.equinox.http.jetty&amp;quot;&lt;br /&gt;
* Filter for &amp;quot;console&amp;quot; and select &amp;quot;org.eclipse.equinox.console&amp;quot;&lt;br /&gt;
* Filter for &amp;quot;felix*shell&amp;quot; and select org.apache.felix.gogo.shell&lt;br /&gt;
* Clear filter field and click &amp;quot;Add Required Bundles&amp;quot;&lt;br /&gt;
* Uncheck &amp;quot;com.ibm.icu.base&amp;quot; - only &amp;quot;com.ibm.icu&amp;quot; must be selected&lt;br /&gt;
* Click on Validate&lt;br /&gt;
* Apply and Run&lt;br /&gt;
&lt;br /&gt;
If browser complains about too many redirects (seen that on Mac) - just refresh page.&lt;br /&gt;
&lt;br /&gt;
= WAR export =&lt;br /&gt;
&lt;br /&gt;
Use Apache Maven:&lt;br /&gt;
&lt;br /&gt;
 # updates versions in pom files&lt;br /&gt;
 mvn -f webui/webapp/pom.xml -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:update-pom -Pweb&lt;br /&gt;
 # build console&lt;br /&gt;
 mvn -f webui/webapp/pom.xml clean package -Pweb -Dtycho.disableP2Mirrors=true&lt;br /&gt;
&lt;br /&gt;
Build will be in webui/webapp/Product/target&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Possible fixes if Eclipse acting weird =&lt;br /&gt;
* Refresh sources&lt;br /&gt;
* Clean and rebuild all&lt;br /&gt;
* Repeat refresh / clean once more&lt;br /&gt;
* Refresh platform (Preferences -&amp;gt; Target Platform -&amp;gt; (select it) -&amp;gt; Reload&lt;br /&gt;
* Go to &amp;quot;Edit platform&amp;quot;, select each Update site&amp;#039;s URL and click on &amp;quot;Update&amp;quot;&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Internal_API&amp;diff=1710</id>
		<title>Internal API</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Internal_API&amp;diff=1710"/>
		<updated>2018-09-26T14:10:51Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Latest Java API: http://www.netxms.org/documentation/javadoc/latest/&lt;br /&gt;
&lt;br /&gt;
Latest stable Java API: https://www.netxms.org/documentation/javadoc/latest-stable/&lt;br /&gt;
&lt;br /&gt;
Release 2.2.8 Java API: https://www.netxms.org/documentation/javadoc/versioned/Release-2.2.8 &lt;br /&gt;
&lt;br /&gt;
Latest release documentation formed as https://www.netxms.org/documentation/javadoc/versioned/Release-x.x.x (x.x.x - release version)&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NetXMS_Grafana_datasource_setup&amp;diff=1707</id>
		<title>NetXMS Grafana datasource setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NetXMS_Grafana_datasource_setup&amp;diff=1707"/>
		<updated>2018-06-12T08:48:53Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The NetXMS Grafana datasource provides an alternative way of monitoring to that of the NetXMS Web and Desktop consoles or the Android app, by using the Grafana platform and the [[NetXMS WebAPI|NetXMS WebAPI]].&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
The following prerequisites need to be set-up first:&lt;br /&gt;
*A running instance of the NetXMS Server.&lt;br /&gt;
*A running instance of the [[NetXMS WebAPI|NetXMS WebAPI]].&lt;br /&gt;
*A running instance Grafana (more information in https://grafana.com/get).&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
See https://grafana.com/plugins/radensolutions-netxms-datasource/installation&lt;br /&gt;
&lt;br /&gt;
For installation from source:&lt;br /&gt;
&lt;br /&gt;
1. Clone the NetXMS Grafana datasource GitHub repository from https://github.com/netxms/grafana.&lt;br /&gt;
2. Copy the files from the repository to {{#tag:syntaxhighlight|GRAFANA_HOME/data/plugins/datasources/NetXMS|lang=bash}}&lt;br /&gt;
3. Restart your Grafana server.&lt;br /&gt;
&lt;br /&gt;
4. Login to your Grafana web interface and add the NetXMS datasource in the Data Sources section by selecting &amp;quot;Basic Auth&amp;quot; in the &amp;quot;Auth&amp;quot; section and, if using &amp;quot;Browser&amp;quot; access, select &amp;quot;With Credentials&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
The datasource currently supports the following functionality:&lt;br /&gt;
*Visualisation of configured data collection items for objects in graphs and tables.&lt;br /&gt;
*Listing of active alarms on a general or a per object basis&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:FindAlarmByKeyRegex&amp;diff=1667</id>
		<title>NXSL:FindAlarmByKeyRegex</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:FindAlarmByKeyRegex&amp;diff=1667"/>
		<updated>2018-01-10T08:37:43Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;__NOTOC__ Find active (non-terminated) alarm by alarm key using regex.  &amp;#039;&amp;#039;&amp;#039;Since:&amp;#039;&amp;#039;&amp;#039; 3.0-M0  == Syntax == FindAlarmByKeyRegex(&amp;#039;&amp;#039;regexp&amp;#039;&amp;#039;)  == Parameters == {| class=&amp;quot;wikitable...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Find active (non-terminated) alarm by alarm key using regex.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Since:&amp;#039;&amp;#039;&amp;#039; 3.0-M0&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
FindAlarmByKeyRegex(&amp;#039;&amp;#039;regexp&amp;#039;&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;regexp&amp;#039;&amp;#039; || Regular expression matching alarm key.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Return Value ==&lt;br /&gt;
&lt;br /&gt;
[[NXSL:Alarm|Alarm]] object or &amp;#039;&amp;#039;&amp;#039;null&amp;#039;&amp;#039;&amp;#039; if no such alarm exist.&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:LeaveMaintenance&amp;diff=1666</id>
		<title>NXSL:LeaveMaintenance</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:LeaveMaintenance&amp;diff=1666"/>
		<updated>2018-01-10T08:35:47Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;__NOTOC__ Make an object leave Maintenance mode.  &amp;#039;&amp;#039;&amp;#039;Since:&amp;#039;&amp;#039;&amp;#039; 2.0.2  == Syntax ==  LeaveMaintenance(&amp;#039;&amp;#039;object&amp;#039;&amp;#039;);   == Parameters ==  :{| |- | &amp;#039;&amp;#039;object&amp;#039;&amp;#039; || Object (NXSL:Net...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Make an object leave Maintenance mode.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Since:&amp;#039;&amp;#039;&amp;#039; 2.0.2&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
LeaveMaintenance(&amp;#039;&amp;#039;object&amp;#039;&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
:{|&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;object&amp;#039;&amp;#039; || Object ([[NXSL:NetObj|NetObj]] that will leave maintenance mode).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Return Value ==&lt;br /&gt;
&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
LeaveMaintenance($node);    // Make current node leave maintenance mode&lt;br /&gt;
LeaveMaintenance(FindObject(&amp;quot;Services&amp;quot;));    // Make container &amp;quot;Services&amp;quot; leave maintenance mode&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:EnterMaintenance&amp;diff=1665</id>
		<title>NXSL:EnterMaintenance</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:EnterMaintenance&amp;diff=1665"/>
		<updated>2018-01-10T08:33:22Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;__NOTOC__ Make an object enter Maintenance mode.  &amp;#039;&amp;#039;&amp;#039;Since:&amp;#039;&amp;#039;&amp;#039; 2.0.2  == Syntax ==  EnterMaintenance(&amp;#039;&amp;#039;object&amp;#039;&amp;#039;);   == Parameters ==  :{| |- | &amp;#039;&amp;#039;object&amp;#039;&amp;#039; || Object (NXSL:Net...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Make an object enter Maintenance mode.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Since:&amp;#039;&amp;#039;&amp;#039; 2.0.2&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
EnterMaintenance(&amp;#039;&amp;#039;object&amp;#039;&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
:{|&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;object&amp;#039;&amp;#039; || Object ([[NXSL:NetObj|NetObj]] that will be entered in maintenance mode).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Return Value ==&lt;br /&gt;
&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
EnterMaintenance($node);    // Enter current node in maintenance mode&lt;br /&gt;
EnterMaintenance(FindObject(&amp;quot;Services&amp;quot;));    // Enter container &amp;quot;Services&amp;quot; in maintenance mode&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL_Function_Reference&amp;diff=1664</id>
		<title>NXSL Function Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL_Function_Reference&amp;diff=1664"/>
		<updated>2018-01-10T08:25:18Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: /* Function tables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Function tables =&lt;br /&gt;
{| {border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;2&amp;quot; style=&amp;quot;border:\#c9c9c9 1px solid; margin: 1em 1em 1em 0; border-collapse: collapse;&amp;quot;}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Generic&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Math&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;String-related&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Data Collection&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Object search&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Object management&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Network&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:classof|classof]]||[[NXSL:abs|abs]]||[[NXSL:ArrayToString|ArrayToString]]||[[NXSL:CreateDCI|CreateDCI]]||[[NXSL:FindNodeObject|FindNodeObject]]||[[NXSL:BindObject|BindObject]]||[[NXSL:AddrInRange|AddrInRange]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:d2x|d2x]]||[[NXSL:ceil|ceil]]||[[NXSL:chr|chr]]||[[NXSL:FindAllDCIs|FindAllDCIs]]||[[NXSL:FindObject|FindObject]]||[[NXSL:CreateContainer|CreateContainer]]||[[NXSL:AddrInSubnet|AddrInSubnet]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:exit|exit]]||[[NXSL:exp|exp]]||[[NXSL:format|format]]||[[NXSL:FindDCIByDescription|FindDCIByDescription]]||[[NXSL:GetInterfaceName|GetInterfaceName]]||[[NXSL:CreateNode|CreateNode]]||[[NXSL:gethostbyaddr|gethostbyaddr]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:GetConfigurationVariable|GetConfigurationVariable]]||[[NXSL:floor|floor]]||[[NXSL:index|index]]||[[NXSL:FindDCIByName|FindDCIByName]]||[[NXSL:GetInterfaceObject|GetInterfaceObject]]||[[NXSL:DeleteCustomAttribute|DeleteCustomAttribute]]||[[NXSL:gethostbyname|gethostbyname]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:inList|inList]]||[[NXSL:log|log]]||[[NXSL:left|left]]||[[NXSL:GetAvgDCIValue|GetAvgDCIValue]]||[[NXSL:GetNodeInterfaces|GetNodeInterfaces]]||[[NXSL:DeleteObject|DeleteObject]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:map|map]]||[[NXSL:log10|log10]]||[[NXSL:length|length]]||[[NXSL:GetDCIObject|GetDCIObject]]||[[NXSL:GetNodeParents|GetNodeParents]]||[[NXSL:EnterMaintenance|EnterMaintenance]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:mapList|mapList]]||[[NXSL:pow|pow]]||[[NXSL:lower|lower]]||[[NXSL:GetDCIRawValue|GetDCIRawValue]]||[[NXSL:GetNodeTemplates|GetNodeTemplates]]||[[NXSL:GetCustomAttribute|GetCustomAttribute]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:max|max]]||[[NXSL:round|round]]||[[NXSL:ltrim|ltrim]]||[[NXSL:GetDCIValue|GetDCIValue]]||[[NXSL:GetObjectChildren|GetObjectChildren]]||[[NXSL:LeaveMaintenance|LeaveMaintenance]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:min|min]]||||[[NXSL:ord|ord]]||[[NXSL:GetDCIValues|GetDCIValues]]||[[NXSL:GetObjectParents|GetObjectParents]]||[[NXSL:ManageObject|ManageObject]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:random|random]]||||[[NXSL:right|right]]||[[NXSL:GetDCIValueByDescription|GetDCIValueByDescription]]||[[NXSL:GetAllNodes|GetAllNodes]]||[[NXSL:RenameObject|RenameObject]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:sleep|sleep]]||||[[NXSL:rindex|rindex]]||[[NXSL:GetDCIValueByName|GetDCIValueByName]]||||[[NXSL:SetCustomAttribute|SetCustomAttribute]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:trace|trace]]||||[[NXSL:rtrim|rtrim]]||[[NXSL:GetMaxDCIValue|GetMaxDCIValue]]||||[[NXSL:SetInterfaceExpectedState|SetInterfaceExpectedState]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:typeof|typeof]]||||[[NXSL:SplitString|SplitString]]||[[NXSL:GetMinDCIValue|GetMinDCIValue]]||||[[NXSL:UnbindObject|UnbindObject]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:x2d|x2d]]||||[[NXSL:substr|substr]]||[[NXSL:GetSumDCIValue|GetSumDCIValue]]||||[[NXSL:UnmanageObject|UnmanageObject]]||&lt;br /&gt;
|-&lt;br /&gt;
| ||||[[NXSL:trim|trim]]||[[NXSL:PushDCIData|PushDCIData]]||||||&lt;br /&gt;
|-&lt;br /&gt;
| ||||[[NXSL:upper|upper]]||||||||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;2&amp;quot; style=&amp;quot;border:\#c9c9c9 1px solid; margin: 1em 1em 1em 0; border-collapse: collapse;&amp;quot;}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Time-related&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Cryptography&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;SNMP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Agent&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Event Processing&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Situations&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:gmtime|gmtime]]||[[NXSL:md5|md5]]||[[NXSL:CreateSNMPTransport|CreateSNMPTransport]]||[[NXSL:AgentReadList|AgentReadList]]||[[NXSL:FindAlarmById|FindAlarmById]]||[[NXSL:FindSituation|FindSituation]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:localtime|localtime]]||[[NXSL:sha1|sha1]]||[[NXSL:SNMPGet|SNMPGet]]||[[NXSL:AgentReadParameter|AgentReadParameter]]||[[NXSL:FindAlarmByKey|FindAlarmByKey]]||[[NXSL:GetSituationAttribute|GetSituationAttribute]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:SecondsToUptime|SecondsToUptime]]||[[NXSL:sha256|sha256]]||[[NXSL:SNMPGetValue|SNMPGetValue]]||[[NXSL:AgentReadTable|AgentReadTable]]||[[NXSL:FindAlarmByKeyRegex|FindAlarmByKeyRegex]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:strftime|strftime]]||||[[NXSL:SNMPSet|SNMPSet]]||||[[NXSL:GetEventParameter|GetEventParameter]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:time|time]]||||[[NXSL:SNMPWalk|SNMPWalk]]||||[[NXSL:PostEvent|PostEvent]]||&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:mktime|mktime]]||||||[[NXSL:SetEventParameter|SetEventParameter]]||||&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:User&amp;diff=1660</id>
		<title>NXSL:User</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:User&amp;diff=1660"/>
		<updated>2018-01-04T14:52:27Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS User.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
User&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Inherits all attributes of the [[NXSL:UserDBObject|UserDBObject class]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| authMethod || int32 || Authentication method&lt;br /&gt;
|-&lt;br /&gt;
| certMappingData || string || Certificate mapping data&lt;br /&gt;
|-&lt;br /&gt;
| certMappingMethod || int32 || Certificate mapping method&lt;br /&gt;
|-&lt;br /&gt;
| disabledUntil || int64 || Disabled until or 0 if enabled (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| fullName || string || Full name&lt;br /&gt;
|-&lt;br /&gt;
| graceLogins || int32 || Grace login count&lt;br /&gt;
|-&lt;br /&gt;
| lastLogin || int64 || Last login or 0 if user has never logged in (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| xmppId || string || XMPP Id&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:User&amp;diff=1659</id>
		<title>NXSL:User</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:User&amp;diff=1659"/>
		<updated>2018-01-04T07:46:45Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS User.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
User&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Inherits all attributes of the [[NXSL:UserDBObject|UserDBObject class]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| authMethod || int32 || Authentication method&lt;br /&gt;
|-&lt;br /&gt;
| certMappingData || string || Certificate mapping data&lt;br /&gt;
|-&lt;br /&gt;
| certMappingMethod || int32 || Certificate mapping method&lt;br /&gt;
|-&lt;br /&gt;
| disabledUntil || int64 || Disabled until or 0 if enabled (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| fullName || string || Full name&lt;br /&gt;
|-&lt;br /&gt;
| graceLogins || int32 || Grace login count&lt;br /&gt;
|-&lt;br /&gt;
| lastLogin || int64 || Last login or 0 if has never logged in (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| xmppId || string || Xmppid&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:User&amp;diff=1658</id>
		<title>NXSL:User</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:User&amp;diff=1658"/>
		<updated>2018-01-04T07:46:13Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;Represents NetXMS User.  &amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;  User  &amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;  Inherits all attributes of the UserDBObject class.  {| class=&amp;quot;wikitable&amp;quot; |- ! Name !!...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS User.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
User&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Inherits all attributes of the [[NXSL:UserDBObject|UserDBObject class]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| authMethod || int32 || Authentication method&lt;br /&gt;
|-&lt;br /&gt;
| certMappingData || string || Certificate mapping data&lt;br /&gt;
|-&lt;br /&gt;
| certMappingMethod || int32 || Certificate mapping method&lt;br /&gt;
|-&lt;br /&gt;
| disabledUntil || int64 || Disabled until or 0 if enabled (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| fullName || string || Full name&lt;br /&gt;
|-&lt;br /&gt;
| graceLogins || int32 || Grace login count&lt;br /&gt;
|-&lt;br /&gt;
| lastLogin || int64 || Last login or 0 if has never logged in (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| xmppId || string || Xmppid&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:UserGroup&amp;diff=1657</id>
		<title>NXSL:UserGroup</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:UserGroup&amp;diff=1657"/>
		<updated>2018-01-04T07:38:57Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS Group.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
UserGroup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Inherits all attributes of the [[NXSL:UserDBObject|UserDBObject class]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| memberCount || uint32 || Member count&lt;br /&gt;
|-&lt;br /&gt;
| members || array ([[NXSL:UserDBObject|UserDBObject]]) || Array of members&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL_Class_Reference&amp;diff=1656</id>
		<title>NXSL Class Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL_Class_Reference&amp;diff=1656"/>
		<updated>2018-01-04T07:37:43Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: /* Other classes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===NetObj and its sub-classes===&lt;br /&gt;
[[NXSL:NetObj|NetObj]]&lt;br /&gt;
&lt;br /&gt;
- [[NXSL:Cluster|Cluster]]&lt;br /&gt;
&lt;br /&gt;
- [[NXSL:Interface|Interface]]&lt;br /&gt;
&lt;br /&gt;
- [[NXSL:Node|Node]]&lt;br /&gt;
&lt;br /&gt;
- [[NXSL:Zone|Zone]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===SNMP related classes===&lt;br /&gt;
[[NXSL:SNMP_Transport|SNMP_Transport]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:SNMP_VarBind|SNMP_VarBind]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Other classes===&lt;br /&gt;
[[NXSL:Alarm|Alarm]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:Component|Component]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:DCI|DCI]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:Event|Event]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:GeoLocation|GeoLocation]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:InetAddress|InetAddress]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:NewNode|NewNode]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:Situation|Situation]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:Table|Table]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:TableColumn|TableColumn]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:TIME|TIME]]&lt;br /&gt;
&lt;br /&gt;
[[NXSL:UserDBObject|UserDBObject]]&lt;br /&gt;
&lt;br /&gt;
-[[NXSL:User|User]]&lt;br /&gt;
&lt;br /&gt;
-[[NXSL:UserGroup|UserGroup]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting Guide]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:UserGroup&amp;diff=1655</id>
		<title>NXSL:UserGroup</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:UserGroup&amp;diff=1655"/>
		<updated>2018-01-04T07:34:49Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;Represents NetXMS Group.  &amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;  UserGroup   &amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;  {| class=&amp;quot;wikitable&amp;quot; |- ! Name !! Type !! Description |- | memberCount || uint32 || Member count |- |...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS Group.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
UserGroup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| memberCount || uint32 || Member count&lt;br /&gt;
|-&lt;br /&gt;
| members || array ([[NXSL:UserDBObject|UserDBObject]]) || Array of members&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:UserDBObject&amp;diff=1654</id>
		<title>NXSL:UserDBObject</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:UserDBObject&amp;diff=1654"/>
		<updated>2018-01-04T07:32:08Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;Represents NetXMS UserDatabaseObject.  &amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;  UserDBObject   &amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;  {| class=&amp;quot;wikitable&amp;quot; |- ! Name !! Type !! Description |- | description || string || O...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS UserDatabaseObject.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
UserDBObject&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| description || string || Object&amp;#039;s description&lt;br /&gt;
|-&lt;br /&gt;
| flags || uint32 || Object&amp;#039;s flags &lt;br /&gt;
|-&lt;br /&gt;
| guid || string || Object&amp;#039;s guid&lt;br /&gt;
|-&lt;br /&gt;
| id || uint32 || Object&amp;#039;s id&lt;br /&gt;
|-&lt;br /&gt;
| isDeleted || boolean || TRUE if object is deleted&lt;br /&gt;
|-&lt;br /&gt;
| isDisabled || boolean || TRUE if object is disabled&lt;br /&gt;
|-&lt;br /&gt;
| isGroup || boolean || TRUE if object is of class [[NXSL:UserGroup|UserGroup]]&lt;br /&gt;
|-&lt;br /&gt;
| isModified || boolean || TRUE if object has been modified&lt;br /&gt;
|-&lt;br /&gt;
| isLDAPUser || boolean || TRUE if object is an LDAP user &lt;br /&gt;
|-&lt;br /&gt;
| LDAPDomain || string || Object&amp;#039;s LDAP domain&lt;br /&gt;
|-&lt;br /&gt;
| LDAPId || string || Object&amp;#039;s LDAP id &lt;br /&gt;
|-&lt;br /&gt;
| systemRights || uint64 || Object&amp;#039;s system rights &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:Component&amp;diff=1653</id>
		<title>NXSL:Component</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:Component&amp;diff=1653"/>
		<updated>2018-01-04T07:31:42Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS node object physical components.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Component&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| children || array ([[NXSL:Component|Component]]) || The children components&lt;br /&gt;
|-&lt;br /&gt;
| class || string || Name of the physical component`s class&lt;br /&gt;
|-&lt;br /&gt;
| firmware || string || Firmware information of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| model || string || Model information of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| name || string || Name of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| serial || string || The serial number of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| vendor || string || Vendor information of the physical component&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:Component&amp;diff=1652</id>
		<title>NXSL:Component</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:Component&amp;diff=1652"/>
		<updated>2018-01-04T07:31:25Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS node object physical components.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Component&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| children || array ([[NXSL:Components|Components]]) || The children components&lt;br /&gt;
|-&lt;br /&gt;
| class || string || Name of the physical component`s class&lt;br /&gt;
|-&lt;br /&gt;
| firmware || string || Firmware information of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| model || string || Model information of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| name || string || Name of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| serial || string || The serial number of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| vendor || string || Vendor information of the physical component&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:Component&amp;diff=1651</id>
		<title>NXSL:Component</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:Component&amp;diff=1651"/>
		<updated>2018-01-04T07:31:11Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS node object physical components.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Component&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| children || array ([[NXSL:Component|Components]]) || The children components&lt;br /&gt;
|-&lt;br /&gt;
| class || string || Name of the physical component`s class&lt;br /&gt;
|-&lt;br /&gt;
| firmware || string || Firmware information of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| model || string || Model information of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| name || string || Name of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| serial || string || The serial number of the physical component&lt;br /&gt;
|-&lt;br /&gt;
| vendor || string || Vendor information of the physical component&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:Node&amp;diff=1650</id>
		<title>NXSL:Node</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:Node&amp;diff=1650"/>
		<updated>2018-01-04T07:29:55Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS node object.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Node&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Inherits all attributes of the [[NXSL:NetObj|NetObj class]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| agentVersion || string || NetXMS agent&amp;#039;s version&lt;br /&gt;
|-&lt;br /&gt;
| bootTime || int64 || Node boot time or 0 if not known (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| bridgeBaseAddress || string || Bridge base address (will return &amp;quot;000000000000&amp;quot; if not known or node is not a bridge/switch)&lt;br /&gt;
|-&lt;br /&gt;
| components || object ([[NXSL:Component | Component]]) || The root physical component object of the node&lt;br /&gt;
|-&lt;br /&gt;
| driver || string || Driver name&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:Node:flags | flags]] || uint32 || Node flags (bit mask)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;is802_1x&amp;quot; or &amp;quot;isPAE&amp;quot; || boolean || TRUE if node supports 802.1x&lt;br /&gt;
|-&lt;br /&gt;
| isAgent || boolean || TRUE if NetXMS agent detected on node&lt;br /&gt;
|-&lt;br /&gt;
| isBridge || boolean || TRUE if node is a bridge&lt;br /&gt;
|-&lt;br /&gt;
| isCDP || boolean || TRUE if node supports CDP (Cisco Discovery Protocol)&lt;br /&gt;
|-&lt;br /&gt;
| isLLDP || boolean || TRUE if node supports LLDP (Link Layer Discovery Protocol)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;isLocalMgmt&amp;quot; or &amp;quot;isLocalManagement&amp;quot; || boolean || TRUE if node is a local management server (NetXMS server)&lt;br /&gt;
|-&lt;br /&gt;
| isPrinter || boolean || TRUE if node is a printer&lt;br /&gt;
|-&lt;br /&gt;
| isRouter || boolean || TRUE if node is a router (has IP forwarding enabled)&lt;br /&gt;
|-&lt;br /&gt;
| isSMCLP|| boolean || TRUE if SMCLP agent detected on node&lt;br /&gt;
|-&lt;br /&gt;
| isSNMP || boolean || TRUE if SNMP agent detected on node&lt;br /&gt;
|-&lt;br /&gt;
| isSONMP || boolean || TRUE if node supports SONMP/NDP (Synoptics/Nortel Discovery Protocol)&lt;br /&gt;
|-&lt;br /&gt;
| platformName || string || Platform name reported by NetXMS agent&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:Node:runtimeFlags | runtimeFlags]] || uint32 || Node runtime flags (bit mask)&lt;br /&gt;
|-&lt;br /&gt;
| snmpOID || string || SNMP object identifier (value of .1.3.6.1.2.1.1.2.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpSysContact || string || SNMP system contact (value of .1.3.6.1.2.1.1.4.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpSysLocation || string || SNMP system location (value of .1.3.6.1.2.1.1.6.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpSysName || string || SNMP system name (value of .1.3.6.1.2.1.1.5.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpVersion || int32 || Configured SNMP version (0 for SNMP version 1, 1 for SNMP version 2c, 2 for SNMP version 3)&lt;br /&gt;
|-&lt;br /&gt;
| sysDescription || string || System description (value of System.Uname for nodes with agents or .1.3.6.1.2.1.1.1.0 for SNMP nodes)&lt;br /&gt;
|-&lt;br /&gt;
| zone || object ([[NXSL:Zone|Zone]]) || Zone object (&amp;#039;&amp;#039;&amp;#039;null&amp;#039;&amp;#039;&amp;#039; if zoning is disabled)&lt;br /&gt;
|-&lt;br /&gt;
| zoneId || int32 || Zone ID (0 if zoning is disabled)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Parameters !! Return value !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:clearGeoLocation|clearGeoLocation]] || none || none || Clears GeoLocation data from the node&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:setGeoLocation|setGeoLocation]] || Object of [[NXSL:GeoLocation|GeoLocation]] class || none || Sets GeoLocation data for the node&lt;br /&gt;
|-&lt;br /&gt;
| enableAgent || boolean || none ||Enable or disable usage of NetXMS agent for all polls&lt;br /&gt;
|-&lt;br /&gt;
| enableConfigurationPolling || boolean || none || Enable or disable configuration polling for a node&lt;br /&gt;
|-&lt;br /&gt;
| enableIcmp || boolean || none || Enable or disable usage of ICMP pings for status polls&lt;br /&gt;
|-&lt;br /&gt;
| enableRoutingTablePolling || boolean || none || Enable or disable routing table polling (since 2.1.1)&lt;br /&gt;
|-&lt;br /&gt;
| enableSnmp || boolean || none || Enable or disable usage of SNMP for all polls&lt;br /&gt;
|-&lt;br /&gt;
| enableStatusPolling || boolean || none || Enable or disable status polling for a node&lt;br /&gt;
|-&lt;br /&gt;
| enableTopologyPolling || boolean || none || Enable or disable topology polling&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example (disable usage of NetXMS agent for all polls):&lt;br /&gt;
 $node-&amp;gt;enableAgent(false);&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:Node&amp;diff=1649</id>
		<title>NXSL:Node</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:Node&amp;diff=1649"/>
		<updated>2018-01-04T07:29:25Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS node object.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Node&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Inherits all attributes of the [[NXSL:NetObj|NetObj class]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| agentVersion || string || NetXMS agent&amp;#039;s version&lt;br /&gt;
|-&lt;br /&gt;
| bootTime || int64 || Node boot time or 0 if not known (in seconds since epoch)&lt;br /&gt;
|-&lt;br /&gt;
| bridgeBaseAddress || string || Bridge base address (will return &amp;quot;000000000000&amp;quot; if not known or node is not a bridge/switch)&lt;br /&gt;
|-&lt;br /&gt;
| components || object ([[NXSL:Component | NXSL:Component]]) || The root physical component object of the node&lt;br /&gt;
|-&lt;br /&gt;
| driver || string || Driver name&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:Node:flags | flags]] || uint32 || Node flags (bit mask)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;is802_1x&amp;quot; or &amp;quot;isPAE&amp;quot; || boolean || TRUE if node supports 802.1x&lt;br /&gt;
|-&lt;br /&gt;
| isAgent || boolean || TRUE if NetXMS agent detected on node&lt;br /&gt;
|-&lt;br /&gt;
| isBridge || boolean || TRUE if node is a bridge&lt;br /&gt;
|-&lt;br /&gt;
| isCDP || boolean || TRUE if node supports CDP (Cisco Discovery Protocol)&lt;br /&gt;
|-&lt;br /&gt;
| isLLDP || boolean || TRUE if node supports LLDP (Link Layer Discovery Protocol)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;isLocalMgmt&amp;quot; or &amp;quot;isLocalManagement&amp;quot; || boolean || TRUE if node is a local management server (NetXMS server)&lt;br /&gt;
|-&lt;br /&gt;
| isPrinter || boolean || TRUE if node is a printer&lt;br /&gt;
|-&lt;br /&gt;
| isRouter || boolean || TRUE if node is a router (has IP forwarding enabled)&lt;br /&gt;
|-&lt;br /&gt;
| isSMCLP|| boolean || TRUE if SMCLP agent detected on node&lt;br /&gt;
|-&lt;br /&gt;
| isSNMP || boolean || TRUE if SNMP agent detected on node&lt;br /&gt;
|-&lt;br /&gt;
| isSONMP || boolean || TRUE if node supports SONMP/NDP (Synoptics/Nortel Discovery Protocol)&lt;br /&gt;
|-&lt;br /&gt;
| platformName || string || Platform name reported by NetXMS agent&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:Node:runtimeFlags | runtimeFlags]] || uint32 || Node runtime flags (bit mask)&lt;br /&gt;
|-&lt;br /&gt;
| snmpOID || string || SNMP object identifier (value of .1.3.6.1.2.1.1.2.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpSysContact || string || SNMP system contact (value of .1.3.6.1.2.1.1.4.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpSysLocation || string || SNMP system location (value of .1.3.6.1.2.1.1.6.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpSysName || string || SNMP system name (value of .1.3.6.1.2.1.1.5.0)&lt;br /&gt;
|-&lt;br /&gt;
| snmpVersion || int32 || Configured SNMP version (0 for SNMP version 1, 1 for SNMP version 2c, 2 for SNMP version 3)&lt;br /&gt;
|-&lt;br /&gt;
| sysDescription || string || System description (value of System.Uname for nodes with agents or .1.3.6.1.2.1.1.1.0 for SNMP nodes)&lt;br /&gt;
|-&lt;br /&gt;
| zone || object ([[NXSL:Zone|Zone]]) || Zone object (&amp;#039;&amp;#039;&amp;#039;null&amp;#039;&amp;#039;&amp;#039; if zoning is disabled)&lt;br /&gt;
|-&lt;br /&gt;
| zoneId || int32 || Zone ID (0 if zoning is disabled)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Parameters !! Return value !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:clearGeoLocation|clearGeoLocation]] || none || none || Clears GeoLocation data from the node&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:setGeoLocation|setGeoLocation]] || Object of [[NXSL:GeoLocation|GeoLocation]] class || none || Sets GeoLocation data for the node&lt;br /&gt;
|-&lt;br /&gt;
| enableAgent || boolean || none ||Enable or disable usage of NetXMS agent for all polls&lt;br /&gt;
|-&lt;br /&gt;
| enableConfigurationPolling || boolean || none || Enable or disable configuration polling for a node&lt;br /&gt;
|-&lt;br /&gt;
| enableIcmp || boolean || none || Enable or disable usage of ICMP pings for status polls&lt;br /&gt;
|-&lt;br /&gt;
| enableRoutingTablePolling || boolean || none || Enable or disable routing table polling (since 2.1.1)&lt;br /&gt;
|-&lt;br /&gt;
| enableSnmp || boolean || none || Enable or disable usage of SNMP for all polls&lt;br /&gt;
|-&lt;br /&gt;
| enableStatusPolling || boolean || none || Enable or disable status polling for a node&lt;br /&gt;
|-&lt;br /&gt;
| enableTopologyPolling || boolean || none || Enable or disable topology polling&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example (disable usage of NetXMS agent for all polls):&lt;br /&gt;
 $node-&amp;gt;enableAgent(false);&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=NXSL:NetObj&amp;diff=1648</id>
		<title>NXSL:NetObj</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=NXSL:NetObj&amp;diff=1648"/>
		<updated>2018-01-04T07:15:23Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Represents NetXMS object (subnet, container, etc.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Class Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
NetObj&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| alarms|| array ([[NXSL:Alarm|Alarm]])  || Array of object&amp;#039;s active alarms&lt;br /&gt;
|-&lt;br /&gt;
| city|| string || Object location city string&lt;br /&gt;
|-&lt;br /&gt;
| comments || string || Object&amp;#039;s comments&lt;br /&gt;
|-&lt;br /&gt;
| country|| string || Object location country string&lt;br /&gt;
|-&lt;br /&gt;
| customAttributes|| HashMap || HashMap of object&amp;#039;s custom attributes&lt;br /&gt;
|-&lt;br /&gt;
| geolocation || object ([[NXSL:GeoLocation|GeoLocation]]) || Object&amp;#039;s location&lt;br /&gt;
|-&lt;br /&gt;
| guid || string || Object&amp;#039;s GUID&lt;br /&gt;
|-&lt;br /&gt;
| id || uint32 || Object identifier&lt;br /&gt;
|-&lt;br /&gt;
| ipAddr || string || Primary IP address&lt;br /&gt;
|-&lt;br /&gt;
| mapImage || string || GUID of map presentation image (00000000-0000-0000-0000-000000000000 for default)&lt;br /&gt;
|-&lt;br /&gt;
| name || string || Object name&lt;br /&gt;
|-&lt;br /&gt;
| postcode|| string || Object location postcode string&lt;br /&gt;
|-&lt;br /&gt;
| responsibleUsers|| array ([[NXSL:UserDBObject|UserDBObject]]) || Array of object&amp;#039;s responsible users&lt;br /&gt;
|-&lt;br /&gt;
| status || int32 || Object status (see possible values in table below)&lt;br /&gt;
|-&lt;br /&gt;
| streetAddress|| string || Object location street address string&lt;br /&gt;
|-&lt;br /&gt;
| type || int32 || Object type (class)&lt;br /&gt;
|-&lt;br /&gt;
| [any other string] || string || Returns object&amp;#039;s custom attribute with the name of the given string&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Parameters !! Return value !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:clearGeoLocation|clearGeoLocation]] || none || none || Clears GeoLocation data from the object&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:setGeoLocation|setGeoLocation]] || Object of [[NXSL:GeoLocation|GeoLocation]] class || none || Sets GeoLocation data for the object&lt;br /&gt;
|-&lt;br /&gt;
| [[NXSL:NetObj:setMapImage|setMapImage]] || string || int32 || Sets map presentation image for the object&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Possible values for &amp;quot;status&amp;quot; attribute&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
! Status ID !! Desc&lt;br /&gt;
|- &lt;br /&gt;
| 0 || Normal&lt;br /&gt;
|- &lt;br /&gt;
| 1 || Warning&lt;br /&gt;
|- &lt;br /&gt;
| 2 || Minor&lt;br /&gt;
|- &lt;br /&gt;
| 3 || Major&lt;br /&gt;
|- &lt;br /&gt;
| 4 || Critical&lt;br /&gt;
|- &lt;br /&gt;
| 5 || Unknown&lt;br /&gt;
|- &lt;br /&gt;
| 6 || Unmanaged&lt;br /&gt;
|- &lt;br /&gt;
| 7 || Disabled&lt;br /&gt;
|- &lt;br /&gt;
| 8 || Testing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Object types&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
! Object type !! Desc&lt;br /&gt;
|- &lt;br /&gt;
| 0 || Generic&lt;br /&gt;
|- &lt;br /&gt;
| 1 || Subnet&lt;br /&gt;
|- &lt;br /&gt;
| 2 || Node&lt;br /&gt;
|- &lt;br /&gt;
| 3 || Interface&lt;br /&gt;
|- &lt;br /&gt;
| 4 || Network&lt;br /&gt;
|- &lt;br /&gt;
| 5 || Container&lt;br /&gt;
|- &lt;br /&gt;
| 6 || Zone&lt;br /&gt;
|- &lt;br /&gt;
| 7 || Serviceroot&lt;br /&gt;
|- &lt;br /&gt;
| 8 || Template&lt;br /&gt;
|- &lt;br /&gt;
| 9 || Templategroup&lt;br /&gt;
|- &lt;br /&gt;
| 10 || Templateroot&lt;br /&gt;
|- &lt;br /&gt;
| 11 || Networkservice&lt;br /&gt;
|- &lt;br /&gt;
| 12 || Vpnconnector&lt;br /&gt;
|- &lt;br /&gt;
| 13 || Condition&lt;br /&gt;
|- &lt;br /&gt;
| 14 || Cluster&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:NXSL Class Reference]]&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:lm-sensors&amp;diff=1641</id>
		<title>Subagent:lm-sensors</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:lm-sensors&amp;diff=1641"/>
		<updated>2017-11-24T15:58:17Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/hardware-monitoring.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/hardware-monitoring.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM::Troubleshooting&amp;diff=1640</id>
		<title>UM::Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM::Troubleshooting&amp;diff=1640"/>
		<updated>2017-11-24T15:51:22Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/advanced.html#troubleshooting&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Mobile_Device_Monitoring&amp;diff=1639</id>
		<title>UM:Mobile Device Monitoring</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Mobile_Device_Monitoring&amp;diff=1639"/>
		<updated>2017-11-24T15:50:36Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/mobile-device-monitoring.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/mobile-device-monitoring.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM::User_Management&amp;diff=1638</id>
		<title>UM::User Management</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM::User_Management&amp;diff=1638"/>
		<updated>2017-11-24T15:43:45Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/user-management.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/user-management.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Dashboards&amp;diff=1637</id>
		<title>UM:Dashboards</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Dashboards&amp;diff=1637"/>
		<updated>2017-11-24T15:42:22Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/visualisation.html#dashboards&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/visualisation.html#dashboards&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Business_Services&amp;diff=1636</id>
		<title>UM:Business Services</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Business_Services&amp;diff=1636"/>
		<updated>2017-11-24T15:14:28Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/sla.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/sla.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Log_Monitoring&amp;diff=1635</id>
		<title>UM:Log Monitoring</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Log_Monitoring&amp;diff=1635"/>
		<updated>2017-11-24T15:03:34Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/log-monitoring.html#log-monitoring&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/log-monitoring.html#log-monitoring&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:PortCheck&amp;diff=1634</id>
		<title>Subagent:PortCheck</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:PortCheck&amp;diff=1634"/>
		<updated>2017-11-24T14:58:44Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/service-monitoring.html?highlight=portcheck#portcheck-configuration&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/service-monitoring.html?highlight=portcheck#portcheck-configuration&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:DB2&amp;diff=1633</id>
		<title>Subagent:DB2</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:DB2&amp;diff=1633"/>
		<updated>2017-11-24T14:57:59Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/database-monitoring.html#db2&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:Ping&amp;diff=1632</id>
		<title>Subagent:Ping</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:Ping&amp;diff=1632"/>
		<updated>2017-11-24T14:57:36Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/icmp-ping.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/icmp-ping.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:ODBCQuery&amp;diff=1631</id>
		<title>Subagent:ODBCQuery</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:ODBCQuery&amp;diff=1631"/>
		<updated>2017-11-24T14:44:51Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/application-monitoring.html#application-database-monitoring&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Mobile_Management_Console&amp;diff=1630</id>
		<title>UM:Mobile Management Console</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Mobile_Management_Console&amp;diff=1630"/>
		<updated>2017-11-24T14:43:38Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/userguide/mobile-console.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Installation_Guide&amp;diff=1629</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Installation_Guide&amp;diff=1629"/>
		<updated>2017-11-24T14:43:14Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/installation.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:Oracle&amp;diff=1628</id>
		<title>Subagent:Oracle</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:Oracle&amp;diff=1628"/>
		<updated>2017-11-24T14:43:11Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/database-monitoring.html#oracle&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/database-monitoring.html#oracle&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Talk:Subagent:DB2&amp;diff=1627</id>
		<title>Talk:Subagent:DB2</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Talk:Subagent:DB2&amp;diff=1627"/>
		<updated>2017-11-24T14:18:23Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;https://www.netxms.org/documentation/adminguide/database-monitoring.html#db2&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://www.netxms.org/documentation/adminguide/database-monitoring.html#db2&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Subagent:DB2&amp;diff=1626</id>
		<title>Subagent:DB2</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Subagent:DB2&amp;diff=1626"/>
		<updated>2017-11-24T14:11:41Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Agent_Management&amp;diff=1625</id>
		<title>UM:Agent Management</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Agent_Management&amp;diff=1625"/>
		<updated>2017-11-24T14:10:26Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Created page with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/agent-management.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/agent-management.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Zones&amp;diff=1624</id>
		<title>UM:Zones</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Zones&amp;diff=1624"/>
		<updated>2017-11-24T14:10:05Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide/advanced.html#zones&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/advanced.html#zones&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Network_Topology&amp;diff=1623</id>
		<title>UM:Network Topology</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Network_Topology&amp;diff=1623"/>
		<updated>2017-11-24T14:09:24Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/topology.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Event_Processing&amp;diff=1622</id>
		<title>UM:Event Processing</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Event_Processing&amp;diff=1622"/>
		<updated>2017-11-24T14:09:01Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/event-processing.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Data_Collection&amp;diff=1621</id>
		<title>UM:Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Data_Collection&amp;diff=1621"/>
		<updated>2017-11-24T14:08:43Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/data-collection.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Objects&amp;diff=1620</id>
		<title>UM:Objects</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Objects&amp;diff=1620"/>
		<updated>2017-11-24T14:08:22Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/object-management.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Network_Discovery&amp;diff=1619</id>
		<title>UM:Network Discovery</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Network_Discovery&amp;diff=1619"/>
		<updated>2017-11-24T14:07:56Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/network-discovery.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Initial_Configuration_and_Network_Discovery&amp;diff=1618</id>
		<title>UM:Initial Configuration and Network Discovery</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Initial_Configuration_and_Network_Discovery&amp;diff=1618"/>
		<updated>2017-11-24T14:07:20Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide/quickstart.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=Installation_Guide&amp;diff=1617</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=Installation_Guide&amp;diff=1617"/>
		<updated>2017-11-24T14:06:35Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/userguide/mobile-console.html&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Network_Topology&amp;diff=1616</id>
		<title>UM:Network Topology</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Network_Topology&amp;diff=1616"/>
		<updated>2017-11-24T14:06:02Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Event_Processing&amp;diff=1615</id>
		<title>UM:Event Processing</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Event_Processing&amp;diff=1615"/>
		<updated>2017-11-24T14:05:37Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Data_Collection&amp;diff=1614</id>
		<title>UM:Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Data_Collection&amp;diff=1614"/>
		<updated>2017-11-24T14:05:16Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: Replaced content with &amp;quot;Information moved to documentation:  https://www.netxms.org/documentation/adminguide&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Network_Discovery&amp;diff=1613</id>
		<title>UM:Network Discovery</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Network_Discovery&amp;diff=1613"/>
		<updated>2017-11-24T14:04:57Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
	<entry>
		<id>https://wiki.netxms.org/index.php?title=UM:Initial_Configuration_and_Network_Discovery&amp;diff=1612</id>
		<title>UM:Initial Configuration and Network Discovery</title>
		<link rel="alternate" type="text/html" href="https://wiki.netxms.org/index.php?title=UM:Initial_Configuration_and_Network_Discovery&amp;diff=1612"/>
		<updated>2017-11-24T14:04:44Z</updated>

		<summary type="html">&lt;p&gt;TatjanaDubrovica: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information moved to documentation:&lt;br /&gt;
&lt;br /&gt;
https://www.netxms.org/documentation/adminguide&lt;/div&gt;</summary>
		<author><name>TatjanaDubrovica</name></author>
	</entry>
</feed>