Difference between revisions of "Agent Configuration File"

m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
File '''nxagentd.conf''' is a master configuration file for NetXMS agent. It contains all information necessary for agent's operation. Default location for this file is /etc/nxagentd.conf on UNIX systems and C:\nxagentd.conf on Windows.
{{deprecated}}File '''nxagentd.conf''' is a master configuration file for NetXMS agent. It contains all information necessary for agent's operation. Default location for this file is /etc/nxagentd.conf on UNIX systems and C:\nxagentd.conf on Windows.
The file can contain one or more parameters in Parameter = Value form, each parameter should be on its own line. Comments can be inserted after "#" sign. This file can also contain configuration for subagents. In this case, subagents’ parameters should be placed in separate sections. Beginning of the section is indicated by "*" sign, followed by a section name.
The file can contain one or more parameters in Parameter = Value form, each parameter should be on its own line. Comments can be inserted after "#" sign. This file can also contain configuration for subagents. In this case, subagents’ parameters should be placed in separate sections. Beginning of the section is indicated by "*" sign, followed by a section name.


Line 13: Line 13:
|-
|-
| AppAgent || ||
| AppAgent || ||
|-
| BackgroundLogWriter || Enable (yes) or disable (no) log writer as separate background thread. Has no effect if logging is done through syslog or Windows Event Log. || no
|-
|-
| CodePage || Code page used by NetXMS agent. Has no effect on Windows or if agent was compiled without iconv support. || Depends on your system, usually ISO8859-1
| CodePage || Code page used by NetXMS agent. Has no effect on Windows or if agent was compiled without iconv support. || Depends on your system, usually ISO8859-1
Line 54: Line 56:
|-
|-
| EnableSNMPProxy || Enable (''yes'') or disable (''no'') SNMP proxy functionality. || ''no''
| EnableSNMPProxy || Enable (''yes'') or disable (''no'') SNMP proxy functionality. || ''no''
|-
| EnableSNMPTrapProxy || Enable (''yes'') or disable (''no'') SNMP trap proxy functionality. || ''no''
|-
|-
| EnableSubagentAutoload || Enable (''yes'') or disable (''no'') loading of platform subagent(s). || ''yes''
| EnableSubagentAutoload || Enable (''yes'') or disable (''no'') loading of platform subagent(s). || ''yes''
Line 62: Line 66:
|-
|-
| ExternalMasterAgent || ||  
| ExternalMasterAgent || ||  
|-
| ExternalList ||  ||
|-
|-
| ExternalParameter || Add parameter handled by external command. To add multiple parameters, you should use multiple ExternalParameter entries. See the Agent Configuration section for detailed description of this parameter. || No defaults
| ExternalParameter || Add parameter handled by external command. To add multiple parameters, you should use multiple ExternalParameter entries. See the Agent Configuration section for detailed description of this parameter. || No defaults
|-
|-
| ExternalParameterShellExec || ||
| ExternalParameterShellExec || Add list handled by external command. To add multiple parameters, you should use multiple ExternalList entries. || No defaults
|-
|-
| ExternalParametersProvider || ||
| ExternalParametersProvider || ||
Line 109: Line 115:
|-
|-
| SNMPTimeout || Timeout in milliseconds for SNMP requests sent by agent || ''3000''
| SNMPTimeout || Timeout in milliseconds for SNMP requests sent by agent || ''3000''
|-
| SNMPTrapListenAddress || Interface address which should be used by server to listen for incoming SNMP trap connections. Use value 0.0.0.0 or * to use all available interfaces. || ''*''
|-
| SNMPTrapPort || Port that will be used to listen SNMP traps|| ''162''
|-
|-
| StartupDelay || Number of seconds that agent should wait on startup before start servicing requests. This parameter can be used to prevent false reports about missing processes or failed services just after monitored system startup. || ''0''
| StartupDelay || Number of seconds that agent should wait on startup before start servicing requests. This parameter can be used to prevent false reports about missing processes or failed services just after monitored system startup. || ''0''