summaryrefslogtreecommitdiffstats
path: root/misc/conf/zabbix_trapper.conf
blob: 95f25a379acda686a7359fb49dde8004c68e0dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is config file for zabbix_trapper
# To get more information about Zabbix, 
# go http://zabbix.sourceforge.net

############ GENERAL PARAMETERS #################

# Specifies debug level
# 1 - critical information
# 2 - warnings (default)
# 3 - for debugging (produces lots of information)

DebugLevel=2

# Database name

DBName=zabbix

# Database user

DBUser=zabbix

# Database password
# Comment this line if no password used

#DBPassword=<password>

# Connect to MySQL usig Unix socket?

#DBSocket=/tmp/mysql.sock