summaryrefslogtreecommitdiffstats
path: root/misc/conf/zabbix_trapper.conf
diff options
context:
space:
mode:
Diffstat (limited to 'misc/conf/zabbix_trapper.conf')
-rw-r--r--misc/conf/zabbix_trapper.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/conf/zabbix_trapper.conf b/misc/conf/zabbix_trapper.conf
new file mode 100644
index 00000000..3692d7d6
--- /dev/null
+++ b/misc/conf/zabbix_trapper.conf
@@ -0,0 +1,25 @@
+# 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>