Basics 2.1 - sample config

From NetXMS Wiki
Jump to navigation Jump to search
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

===NetXMS Tutorial series===

Basics 2.1: Installing server on Linux

nxagentd.conf

#
# Configuration file for NetXMS agent
#

# Comma separated list of server
MasterServers = 

# path for the logging file
LogFile = 

# Require for servers to authenticate?
RequireAuthentication = yes

# Require encrypted communication with remote server?
RequireEncryption = no

# Shared secret with the remote server
SharedSecret = 

# Directory for storing files uploaded by installation server(s)
FileStore = /var/nxagentd

# Enable agent proxying
EnableProxy = no

# Enable SNMP proxying
EnableSNMPProxy = no

# Subagents to load - you can use multiple SubAgent parameters

netxmsd.conf

#
# Configuration file for NetXMS server
#

#
# DBDriver
#
# Database driver to use
DBDriver = .ddr

#
# DBServer
#
# Database server (ODBC source name for ODBC driver)
DBServer = 

#
# DBName
#
# Database name (not used by ODBC driver)
DBName = 

#
# DBLogin
#
# Database user name
DBLogin = 

#
# DBPassword
#
# Database user's password
DBPassword = 

#
# LogFailedSQLQueries
#
# Controls logging of failed SQL queries.
# Possible values: "yes" (default) or "no".
LogFailedSQLQueries = yes

#
# LogFile
#
# Server's log file. To write log to syslog (or Event Log on Windows),
# use {syslog} as file name.
LogFile =