diff options
author | Duane Hughes <duanejevon@gmail.com> | 2010-12-06 07:22:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-06 15:48:16 +0000 |
commit | a30088cd2aef91d15628678e307e8682529c2df9 (patch) | |
tree | a0ddd69555736f34872b6035d6183f00b7b03f49 /main/zabbix/zabbix_trapper.conf | |
parent | 0b9cf0748b5f8df6561e1863c93150e9c260bbb0 (diff) | |
download | aports-a30088cd2aef91d15628678e307e8682529c2df9.tar.bz2 aports-a30088cd2aef91d15628678e307e8682529c2df9.tar.xz |
main/zabbix: moved from testing
fixes #251
Diffstat (limited to 'main/zabbix/zabbix_trapper.conf')
-rw-r--r-- | main/zabbix/zabbix_trapper.conf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/main/zabbix/zabbix_trapper.conf b/main/zabbix/zabbix_trapper.conf new file mode 100644 index 0000000000..7f235f66bc --- /dev/null +++ b/main/zabbix/zabbix_trapper.conf @@ -0,0 +1,44 @@ +# This is config file for zabbix_trapper +# To get more information about ZABBIX, +# go http://www.zabbix.com + +############ GENERAL PARAMETERS ################# + +# Specifies debug level +# 1 - critical information +# 2 - warnings (default) +# 3 - for debugging (produces lots of information) + +DebugLevel=2 + +# Spend no more than Timeout seconds on processing +# Must be between 1 and 30 + +Timeout=3 + +# Name of log file +# If not set, syslog will be used + +LogFile=/var/log/zabbix/zabbix_trapper.log + +# Database host name +# Default is localhost + +DBHost=localhost + +# Database name + +DBName=zabbix + +# Database user + +DBUser=zabbix + +# Database password +# Comment this line if no password used + +DBPassword=zabbix + +# Connect to MySQL usig Unix socket? + +#DBSocket=/tmp/mysql.sock |