summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/conf/zabbix_agentd.conf3
-rw-r--r--misc/conf/zabbix_server.conf61
2 files changed, 46 insertions, 18 deletions
diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf
index 7251c752..690a2bb9 100644
--- a/misc/conf/zabbix_agentd.conf
+++ b/misc/conf/zabbix_agentd.conf
@@ -64,6 +64,9 @@ PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/tmp/zabbix_agentd.log
+# Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
+#LogFileSize=1
+
# Spend no more than Timeout seconds on processing
# Must be between 1 and 30
diff --git a/misc/conf/zabbix_server.conf b/misc/conf/zabbix_server.conf
index 3243ed45..f58c7144 100644
--- a/misc/conf/zabbix_server.conf
+++ b/misc/conf/zabbix_server.conf
@@ -4,30 +4,45 @@
############ GENERAL PARAMETERS #################
-# This defines which server this is.
-# Default value 1
-# This parameter must be between 1 and 255
-Server=1
-
# This defines unique NodeID in distributed setup,
# Default value 0 (standalone server)
# This parameter must be between 0 and 999
#NodeID=0
# Number of pre-forked instances of pollers
-# Default value is 6
-# This parameter must be between 6 and 255
-StartPollers=6
+# Default value is 5
+# This parameter must be between 0 and 255
+#StartPollers=5
+
+# Number of pre-forked instances of pollers for unreachable hosts
+# Default value is 1
+# This parameter must be between 0 and 255
+#StartPollersUnreachable=1
# Number of pre-forked instances of trappers
# Default value is 5
-# This parameter must be between 2 and 255
-StartTrappers=5
+# This parameter must be between 0 and 255
+#StartTrappers=5
+
+# Number of pre-forked instances of ICMP pingers
+# Default value is 1
+# This parameter must be between 0 and 255
+#StartPingers=1
+
+# Number of pre-forked instances of discoverers
+# Default value is 1
+# This parameter must be between 0 and 255
+#StartDiscoverers=1
+
+# Number of pre-forked instances of HTTP pollers
+# Default value is 1
+# This parameter must be between 0 and 255
+#StartHTTPPollers=1
# Listen port for trapper. Default port number is 10051. This parameter
# must be between 1024 and 32767
-ListenPort=10051
+#ListenPort=10051
# Listen interface for trapper. Trapper will listen all network interfaces
# if this parameter is missing.
@@ -41,7 +56,7 @@ ListenPort=10051
# tables history, alert, and alarms
# This parameter must be between 1 and 24
-HousekeepingFrequency=1
+#HousekeepingFrequency=1
# How often ZABBIX will try to send unsent alerts
# (in seconds)
@@ -49,7 +64,6 @@ HousekeepingFrequency=1
SenderFrequency=30
# Uncomment this line to disable housekeeping procedure
-
#DisableHousekeeping=1
# Specifies debug level
@@ -61,10 +75,14 @@ SenderFrequency=30
DebugLevel=3
-# Specifies how long we wait for agent (in sec)
+# Specifies how long we wait for agent response (in sec)
# Must be between 1 and 30
Timeout=5
+# Specifies how many seconds trapper may spend processing new data
+# Must be between 1 and 30
+#TrapperTimeout=5
+
# After how many seconds of unreachability treat a host as unavailable
#UnreachablePeriod=45
@@ -83,14 +101,21 @@ PidFile=/var/tmp/zabbix_server.pid
LogFile=/tmp/zabbix_server.log
-#Location for custom alert scripts
+# Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
+#LogFileSize=1
+
+# Location for custom alert scripts
AlertScriptsPath=/home/zabbix/bin/
-#Location of 'fping. Default is /usr/sbin/fping
+# Location of external scripts
+#AlertScriptsPath=/etc/zabbix/externalscripts
+
+# Location of 'fping. Default is /usr/sbin/fping
+# Make sure that fping binary has root permissions and SUID flag set
#FpingLocation=/usr/sbin/fping
-# Frequency of ICMP pings. Defauls is 30 second.
-#PingerFrequency=30
+# Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
+#PingerFrequency=60
# Database host name
# Default is localhost