Difference between revisions of "Server Configuration Variables"

no edit summary
Line 22: Line 22:
| AllowedCiphers || A bitmask for encryption algorithms allowed in the server: 1 - AES256, 2 - Blowfish, 4 - IDEA, 8 - 3DES (sum the values to allow multiple algorithms at once) || 15 ||
| AllowedCiphers || A bitmask for encryption algorithms allowed in the server: 1 - AES256, 2 - Blowfish, 4 - IDEA, 8 - 3DES (sum the values to allow multiple algorithms at once) || 15 ||
|-
|-
| AuditLogRetentionTime || || 90 ||
| AuditLogRetentionTime || Retention time in days for the records in audit log. All records older than specified will be deleted by housekeeping process. || 90 ||
|-
|-
| BeaconHosts || || ||
| 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. || ||
|-
|-
| BeaconPollingInterval || || 1000 ||
| BeaconPollingInterval || Interval in milliseconds between beacon hosts polls. || 1000 ||
|-
|-
| BeaconTimeout || || 1000 ||
| BeaconTimeout || Timeout in milliseconds to consider beacon host unreachable.|| 1000 ||
|-
|-
| BlockInactiveUserAccounts || || 0 ||
| BlockInactiveUserAccounts || || 0 ||
Line 34: Line 34:
| CapabilityExpirationTime || || 604800 ||
| CapabilityExpirationTime || || 604800 ||
|-
|-
| CheckTrustedNodes || || 1 ||
| CheckTrustedNodes || Enable (1) or disable (0) checking of trusted nodes list for cross-node data collection (using Proxy Node DCI attribute). || 1 ||
|-
|-
| ClientListenerPort || The server port for incoming client connections (such as management console) || 4701 ||
| ClientListenerPort || The server port for incoming client connections (such as management console) || 4701 ||
|-
|-
| ConditionPollingInterval || || 60 ||
| ConditionPollingInterval || Interval in seconds between polling (re-evaluating) of condition objects.|| 60 ||
|-
|-
| ConfigurationPollingInterval || || 3600 ||
| ConfigurationPollingInterval || Interval in seconds between configuration polls.|| 3600 ||
|-
|-
| ConnectionPoolBaseSize || A number of connections to the database created on the server startup || 5 ||
| ConnectionPoolBaseSize || A number of connections to the database created on the server startup. || 5 ||
|-
|-
| ConnectionPoolCooldownTime || || 300 ||
| ConnectionPoolCooldownTime || || 300 ||
Line 48: Line 48:
| ConnectionPoolMaxSize || A maximum number of connections in the connection pool || 20 ||
| ConnectionPoolMaxSize || A maximum number of connections in the connection pool || 20 ||
|-
|-
| DataDirectory || || ||
| DataDirectory || Directory used by server to store additional data – MIB files, agent packages, etc.|| Win: \var under installation directory
UNIX: /share/netxms under installation prefix||
|-
|-
| DefaultCommunityString || || public ||
| DefaultCommunityString || System-wide default SNMP community string.|| public ||
|-
|-
| DefaultEncryptionPolicy || Set the default encryption policy for communications with agents: 0 - encryption disabled, 1 - allowed, 2 - preferred, 3 - required || 1 ||
| DefaultEncryptionPolicy || Set the default encryption policy for communications with agents: 0 - encryption disabled, 1 - allowed, 2 - preferred, 3 - required || 1 ||
|-
|-
| DeleteEmptySubnets || || 1 ||
| 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 ||
|-
|-
| DisableVacuum || Disable (1) or enable (0) VACUUM command for PostgreSQL database as part of housekeeping procedures || 0 ||
| DisableVacuum || Disable (1) or enable (0) VACUUM command for PostgreSQL database as part of housekeeping procedures || 0 ||
AutoPatrol
191

edits