User contributions
7 March 2012
Server Configuration File
Created page with "File '''netxmsd.conf''' is a master configuration file for NetXMS server. It should contain information necessary for establishing database connection, and some optional serve..."
System Reference
Created page with "= Server Configuration = Server Configuration File Server Configuration Variables = Agent Configuration = Agent Configuration File = NetXMS Scripting Langua..."
28 February 2012
22 February 2012
Uninterruptible Power Supply (UPS) Monitoring
Created page with "= UPS Monitoring Basics = You can monitor UPS devices attached to the hosts via serial cable or USB via UPS subagent. Once you have your UPS attached to the host and NetXMS a..."
PING Subagent
Created page with "This subagent can be used to measure ICMP ping responce times from one location to another. = Provided Parameters = When loaded, PING subagent adds the following parameters ..."
Network Device Drivers
Created page with "= Driver Selection for Device = Driver selected for the device in two steps. On first step, server pass device information to each driver’s '''isPotentialDevice''' method. ..."
Coding Style
Created page with "= Coding style for C and C++ = 1. Function names: each word in function name should start with capital letter. No underscores. For example: '''CreateNewUser'''. Underscores a..."
Communication Protocol Reference Guide
Created page with "= Introduction = NetXMS Communication Protocol (NXCP) is a protocol used by all NetXMS entities (server, agents, clients) for communications. Protocol is message-oriented and ..."