1 # This is config file for ZABBIX server process
2 # To get more information about ZABBIX,
3 # go http://www.zabbix.com
5 ############ GENERAL PARAMETERS #################
7 # IP address (or hostname) of ZABBIX servers.
11 # Server port for sending active checks
19 # Number of pre-forked instances of pollers
21 # This parameter must be between 0 and 255
24 # Number of pre-forked instances of IPMI pollers
26 # This parameter must be between 0 and 255
29 # Number of pre-forked instances of pollers for unreachable hosts
31 # This parameter must be between 0 and 255
32 #StartPollersUnreachable=1
34 # Number of pre-forked instances of trappers
36 # This parameter must be between 0 and 255
39 # Number of pre-forked instances of ICMP pingers
41 # This parameter must be between 0 and 255
44 # Number of pre-forked instances of discoverers
46 # This parameter must be between 0 and 255
49 # Number of pre-forked instances of HTTP pollers
51 # This parameter must be between 0 and 255
54 # Listen port for trapper. Default port number is 10051. This parameter
55 # must be between 1024 and 32767
58 # Source IP address for outgouing connections
61 # Listen interface for trapper. Trapper will listen all network interfaces
62 # if this parameter is missing.
65 # How often ZABBIX will perform sending hearbeat message
67 # Default value is 60 seconds
68 # Set to 0 to disable heartbeat messages
69 # This parameter must be between 0 and 3600
70 #HeartbeatFrequency=60
72 # How often ZABBIX will perform sync configuration data
74 # Default value is 3600 seconds (1h)
75 # This parameter must be between 1 and 604800 (1 week)
78 # How often ZABBIX will perform housekeeping procedure
80 # Default value is 1 hour
81 # Housekeeping is removing unnecessary information from
82 # tables history, alert, and alarms
83 # This parameter must be between 1 and 24
84 #HousekeepingFrequency=1
86 # How often ZABBIX will try to send unsent alerts
88 # Default value is 30 seconds
91 # Local bufer size in hours. Proxy will keep collected data N hours.
92 # Default value is 0 hours
95 # Offline buffer size in hours. It is used when server is not available.
96 # Older data is removed.
97 # Default value is 1 hours
100 # Specifies debug level
101 # 0 - debug is not created
102 # 1 - critical information
103 # 2 - error information
104 # 3 - warnings (default)
105 # 4 - for debugging (produces lots of information)
108 # Specifies how long we wait for agent response (in sec)
109 # Must be between 1 and 30
112 # Specifies how many seconds trapper may spend processing new data
113 # Must be between 1 and 30
116 # After how many seconds of unreachability treat a host as unavailable
117 #UnreachablePeriod=45
119 # How ofter check host for availability during the unreachability period
122 # How ofter check host for availability during the unavailability period
126 PidFile=/var/run/zabbix/zabbix_proxy.pid
129 # If not set, syslog is used
130 LogFile=/var/log/zabbix/zabbix_proxy.log
132 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
135 # Location for custom alert scripts
136 AlertScriptsPath=/home/zabbix/bin/
138 # Location of external scripts
139 #ExternalScripts=/etc/zabbix/externalscripts
141 # Location of 'fping. Default is /usr/sbin/fping
142 # Make sure that fping binary has root permissions and SUID flag set
143 #FpingLocation=/usr/sbin/fping
145 # Location of fping6. Default is /usr/sbin/fping6
146 # Make sure that fping binary has root permissions and SUID flag set
147 #Fping6Location=/usr/sbin/fping6
149 # Temporary directory. Default is /tmp
152 # Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
156 # Default is localhost
161 # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
169 # Comment this line if no password used
171 #DBPassword=<password>
173 # Connect to MySQL using Unix socket?
175 #DBSocket=/tmp/mysql.sock