Difference between revisions of "Agent Configuration File"

no edit summary
(Created page with "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/n...")
 
Line 26: Line 26:
than one cipher, the codes should be summed up.
than one cipher, the codes should be summed up.
Possible cipher codes:
Possible cipher codes:
1 AES-256
{| class="wikitable"
2 BLOWFISH
|-
4 IDEA
| 1 || AES-256
8 Triple DES
|-
| 2 || BLOWFISH
|-
| 4 || IDEA
|-
| 8 || 3DES
|-
| 16 || AES-128
|}
 
Example (enable AES-256 and IDEA):
Example (enable AES-256 and IDEA):
EnabledCiphers = 5 || ''15''
EnabledCiphers = 5
|| ''15''
|-
|-
| EnableProxy || Enable (''yes'') or disable (''no'') agent proxy functionality. || ''no''
| EnableProxy || Enable (''yes'') or disable (''no'') agent proxy functionality. || ''no''
Line 84: Line 94:
| WaitForProcess || If specified, an agent will pause initialization until given process starts. || No defaults
| WaitForProcess || If specified, an agent will pause initialization until given process starts. || No defaults
|}
|}
Configuration file example:
<syntaxhighlight lang="ini">
#
# Sample agent’s configuration file
#
MasterServers = 10.0.0.4
LogFile = {syslog}
SubAgent = winperf.nsm
# Below is a configuration for winperf subagent, in separate section
*WinPerf
EnableDefaultCounters = yes
</syntaxhighlight>
683

edits