Difference between revisions of "Server Configuration Variables"

Jump to navigation Jump to search
m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
After reading the connection information from the configuration file, the server is connected to the database and operational. Additional configuration is stored in the database itself and accessible through the Server Configuration window in the console.
{{deprecated}}After reading the connection information from the configuration file, the server is connected to the database and operational. Additional configuration is stored in the database itself and accessible through the Server Configuration window in the console.
Please note that changes to most of the settings will take effect only after server restart.  
Please note that changes to most of the settings will take effect only after server restart.  


Line 28: Line 28:
| AuditLogRetentionTime || Retention time in days for the records in audit log. All records older than specified will be deleted by housekeeping process. || 90 || No
| AuditLogRetentionTime || Retention time in days for the records in audit log. All records older than specified will be deleted by housekeeping process. || 90 || No
|-
|-
| BeaconHosts || Comma-separated list of hosts to be used as beacons for checking NetXMS server network connectivity. Either DNS names or IP addresses can be used. || || Yes
| BeaconHosts || Comma-separated list of hosts to be used as beacons for checking NetXMS server network connectivity. Either DNS names or IP addresses can be used. This list is pinged by NetXMS server and if none of the hosts have responded, server considers that connection with network is lost and generates specific event.  || || Yes
|-
|-
| BeaconPollingInterval || Interval in milliseconds between beacon hosts polls. || 1000 || Yes
| BeaconPollingInterval || Interval in milliseconds between beacon hosts polls. || 1000 || Yes
Line 65: Line 65:
|-
|-
| DefaultMapBackgroundColor || Default background color for new network map objects (as RGB value).|| 0xffffff || No
| DefaultMapBackgroundColor || Default background color for new network map objects (as RGB value).|| 0xffffff || No
|-
| DeleteAlarmsOfDeletedObject || || ||
|-
|-
| DeleteEmptySubnets || Enable (1) or disable (0) automatic deletion of subnet objects without any nodes within. When enabled, empty subnets will be deleted by housekeeping process. || 1 || Yes
| DeleteEmptySubnets || Enable (1) or disable (0) automatic deletion of subnet objects without any nodes within. When enabled, empty subnets will be deleted by housekeeping process. || 1 || Yes
|-
| DeleteEventsOfDeletedObject || || ||
|-
|-
| DeleteUnreachableNodesPeriod || Delete nodes which were unreachable for a number of days specified by this parameter. If this parameter is set to 0 then unreachable nodes will never be deleted. || 0 || Yes
| DeleteUnreachableNodesPeriod || Delete nodes which were unreachable for a number of days specified by this parameter. If this parameter is set to 0 then unreachable nodes will never be deleted. || 0 || Yes
Line 83: Line 87:
|-
|-
| EnableAuditLog || Enable (1) or disable (0) audit log. || 1 || Yes
| EnableAuditLog || Enable (1) or disable (0) audit log. || 1 || Yes
|-
| EnableCheckPointSNMP || ||  ||
|-
|-
| EnableEventStormDetection || || 0 || Yes
| EnableEventStormDetection || || 0 || Yes
|-
|-
| EnableISCListener || Enable (1) or disable (0) Inter-Server Communications Listener. || 0 || Yes
| EnableISCListener || Enable (1) or disable (0) Inter-Server Communications Listener. || 0 || Yes
|-
| EnableObjectTransactions || ||  ||
|-
|-
| EnableMultipleDBConnections || Enable (1) or disable (0) multiple database connections from the NetXMS server. This setting has no effect on SQLite databases. || 1 || Yes
| EnableMultipleDBConnections || Enable (1) or disable (0) multiple database connections from the NetXMS server. This setting has no effect on SQLite databases. || 1 || Yes
Line 95: Line 103:
|-
|-
| EnableSyslogDaemon || Enable (1) or disable (0) receiving of syslog messages. || 0 || Yes
| EnableSyslogDaemon || Enable (1) or disable (0) receiving of syslog messages. || 0 || Yes
|-
| EnableTimedAlarmAck || ||  ||
|-
| EnableXMPPConnector || ||  ||
|-
|-
| EnableZoning || Enable (1) or disable (0) zoning support. || 0 || Yes
| EnableZoning || Enable (1) or disable (0) zoning support. || 0 || Yes
|-
| EscapeLocalCommands || If it is set to 1, tab, carriage return, and new line characters will be replaced by \t, \r, and \n in commands. || 0 || No
|-
|-
| EventLogRetentionTime || || 90 || No
| EventLogRetentionTime || || 90 || No
|-
|-
| EventStormDuraction || || 15 || Yes
| EventStormDuration || || 15 || Yes
|-
|-
| EventStormEventsPerSecond || || 100 || Yes
| EventStormEventsPerSecond || || 100 || Yes
|-
| ExtendedLogQueryAccessControl || Enable (1) or disable (0) extended access control in log queries. When enabled, server will check user's access to objects and only select those log records where user has read access to related object. Please note that enabling this option can cause slow and inefficient SQL queries depending on number of objects and actual access right assignment. || 0 || No
|-
|-
| ExternalAuditFacility || Syslog facility to be used in audit log records sent to external server. || 13 || Yes
| ExternalAuditFacility || Syslog facility to be used in audit log records sent to external server. || 13 || Yes
Line 116: Line 132:
| FixedStatusValue || || 0 || Yes
| FixedStatusValue || || 0 || Yes
|-
|-
| HouseKeepingInterval || || 3600 || Yes
| HouseKeepingInterval || Interval of housekeeper'a running (in seconds). Housekeeper deletes old log lines, old DCI data, cleans removed objects and does VACUUM for PostgreSQL. || 3600 || Yes
|-
|-
| IcmpPingSize || Size of ICMP packets (in bytes, excluding IP header size) used for status polls. || 46 || Yes
| IcmpPingSize || Size of ICMP packets (in bytes, excluding IP header size) used for status polls. || 46 || Yes
|-
| IcmpPingTimeout || Timeout for ICMP ping used for status polls (in milliseconds). || 1500 || Yes
|-
|-
| InternalCA || Enable (1) or disable (0) internal certificate authority. || 0 || Yes
| InternalCA || Enable (1) or disable (0) internal certificate authority. || 0 || Yes
Line 141: Line 159:
|-
|-
| MinPasswordLength || Default minimum password length for a NetXMS user. The default applied only if per-user setting is not defined. || 0 || No
| MinPasswordLength || Default minimum password length for a NetXMS user. The default applied only if per-user setting is not defined. || 0 || No
|-
| MobileDeviceListenerPort || ||  ||
|-
|-
| NumberOfBusinessServicePollers || A number of threads responsible for business service (SLA) monitoring. || 10 || Yes
| NumberOfBusinessServicePollers || A number of threads responsible for business service (SLA) monitoring. || 10 || Yes
Line 169: Line 189:
|-
|-
| PollCountForStatusChange || The number of consecutive unsuccessful polls required to declare interface as down. || 1 || Yes
| PollCountForStatusChange || The number of consecutive unsuccessful polls required to declare interface as down. || 1 || Yes
|-
| ProcessTrapsFromUnmanagedNodes || Enable (1) or disable (0) processing of SNMP traps received from node which is in unmanaged state. || 0 || Yes
|-
|-
| RADIUSNumRetries || The number of retries for RADIUS authentication. || 5 || No
| RADIUSNumRetries || The number of retries for RADIUS authentication. || 5 || No
Line 244: Line 266:
|-
|-
| SyslogListenPort || UDP port used by built-in syslog server. || 514 || Yes
| SyslogListenPort || UDP port used by built-in syslog server. || 514 || Yes
|-
| SyslogNodeMatchingPolicy || Node matching policy for built-in syslog daemon. Possible values are:
{| class="wikitable"
|-
| 0 || syslog message source IP address then hostname
|-
| 1 || hostname then syslog message source IP address
|}
|| 0 || Yes
|-
|-
| SyslogRetentionTime || Retention time in days for records in syslog. All records older than specified will be deleted by housekeeping process. || 90 || No
| SyslogRetentionTime || Retention time in days for records in syslog. All records older than specified will be deleted by housekeeping process. || 90 || No
Line 275: Line 306:
|}
|}
|| 0 || No
|| 0 || No
|-
| UseSNMPTrapsForDiscovery || ||  ||
|-
|-
| WindowsConsoleUpgradeURL || URL pointing to the actual version of NetXMS Console for Windows. Console application will try to download new version from this URL, if it detects that upgrade is needed. You can use %version % macro inside the URL to insert actual server version. || http://www.netxms.org/download/netxms-%version%.exe || No
| WindowsConsoleUpgradeURL || URL pointing to the actual version of NetXMS Console for Windows. Console application will try to download new version from this URL, if it detects that upgrade is needed. You can use %version % macro inside the URL to insert actual server version. || http://www.netxms.org/download/netxms-%version%.exe || No
|}
|}

Navigation menu