updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / zabbix-server-sqlite / zabbix_proxy.conf
blob899fac24653ab216099f5b33c4cd8cbcf7157a37
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. 
9 Server=127.0.0.1
11 # Server port for sending active checks
13 ServerPort=10051
15 # Unique hostname.
17 Hostname=proxy
19 # Number of pre-forked instances of pollers
20 # Default value is 5
21 # This parameter must be between 0 and 255
22 #StartPollers=5
24 # Number of pre-forked instances of IPMI pollers
25 # Default value is 0
26 # This parameter must be between 0 and 255
27 #StartIPMIPollers=0
29 # Number of pre-forked instances of pollers for unreachable hosts
30 # Default value is 1
31 # This parameter must be between 0 and 255
32 #StartPollersUnreachable=1
34 # Number of pre-forked instances of trappers
35 # Default value is 5
36 # This parameter must be between 0 and 255
37 #StartTrappers=5
39 # Number of pre-forked instances of ICMP pingers
40 # Default value is 1
41 # This parameter must be between 0 and 255
42 #StartPingers=1
44 # Number of pre-forked instances of discoverers
45 # Default value is 1
46 # This parameter must be between 0 and 255
47 #StartDiscoverers=1
49 # Number of pre-forked instances of HTTP pollers
50 # Default value is 1
51 # This parameter must be between 0 and 255
52 #StartHTTPPollers=1
54 # Listen port for trapper. Default port number is 10051. This parameter 
55 # must be between 1024 and 32767
56 #ListenPort=10051
58 # Source IP address for outgouing connections
59 #SourceIP=
61 # Listen interface for trapper. Trapper will listen all network interfaces
62 # if this parameter is missing.
63 #ListenIP=127.0.0.1
65 # How often ZABBIX will perform sending hearbeat message
66 # (in seconds)
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
73 # (in seconds)
74 # Default value is 3600 seconds (1h)
75 # This parameter must be between 1 and 604800 (1 week)
76 #ConfigFrequency=3600
78 # How often ZABBIX will perform housekeeping procedure
79 # (in hours)
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
87 # (in seconds)
88 # Default value is 30 seconds
89 #SenderFrequency=30
91 # Local bufer size in hours. Proxy will keep collected data N hours.
92 # Default value is 0 hours
93 #ProxyLocalBuffer=0
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
98 #ProxyOfflineBuffer=1
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)
106 #DebugLevel=3
108 # Specifies how long we wait for agent response (in sec)
109 # Must be between 1 and 30 
110 Timeout=5
112 # Specifies how many seconds trapper may spend processing new data
113 # Must be between 1 and 30 
114 #TrapperTimeout=5
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
120 #UnavailableDelay=15
122 # How ofter check host for availability during the unavailability period
123 #UnavailableDelay=60
125 # Name of PID file
126 PidFile=/var/run/zabbix/zabbix_proxy.pid
128 # Name of log file
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.
133 LogFileSize=1
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
150 #TmpDir=/tmp
152 # Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
153 #PingerFrequency=60
155 # Database host name
156 # Default is localhost
158 #DBHost=localhost
160 # Database name
161 # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
162 DBName=proxy
164 # Database user
166 DBUser=root
168 # Database password
169 # Comment this line if no password used
171 #DBPassword=<password>
173 # Connect to MySQL using Unix socket?
175 #DBSocket=/tmp/mysql.sock