summaryrefslogtreecommitdiffstats
path: root/misc/conf/zabbix_agentd.conf
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/conf/zabbix_agentd.conf
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/conf/zabbix_agentd.conf')
-rw-r--r--misc/conf/zabbix_agentd.conf4
1 files changed, 4 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