Difference between revisions of "Agent Configuration File"

m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision 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 64: 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 || ||