~ubuntu-branches/ubuntu/oneiric/collectd/oneiric

« back to all changes in this revision

Viewing changes to debian/collectd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Harl
  • Date: 2008-06-17 10:35:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617103551-9d0ym3zejc7agtt3
Tags: 4.4.1-1
* New upstream release.
  - Fixed another issue of the sensors plugin affecting some chip types
    (Closes: #468143).
  - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
  - Fixed a segfault when using libperl 5.10.
  - collectd now ships libiptc itself.
  New plugins:
  - Ascent server statistics: ascent
  - IPMI sensors information: ipmi
  - PowerDNS name server statistics: powerdns
  - incremental parsing of logfiles: tail
  - TeamSpeak2 server statistics: teamspeak2
  - detailed virtual memory statistics: vmem
* Disable "tcpconns" plugin by default (Closes: #478759).
* Reenabled iptables plugin on all architectures (Closes: #473435).
  - Added the plugin to collectd.conf.
  - Added /usr/share/doc/collectd/examples/iptables/.
  - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
    required because of #479899.
* New debconf template translations:
  - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
* Added a work around for #474087 (broken openipmi .pc files) by forcing the
  inclusion of the ipmi plugin and manually specifying the dependencies.
* Updated standards-version to 3.8.0 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#LoadPlugin apache
31
31
#LoadPlugin apcups
32
 
#LoadPlugin apple_sensors
 
32
#LoadPlugin ascent
33
33
LoadPlugin battery
34
34
LoadPlugin cpu
35
35
#LoadPlugin cpufreq
42
42
#LoadPlugin exec
43
43
#LoadPlugin hddtemp
44
44
LoadPlugin interface
 
45
#LoadPlugin ipmi
 
46
#LoadPlugin iptables
45
47
#LoadPlugin ipvs
46
48
LoadPlugin irq
47
49
#LoadPlugin libvirt
59
61
#LoadPlugin nut
60
62
#LoadPlugin perl
61
63
#LoadPlugin ping
 
64
#LoadPlugin powerdns
62
65
LoadPlugin processes
63
66
LoadPlugin rrdtool
64
67
#LoadPlugin sensors
65
68
#LoadPlugin serial
66
69
#LoadPlugin snmp
67
70
LoadPlugin swap
68
 
#LoadPlugin tape
69
 
LoadPlugin tcpconns
 
71
#LoadPlugin tail
 
72
#LoadPlugin tcpconns
 
73
#LoadPlugin teamspeak2
70
74
#LoadPlugin unixsock
71
75
LoadPlugin users
72
76
#LoadPlugin uuid
 
77
#LoadPlugin vmem
73
78
#LoadPlugin vserver
74
79
#LoadPlugin wireless
75
80
 
77
82
#       URL "http://localhost/status?auto"
78
83
#       User "www-user"
79
84
#       Password "secret"
 
85
#       VerifyPeer false
 
86
#       VerifyHost false
80
87
#       CACert "/etc/ssl/ca.crt"
81
88
#</Plugin>
82
89
 
85
92
#       Port 3551
86
93
#</Plugin>
87
94
 
 
95
#<Plugin ascent>
 
96
#       URL "http://localhost/ascent/status/"
 
97
#       User "www-user"
 
98
#       Password "secret"
 
99
#       CACert "/etc/ssl/ca.crt"
 
100
#</Plugin>
 
101
 
88
102
#<Plugin csv>
89
103
#       DataDir "/var/lib/collectd/csv"
90
104
#       StoreRates false
98
112
#       IgnoreSelected false
99
113
#</Plugin>
100
114
 
 
115
#<Plugin disk>
 
116
#       Disk "hda"
 
117
#       Disk "/sda[23]/"
 
118
#       IgnoreSelected false
 
119
#</Plugin>
 
120
 
101
121
#<Plugin dns>
102
122
#       Interface "eth0"
103
123
#       IgnoreSource "192.168.0.1"
111
131
 
112
132
#<Plugin exec>
113
133
#       Exec user "/path/to/exec"
114
 
#       NotificationExec "/path/to/exec"
 
134
#       Exec "user:group" "/path/to/exec"
 
135
#       NotificationExec user "/path/to/exec"
115
136
#</Plugin>
116
137
 
117
138
#<Plugin hddtemp>
125
146
#       IgnoreSelected false
126
147
#</Plugin>
127
148
 
 
149
#<Plugin iptables>
 
150
#       Chain "table" "chain"
 
151
#</Plugin>
 
152
 
128
153
#<Plugin irq>
129
154
#       Irq 7
130
155
#       Irq 8
182
207
#       URL "http://localhost/status?auto"
183
208
#       User "www-user"
184
209
#       Password "secret"
 
210
#       VerifyPeer false
 
211
#       VerifyHost false
185
212
#       CACert "/etc/ssl/ca.crt"
186
213
#</Plugin>
187
214
 
209
236
#       TTL 255
210
237
#</Plugin>
211
238
 
 
239
#<Plugin powerdns>
 
240
#       <Server "server_name">
 
241
#               Collect "latency"
 
242
#               Collect "udp-answers" "udp-queries"
 
243
#               Socket "/var/run/pdns.controlsocket"
 
244
#       </Server>
 
245
#       <Recursor "recursor_name">
 
246
#               Collect "questions"
 
247
#               Collect "cache-hits" "cache-misses"
 
248
#               Socket "/var/run/pdns_recursor.controlsocket"
 
249
#       </Recursor>
 
250
#       LocalSocket "/opt/collectd/var/run/collectd-powerdns"
 
251
#</Plugin>
 
252
 
212
253
#<Plugin processes>
213
254
#       Process "name"
214
255
#</Plugin>
278
319
#       </Host>
279
320
#</Plugin>
280
321
 
 
322
#<Plugin "tail">
 
323
#       <File "/var/log/exim4/mainlog">
 
324
#               Instance "exim"
 
325
#               <Match>
 
326
#                       Regex "S=([1-9][0-9]*)"
 
327
#                       DSType "CounterAdd"
 
328
#                       Type "ipt_bytes"
 
329
#                       Instance "total"
 
330
#               </Match>
 
331
#               <Match>
 
332
#                       Regex "\\<R=local_user\\>"
 
333
#                       DSType "CounterInc"
 
334
#                       Type "email_count"
 
335
#                       Instance "local_user"
 
336
#               </Match>
 
337
#       </File>
 
338
#</Plugin>
 
339
 
281
340
#<Plugin tcpconns>
282
341
#       ListeningPorts false
283
342
#       LocalPort "25"
284
343
#       RemotePort "25"
285
344
#</Plugin>
286
345
 
 
346
#<Plugin teamspeak2>
 
347
#       Host "127.0.0.1"
 
348
#       Port "51234"
 
349
#       Server "8767"
 
350
#</Plugin>
 
351
 
287
352
#<Plugin unixsock>
288
353
#       SocketFile "/var/run/collectd-unixsock"
289
354
#       SocketGroup "collectd"
294
359
#       UUIDFile "/etc/uuid"
295
360
#</Plugin>
296
361
 
 
362
#<Plugin vmem>
 
363
#       Verbose false
 
364
#</Plugin>
 
365
 
297
366
Include "/etc/collectd/thresholds.conf"
298
367