This is an old revision of the document!


File di Configurazione

Il file di configurazione di base di Ne.Mo. Network Monitoring è il seguente:

###################################################################
# SNMP Engine Section
###################################################################
# SNMP_ENGINE x  Activate snmp engine (default 1)
#               
# SNMP_THREAD x  Number of threads to activate (default 32)
#
# SNMP_DELAY  x  Number of seconds to delay the managing of snmpentity (default 0)
#                This value if usefull to activate more engine for backup purpose
#
# SNMP_LIMIT_COUNT x Number of entity processed on each intervall (defatul 4000)
#
# SNMP_DELAYED_QUEIES 0/1 if 1 Execute INSERT DELAYED queries
# 
# SNMP_ONLINE_RESAMPLE 
#                0   - no online resampling and execute external job for all resampling 
#                7   - online resample weekly data and execute external job for monthly and yearly
#                30  - online resample weekly and monthly data and execute external job for yearly
#                360 - online resample all without external job
###################################################################
SNMP_ENGINE 1 
SNMP_THREAD 8
SNMP_LIMIT_COUNT 4000
SNMP_DELAY  0
SNMP_DELAYED_QUERIES 0
 
###################################################################
# SCRIPT ENGINE Section
###################################################################
# SCRIPT_ENGINE x  Activate script engine (default 0)
# SCRIPT_THREAD x  Number of threads to activate (default 4)
###################################################################
SCRIPT_ENGINE 1
SCRIPT_THREAD 2
 
###################################################################
# PING ENGINE Section
###################################################################
# PING_ENGINE x  Activate ping engine (default 0)
# PING_THREAD x  Number of threads to activate (default 16)
###################################################################
PING_ENGINE 1
PING_THREAD 8
 
 
###################################################################
# OTHER PROCESS Section
###################################################################
# Activation of other process 
# THRESHOLD_ENGINE x Activate process (default 0)
# MAP_ENGINE 	   x Activate process (default 0)
# NEWSPAPER_ENGINE x Activate process (default 0)
# CONFIG_ENGINE    x Activate process (default 0)
# CHECKSNMP_ENGINE x Activate process (default 0)
# POWER_ENGINE 	   x Activate process (default 0)
# IFSPEED_ENGINE   x Activate process (default 0)
###################################################################
THRESHOLD_ENGINE 1
MAP_ENGINE 	 1 
NEWSPAPER_ENGINE 1
CONFIG_ENGINE    1
CHECKSNMP_ENGINE 1
POWER_ENGINE 	 1
IFSPEED_ENGINE   1
 
 
###################################################################
# SYSLOG SERVER Section
###################################################################
# SYSLOG_ENGINE x   Activate syslog engine (default 0)
# SYSLOG_THREAD x   Number of threads to activate (default 4)
# SYSLOG_UPD_PORT x UDP Port to use (default 514)
###################################################################
SYSLOG_ENGINE 1
SYSLOG_THREAD 4
SYSLOG_UDP_PORT 514
SNMPTRAP_ENGINE 1
SNMPTRAP_THREAD 4
SNMPTRAP_UDP_PORT 162
 
###################################################################
# MYSQL Configuration
###################################################################
MYSQL_SERVER   127.0.0.1 
MYSQL_USER     root
MYSQL_PASSWORD 
###################################################################