Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.6.6: zabbix_trapper.conf zabbix_proxy.conf postinstall-en.txt zabbix_agent.conf zabbix_server.conf zabbix_agentd.conf
Date: Mon, 05 Oct 2009 15:55:25
Message-Id: E1MupuE-0004xn-TO@stork.gentoo.org
1 patrick 09/10/05 15:55:22
2
3 Added: zabbix_trapper.conf zabbix_proxy.conf
4 postinstall-en.txt zabbix_agent.conf
5 zabbix_server.conf zabbix_agentd.conf
6 Log:
7 Bump to 1.6.6, closes #286655
8 (Portage version: 2.2_rc43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-analyzer/zabbix/files/1.6.6/zabbix_trapper.conf
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_trapper.conf?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_trapper.conf?rev=1.1&content-type=text/plain
15
16 Index: zabbix_trapper.conf
17 ===================================================================
18 # This is config file for zabbix_trapper
19 # To get more information about ZABBIX,
20 # go http://www.zabbix.com
21
22 ############ GENERAL PARAMETERS #################
23
24 # Specifies debug level
25 # 1 - critical information
26 # 2 - warnings (default)
27 # 3 - for debugging (produces lots of information)
28
29 DebugLevel=2
30
31 # Spend no more than Timeout seconds on processing
32 # Must be between 1 and 30
33
34 Timeout=3
35
36 # Name of log file
37 # If not set, syslog will be used
38
39 LogFile=/tmp/zabbix_trapper.log
40
41 # Database host name
42 # Default is localhost
43
44 #DBHost=localhost
45
46 # Database name
47
48 DBName=zabbix
49
50 # Database user
51
52 DBUser=root
53
54 # Database password
55 # Comment this line if no password used
56
57 #DBPassword=<password>
58
59 # Connect to MySQL usig Unix socket?
60
61 #DBSocket=/tmp/mysql.sock
62
63
64
65 1.1 net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf?rev=1.1&content-type=text/plain
69
70 Index: zabbix_proxy.conf
71 ===================================================================
72 # This is config file for ZABBIX server process
73 # To get more information about ZABBIX,
74 # go http://www.zabbix.com
75
76 ############ GENERAL PARAMETERS #################
77
78 # IP address (or hostname) of ZABBIX servers.
79
80 Server=127.0.0.1
81
82 # Server port for sending active checks
83
84 ServerPort=10051
85
86 # Unique hostname.
87
88 Hostname=proxy
89
90 # Number of pre-forked instances of pollers
91 # Default value is 5
92 # This parameter must be between 0 and 255
93 #StartPollers=5
94
95 # Number of pre-forked instances of IPMI pollers
96 # Default value is 0
97 # This parameter must be between 0 and 255
98 #StartIPMIPollers=0
99
100 # Number of pre-forked instances of pollers for unreachable hosts
101 # Default value is 1
102 # This parameter must be between 0 and 255
103 #StartPollersUnreachable=1
104
105 # Number of pre-forked instances of trappers
106 # Default value is 5
107 # This parameter must be between 0 and 255
108 #StartTrappers=5
109
110 # Number of pre-forked instances of ICMP pingers
111 # Default value is 1
112 # This parameter must be between 0 and 255
113 #StartPingers=1
114
115 # Number of pre-forked instances of discoverers
116 # Default value is 1
117 # This parameter must be between 0 and 255
118 #StartDiscoverers=1
119
120 # Number of pre-forked instances of HTTP pollers
121 # Default value is 1
122 # This parameter must be between 0 and 255
123 #StartHTTPPollers=1
124
125 # Listen port for trapper. Default port number is 10051. This parameter
126 # must be between 1024 and 32767
127 #ListenPort=10051
128
129 # Source IP address for outgouing connections
130 #SourceIP=
131
132 # Listen interface for trapper. Trapper will listen all network interfaces
133 # if this parameter is missing.
134 #ListenIP=127.0.0.1
135
136 # How often ZABBIX will perform sending hearbeat message
137 # (in seconds)
138 # Default value is 60 seconds
139 # Set to 0 to disable heartbeat messages
140 # This parameter must be between 0 and 3600
141 #HeartbeatFrequency=60
142
143 # How often ZABBIX will perform sync configuration data
144 # (in seconds)
145 # Default value is 3600 seconds (1h)
146 # This parameter must be between 1 and 604800 (1 week)
147 #ConfigFrequency=3600
148
149 # How often ZABBIX will perform housekeeping procedure
150 # (in hours)
151 # Default value is 1 hour
152 # Housekeeping is removing unnecessary information from
153 # tables history, alert, and alarms
154 # This parameter must be between 1 and 24
155 #HousekeepingFrequency=1
156
157 # How often ZABBIX will try to send unsent alerts
158 # (in seconds)
159 # Default value is 30 seconds
160 #SenderFrequency=30
161
162 # Local bufer size in hours. Proxy will keep collected data N hours.
163 # Default value is 0 hours
164 #ProxyLocalBuffer=0
165
166 # Offline buffer size in hours. It is used when server is not available.
167 # Older data is removed.
168 # Default value is 1 hours
169 #ProxyOfflineBuffer=1
170
171 # Specifies debug level
172 # 0 - debug is not created
173 # 1 - critical information
174 # 2 - error information
175 # 3 - warnings (default)
176 # 4 - for debugging (produces lots of information)
177 #DebugLevel=3
178
179 # Specifies how long we wait for agent response (in sec)
180 # Must be between 1 and 30
181 Timeout=5
182
183 # Specifies how many seconds trapper may spend processing new data
184 # Must be between 1 and 30
185 #TrapperTimeout=5
186
187 # After how many seconds of unreachability treat a host as unavailable
188 #UnreachablePeriod=45
189
190 # How ofter check host for availability during the unreachability period
191 #UnavailableDelay=15
192
193 # How ofter check host for availability during the unavailability period
194 #UnavailableDelay=60
195
196 # Name of PID file
197 PidFile=/var/tmp/zabbix_proxy.pid
198
199 # Name of log file
200 # If not set, syslog is used
201 LogFile=/tmp/zabbix_proxy.log
202
203 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
204 #LogFileSize=1
205
206 # Location for custom alert scripts
207 AlertScriptsPath=/home/zabbix/bin/
208
209 # Location of external scripts
210 #ExternalScripts=/etc/zabbix/externalscripts
211
212 # Location of 'fping. Default is /usr/sbin/fping
213 # Make sure that fping binary has root permissions and SUID flag set
214 #FpingLocation=/usr/sbin/fping
215
216 # Location of fping6. Default is /usr/sbin/fping6
217 # Make sure that fping binary has root permissions and SUID flag set
218 #Fping6Location=/usr/sbin/fping6
219
220 # Temporary directory. Default is /tmp
221 #TmpDir=/tmp
222
223 # Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
224 #PingerFrequency=60
225
226 # Database host name
227 # Default is localhost
228
229 #DBHost=localhost
230
231 # Database name
232 # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
233 DBName=proxy
234
235 # Database user
236
237 DBUser=root
238
239 # Database password
240 # Comment this line if no password used
241
242 #DBPassword=<password>
243
244 # Connect to MySQL using Unix socket?
245
246 #DBSocket=/tmp/mysql.sock
247
248
249
250 1.1 net-analyzer/zabbix/files/1.6.6/postinstall-en.txt
251
252 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/postinstall-en.txt?rev=1.1&view=markup
253 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/postinstall-en.txt?rev=1.1&content-type=text/plain
254
255 Index: postinstall-en.txt
256 ===================================================================
257 Please change the values of the following variables in
258 ${MY_HTDOCSDIR}/include/db.inc.php:
259
260 DB_TYPE
261 DB_SERVER
262 DB_DATABASE
263 DB_USER
264 DB_PASSWORD
265
266
267
268 1.1 net-analyzer/zabbix/files/1.6.6/zabbix_agent.conf
269
270 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agent.conf?rev=1.1&view=markup
271 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agent.conf?rev=1.1&content-type=text/plain
272
273 Index: zabbix_agent.conf
274 ===================================================================
275 # This is config file for zabbix_agent
276 # To get more information about ZABBIX,
277 # go http://www.zabbix.com
278
279 # IP address of ZABBIX server
280 # Connections from other hosts will be denied
281
282 Server=127.0.0.1
283
284 # Spend no more than Timeout seconds on processing
285 # Must be between 1 and 30
286
287 Timeout=3
288
289 ####### USER-DEFINED MONITORED PARAMETERS #######
290 # Format: UserParameter=<key>,<shell command>
291 # Note that shell command must not return empty string or EOL only
292 #UserParameter=system.test,who|wc -l
293 ### Set of parameter for monitoring MySQL server (v3.23.42 and later)
294 ### Change -u<username> and add -p<password> if required
295 #UserParameter=mysql.ping,mysqladmin -uroot ping|grep alive|wc -l
296 #UserParameter=mysql.uptime,mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
297 #UserParameter=mysql.threads,mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q"
298 #UserParameter=mysql.questions,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
299 #UserParameter=mysql.slowqueries,mysqladmin -uroot status|cut -f5 -d":"|cut -f1 -d"O"
300 #UserParameter=mysql.qps,mysqladmin -uroot status|cut -f9 -d":"
301 #UserParameter=mysql.version,mysql -V
302
303
304
305 1.1 net-analyzer/zabbix/files/1.6.6/zabbix_server.conf
306
307 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_server.conf?rev=1.1&view=markup
308 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_server.conf?rev=1.1&content-type=text/plain
309
310 Index: zabbix_server.conf
311 ===================================================================
312 # This is config file for ZABBIX server process
313 # To get more information about ZABBIX,
314 # go http://www.zabbix.com
315
316 ############ GENERAL PARAMETERS #################
317
318 # This defines unique NodeID in distributed setup,
319 # Default value 0 (standalone server)
320 # This parameter must be between 0 and 999
321 #NodeID=0
322
323 # Number of pre-forked instances of pollers
324 # Default value is 5
325 # This parameter must be between 0 and 255
326 #StartPollers=5
327
328 # Number of pre-forked instances of IPMI pollers
329 # Default value is 0
330 # This parameter must be between 0 and 255
331 #StartIPMIPollers=0
332
333 # Number of pre-forked instances of pollers for unreachable hosts
334 # Default value is 1
335 # This parameter must be between 0 and 255
336 #StartPollersUnreachable=1
337
338 # Number of pre-forked instances of trappers
339 # Default value is 5
340 # This parameter must be between 0 and 255
341 #StartTrappers=5
342
343 # Number of pre-forked instances of ICMP pingers
344 # Default value is 1
345 # This parameter must be between 0 and 255
346 #StartPingers=1
347
348 # Number of pre-forked instances of discoverers
349 # Default value is 1
350 # This parameter must be between 0 and 255
351 #StartDiscoverers=1
352
353 # Number of pre-forked instances of HTTP pollers
354 # Default value is 1
355 # This parameter must be between 0 and 255
356 #StartHTTPPollers=1
357
358 # Listen port for trapper. Default port number is 10051. This parameter
359 # must be between 1024 and 32767
360
361 #ListenPort=10051
362
363 # Source IP address for outgouing connections
364 #SourceIP=
365
366 # Listen interface for trapper. Trapper will listen all network interfaces
367 # if this parameter is missing.
368
369 #ListenIP=127.0.0.1
370
371 # How often ZABBIX will perform housekeeping procedure
372 # (in hours)
373 # Default value is 1 hour
374 # Housekeeping is removing unnecessary information from
375 # tables history, alert, and alarms
376 # This parameter must be between 1 and 24
377
378 #HousekeepingFrequency=1
379
380 # How often ZABBIX will try to send unsent alerts
381 # (in seconds)
382 # Default value is 30 seconds
383 SenderFrequency=30
384
385 # Uncomment this line to disable housekeeping procedure
386 #DisableHousekeeping=1
387
388 # Specifies debug level
389 # 0 - debug is not created
390 # 1 - critical information
391 # 2 - error information
392 # 3 - warnings (default)
393 # 4 - for debugging (produces lots of information)
394
395 DebugLevel=3
396
397 # Specifies how long we wait for agent response (in sec)
398 # Must be between 1 and 30
399 Timeout=5
400
401 # Specifies how many seconds trapper may spend processing new data
402 # Must be between 1 and 30
403 #TrapperTimeout=5
404
405 # After how many seconds of unreachability treat a host as unavailable
406 #UnreachablePeriod=45
407
408 # How ofter check host for availability during the unreachability period
409 #UnavailableDelay=15
410
411 # How ofter check host for availability during the unavailability period
412 #UnavailableDelay=60
413
414 # Name of PID file
415
416 PidFile=/var/run/zabbix/zabbix_server.pid
417
418 # Name of log file
419 # If not set, syslog is used
420
421 LogFile=/tmp/zabbix_server.log
422
423 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
424 #LogFileSize=1
425
426 # Location for custom alert scripts
427 AlertScriptsPath=/home/zabbix/bin/
428
429 # Location of external scripts
430 #ExternalScripts=/etc/zabbix/externalscripts
431
432 # Location of fping. Default is /usr/sbin/fping
433 # Make sure that fping binary has root permissions and SUID flag set
434 #FpingLocation=/usr/sbin/fping
435
436 # Location of fping6. Default is /usr/sbin/fping6
437 # Make sure that fping binary has root permissions and SUID flag set
438 #Fping6Location=/usr/sbin/fping6
439
440 # Temporary directory. Default is /tmp
441 #TmpDir=/tmp
442
443 # Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
444 #PingerFrequency=60
445
446 # Database host name
447 # Default is localhost
448
449 #DBHost=localhost
450
451 # Database name
452 # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
453 DBName=zabbix
454
455 # Database user
456
457 DBUser=root
458
459 # Database password
460 # Comment this line if no password used
461
462 #DBPassword=<password>
463
464 # Connect to MySQL using Unix socket?
465
466 #DBSocket=/tmp/mysql.sock
467
468
469
470 1.1 net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf
471
472 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf?rev=1.1&view=markup
473 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf?rev=1.1&content-type=text/plain
474
475 Index: zabbix_agentd.conf
476 ===================================================================
477 # This is config file for zabbix_agentd
478 # To get more information about ZABBIX, go http://www.zabbix.com
479
480 ############ GENERAL PARAMETERS #################
481
482 # List of comma delimited IP addresses (or hostnames) of ZABBIX servers.
483 # No spaces allowed. First entry is used for sending active checks.
484 # Note that hostnames must resolve hostname->IP address and
485 # IP address->hostname.
486
487 Server=127.0.0.1
488
489 # Server port for sending active checks
490
491 #ServerPort=10051
492
493 # Unique hostname. Required for active checks.
494
495 Hostname=ZABBIX Server
496
497 # Listen port. Default is 10050
498
499 #ListenPort=10050
500
501 # IP address to bind agent
502 # If missing, bind to all available IPs
503
504 #ListenIP=127.0.0.1
505
506 # Source IP address for outgouing connections
507 #SourceIP=
508
509 # Number of pre-forked instances of zabbix_agentd.
510 # Default value is 5
511 # This parameter must be between 1 and 16
512
513 StartAgents=5
514
515 # How often refresh list of active checks. 2 minutes by default.
516
517 #RefreshActiveChecks=120
518
519 # Disable active checks. The agent will work in passive mode listening server.
520
521 #DisableActive=1
522
523 # Enable remote commands for ZABBIX agent. By default remote commands disabled.
524
525 #EnableRemoteCommands=1
526
527 # Specifies debug level
528 # 0 - debug is not created
529 # 1 - critical information
530 # 2 - error information
531 # 3 - warnings (default)
532 # 4 - for debugging (produces lots of information)
533
534 DebugLevel=3
535
536 # Name of PID file
537
538 PidFile=/var/run/zabbix/zabbix_agentd.pid
539
540 # Name of log file.
541 # If not set, syslog will be used
542
543 LogFile=/tmp/zabbix_agentd.log
544
545 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
546 #LogFileSize=1
547
548 # Spend no more than Timeout seconds on processing
549 # Must be between 1 and 30
550
551 Timeout=3
552
553 ####### USER-DEFINED MONITORED PARAMETERS #######
554 # Format: UserParameter=<key>,<shell command>
555 # Note that shell command must not return empty string or EOL only
556 #UserParameter=system.test,who|wc -l
557 ### Set of parameter for monitoring MySQL server (v3.23.42 and later)
558 ### Change -u<username> and add -p<password> if required
559 #UserParameter=mysql.ping,mysqladmin -uroot ping|grep alive|wc -l
560 #UserParameter=mysql.uptime,mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
561 #UserParameter=mysql.threads,mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q"
562 #UserParameter=mysql.questions,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
563 #UserParameter=mysql.slowqueries,mysqladmin -uroot status|cut -f5 -d":"|cut -f1 -d"O"
564 #UserParameter=mysql.qps,mysqladmin -uroot status|cut -f9 -d":"
565 #UserParameter=mysql.version,mysql -V