summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
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)