################################################################### # SNMP Engine Section ################################################################### # SNMP_ENGINE x Activate snmp engine (default 1) # SNMP_THREAD x Number of threads to activate (default 32) # SNMP_LIMIT_COUNT x Number of entity processed on each intervall (default 4000) ################################################################### SNMP_ENGINE 1 SNMP_THREAD 8 SNMP_LIMIT_COUNT 4000 ################################################################### # SCRIPT ENGINE Section ################################################################### # SCRIPT_ENGINE x Activate script engine (default 0) # SCRIPT_THREAD x Number of threads (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 (default 8) ################################################################### PING_ENGINE 1 PING_THREAD 8 ################################################################### # OTHER PROCESS Section ################################################################### # Activation of other process (1:On 0:Off) # 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 (default 4) # SYSLOG_UPD_PORT x UDP Port (default 514) ################################################################### SYSLOG_ENGINE 1 SYSLOG_THREAD 4 SYSLOG_UDP_PORT 514 ################################################################### # SNMPTRAP SERVER Section ################################################################### # SNMPTRAP_ENGINE x Activate traplog engine (default 0) # SNMPTRAP_THREAD x Number of threads (default 4) # SNMPTRAP_UDP_PORT x UDP Port (default 514) ################################################################### SNMPTRAP_ENGINE 1 SNMPTRAP_THREAD 4 SNMPTRAP_UDP_PORT 162 ################################################################### # MYSQL Configuration ################################################################### MYSQL_SERVER 127.0.0.1 MYSQL_USER root MYSQL_PASSWORD MYSQL_TABLEMOD 1 MYSQL_INVTABLEMOD 1 ###################################################################