updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / zabbix-server-pgsql / zabbix_trapper.conf
blob7f235f66bc48d0aa887c99c5b1253a4bece1fd29
1 # This is config file for zabbix_trapper
2 # To get more information about ZABBIX, 
3 # go http://www.zabbix.com
5 ############ GENERAL PARAMETERS #################
7 # Specifies debug level
8 # 1 - critical information
9 # 2 - warnings (default)
10 # 3 - for debugging (produces lots of information)
12 DebugLevel=2
14 # Spend no more than Timeout seconds on processing
15 # Must be between 1 and 30
17 Timeout=3
19 # Name of log file
20 # If not set, syslog will be used
22 LogFile=/var/log/zabbix/zabbix_trapper.log
24 # Database host name
25 # Default is localhost
27 DBHost=localhost
29 # Database name
31 DBName=zabbix
33 # Database user
35 DBUser=zabbix
37 # Database password
38 # Comment this line if no password used
40 DBPassword=zabbix
42 # Connect to MySQL usig Unix socket?
44 #DBSocket=/tmp/mysql.sock