summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-02-05 12:39:39 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-02-05 12:39:39 +0000
commitf366e9aeb8c72fe3c5c0d3adbf1f3792fde47628 (patch)
tree4dda9a0fd493877c6274e9435dea5fc45826cc3f /misc
parentc89221db2facb0d5ab8888179874900ee477c5e6 (diff)
downloadzabbix-f366e9aeb8c72fe3c5c0d3adbf1f3792fde47628.tar.gz
zabbix-f366e9aeb8c72fe3c5c0d3adbf1f3792fde47628.tar.xz
zabbix-f366e9aeb8c72fe3c5c0d3adbf1f3792fde47628.zip
Added parameter ListenPort to zabbix_agentd and zabbix_trapperd (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@312 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc')
-rw-r--r--misc/conf/zabbix_agentd.conf4
-rw-r--r--misc/conf/zabbix_trapperd.conf6
2 files changed, 10 insertions, 0 deletions
diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf
index 1efd02aa..1d235ed5 100644
--- a/misc/conf/zabbix_agentd.conf
+++ b/misc/conf/zabbix_agentd.conf
@@ -7,6 +7,10 @@
Server=127.0.0.1
+# Listen port. Default is 10000
+
+ListenPort=10000
+
# Number of pre-forked instances of zabbix_agentd.
# Default value is 5
# This parameter must be between 1 and 16
diff --git a/misc/conf/zabbix_trapperd.conf b/misc/conf/zabbix_trapperd.conf
index 6003e56b..f4847cc9 100644
--- a/misc/conf/zabbix_trapperd.conf
+++ b/misc/conf/zabbix_trapperd.conf
@@ -7,8 +7,14 @@
# Number of pre-forked instances of zabbix_trapperd
# Default value is 5
# This parameter must be between 2 and 255
+
StartTrappers=5
+# Listen port. Default port number is 10001. This parameter
+# must be between 1024 and 32767
+
+ListenPort=10001
+
# Specifies debug level
# 1 - critical information
# 2 - warnings (default)