AutoPatrol, Bureaucrats, Administrators
481
edits
m (Missing varibles added) |
m (Text replacement - "^" to "{{deprecated}}") |
||
(7 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 109: | Line 109: | ||
|- | |- | ||
| 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 | ||
Line 116: | Line 118: | ||
| EventStormEventsPerSecond || || 100 || Yes | | EventStormEventsPerSecond || || 100 || Yes | ||
|- | |- | ||
| ExtendedLogQueryAccessControl || || | | 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 130: | 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 | ||
Line 187: | 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 262: | 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 283: | Line 296: | ||
| UseInterfaceAliases || Control usage of interface aliases (or descriptions). Possible values are: | | UseInterfaceAliases || Control usage of interface aliases (or descriptions). Possible values are: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| 0 || Don’t use aliases; | | 0 || Don’t use aliases; | ||
Line 295: | 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 | ||
|} | |} |