diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-08-04 19:41:55 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-08-04 19:41:55 +0000 |
commit | 3aaebd72e03febacca675489203a0c2e23861656 (patch) | |
tree | d7a435390b4114aec1335fbd11f0fed1c2c05066 /misc/conf | |
parent | 2f691b3628c4589fe258def9564d78cd134d3ebb (diff) | |
download | zabbix-3aaebd72e03febacca675489203a0c2e23861656.tar.gz zabbix-3aaebd72e03febacca675489203a0c2e23861656.tar.xz zabbix-3aaebd72e03febacca675489203a0c2e23861656.zip |
- added parameter DBHost (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@446 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc/conf')
-rw-r--r-- | misc/conf/zabbix_suckerd.conf | 5 | ||||
-rw-r--r-- | misc/conf/zabbix_trapper.conf | 5 | ||||
-rw-r--r-- | misc/conf/zabbix_trapperd.conf | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/misc/conf/zabbix_suckerd.conf b/misc/conf/zabbix_suckerd.conf index 35a52fd7..02572f97 100644 --- a/misc/conf/zabbix_suckerd.conf +++ b/misc/conf/zabbix_suckerd.conf @@ -49,6 +49,11 @@ PidFile=/var/tmp/zabbix_suckerd.pid #LogFile=/tmp/zabbix_suckerd.log +# Database host name +# Default is localhost + +#DBHost=localhost + # Database name DBName=zabbix diff --git a/misc/conf/zabbix_trapper.conf b/misc/conf/zabbix_trapper.conf index 46863c38..cc25185a 100644 --- a/misc/conf/zabbix_trapper.conf +++ b/misc/conf/zabbix_trapper.conf @@ -21,6 +21,11 @@ Timeout=3 #LogFile=/tmp/zabbix_trapper.log +# Database host name +# Default is localhost + +#DBHost=localhost + # Database name DBName=zabbix diff --git a/misc/conf/zabbix_trapperd.conf b/misc/conf/zabbix_trapperd.conf index 9b5948f0..6528aa09 100644 --- a/misc/conf/zabbix_trapperd.conf +++ b/misc/conf/zabbix_trapperd.conf @@ -38,6 +38,11 @@ PidFile=/tmp/zabbix_trapperd.pid Timeout=3 +# Database host name +# Default is localhost + +#DBHost=localhost + # Database name DBName=zabbix |