From f8a90d6c6ad17e1a592593b77620308c325bb645 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 19 Jan 2002 19:36:41 +0000 Subject: - added sample zabbix_trapper(d).conf to misc/conf (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@285 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_trapper.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 misc/conf/zabbix_trapper.conf (limited to 'misc/conf/zabbix_trapper.conf') 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= -- cgit