curl_xml: fix 3 small memory leaks
[collectd.git] / src / collectd.conf.in
1 #
2 # Config file for collectd(1).
3 # Please read collectd.conf(5) for a list of options.
4 # http://collectd.org/
5 #
6
7 ##############################################################################
8 # Global                                                                     #
9 #----------------------------------------------------------------------------#
10 # Global settings for the daemon.                                            #
11 ##############################################################################
12
13 #Hostname    "localhost"
14 FQDNLookup   true
15 #BaseDir     "@prefix@/var/lib/@PACKAGE_NAME@"
16 #PIDFile     "@prefix@/var/run/@PACKAGE_NAME@.pid"
17 #PluginDir   "@prefix@/lib/@PACKAGE_NAME@"
18 #TypesDB     "@prefix@/share/@PACKAGE_NAME@/types.db"
19 #Interval     10
20 #Timeout      2
21 #ReadThreads  5
22
23 ##############################################################################
24 # Logging                                                                    #
25 #----------------------------------------------------------------------------#
26 # Plugins which provide logging functions should be loaded first, so log     #
27 # messages generated when loading or configuring other plugins can be        #
28 # accessed.                                                                  #
29 ##############################################################################
30
31 @LOAD_PLUGIN_SYSLOG@LoadPlugin syslog
32 @LOAD_PLUGIN_LOGFILE@LoadPlugin logfile
33
34 #<Plugin logfile>
35 #       LogLevel @DEFAULT_LOG_LEVEL@
36 #       File STDOUT
37 #       Timestamp true
38 #       PrintSeverity false
39 #</Plugin>
40
41 #<Plugin syslog>
42 #       LogLevel @DEFAULT_LOG_LEVEL@
43 #</Plugin>
44
45 ##############################################################################
46 # LoadPlugin section                                                         #
47 #----------------------------------------------------------------------------#
48 # Lines beginning with a single `#' belong to plugins which have been built  #
49 # but are disabled by default.                                               #
50 #                                                                            #
51 # Lines begnning with `##' belong to plugins which have not been built due   #
52 # to missing dependencies or because they have been deactivated explicitly.  #
53 ##############################################################################
54
55 #@BUILD_PLUGIN_APACHE_TRUE@LoadPlugin apache
56 #@BUILD_PLUGIN_APCUPS_TRUE@LoadPlugin apcups
57 #@BUILD_PLUGIN_APPLE_SENSORS_TRUE@LoadPlugin apple_sensors
58 #@BUILD_PLUGIN_ASCENT_TRUE@LoadPlugin ascent
59 #@BUILD_PLUGIN_BATTERY_TRUE@LoadPlugin battery
60 #@BUILD_PLUGIN_BIND_TRUE@LoadPlugin bind
61 #@BUILD_PLUGIN_CONNTRACK_TRUE@LoadPlugin conntrack
62 #@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@LoadPlugin contextswitch
63 @BUILD_PLUGIN_CPU_TRUE@@BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu
64 #@BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq
65 @LOAD_PLUGIN_CSV@LoadPlugin csv
66 #@BUILD_PLUGIN_CURL_TRUE@LoadPlugin curl
67 #@BUILD_PLUGIN_CURL_JSON_TRUE@LoadPlugin curl_json
68 #@BUILD_PLUGIN_CURL_XML_TRUE@LoadPlugin curl_xml
69 #@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi
70 #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df
71 #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk
72 #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
73 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
74 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
75 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
76 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
77 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
78 #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond
79 #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
80 @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
81 #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
82 #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi
83 #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
84 #@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
85 #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
86 #@BUILD_PLUGIN_LIBVIRT_TRUE@LoadPlugin libvirt
87 @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
88 #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi
89 #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon
90 #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec
91 #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached
92 @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory
93 #@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus
94 #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter
95 #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql
96 #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp
97 #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
98 @LOAD_PLUGIN_NETWORK@LoadPlugin network
99 #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
100 #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
101 #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
102 #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
103 #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
104 #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
105 #@BUILD_PLUGIN_OLSRD_TRUE@LoadPlugin olsrd
106 #@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire
107 #@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn
108 #@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle
109 #@BUILD_PLUGIN_PERL_TRUE@<LoadPlugin perl>
110 #@BUILD_PLUGIN_PERL_TRUE@  Globals true
111 #@BUILD_PLUGIN_PERL_TRUE@</LoadPlugin>
112 #@BUILD_PLUGIN_PINBA_TRUE@LoadPlugin pinba
113 #@BUILD_PLUGIN_PING_TRUE@LoadPlugin ping
114 #@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
115 #@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
116 #@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
117 #@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
118 #@BUILD_PLUGIN_PYTHON_TRUE@<LoadPlugin python>
119 #@BUILD_PLUGIN_PYTHON_TRUE@  Globals true
120 #@BUILD_PLUGIN_PYTHON_TRUE@</LoadPlugin>
121 #@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
122 #@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
123 @LOAD_PLUGIN_RRDTOOL@LoadPlugin rrdtool
124 #@BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors
125 #@BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial
126 #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp
127 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
128 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
129 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
130 #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape
131 #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns
132 #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2
133 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted
134 #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal
135 #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant
136 #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock
137 #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime
138 #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users
139 #@BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid
140 #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem
141 #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver
142 #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless
143 #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http
144 #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms
145 #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc
146
147 ##############################################################################
148 # Plugin configuration                                                       #
149 #----------------------------------------------------------------------------#
150 # In this section configuration stubs for each plugin are provided. A desc-  #
151 # ription of those options is available in the collectd.conf(5) manual page. #
152 ##############################################################################
153
154 #<Plugin apache>
155 #       URL "http://localhost/status?auto"
156 #       User "www-user"
157 #       Password "secret"
158 #       CACert "/etc/ssl/ca.crt"
159 #</Plugin>
160
161 #<Plugin apcups>
162 #       Host "localhost"
163 #       Port "3551"
164 #</Plugin>
165
166 #<Plugin ascent>
167 #       URL "http://localhost/ascent/status/"
168 #       User "www-user"
169 #       Password "secret"
170 #       CACert "/etc/ssl/ca.crt"
171 #</Plugin>
172
173 #<Plugin "bind">
174 #  URL "http://localhost:8053/"
175 #  OpCodes         true
176 #  QTypes          true
177 #
178 #  ServerStats     true
179 #  ZoneMaintStats  true
180 #  ResolverStats   false
181 #  MemoryStats     true
182 #
183 #  <View "_default">
184 #    QTypes        true
185 #    ResolverStats true
186 #    CacheRRSets   true
187 #
188 #    Zone "127.in-addr.arpa/IN"
189 #  </View>
190 #</Plugin>
191
192 #<Plugin csv>
193 #       DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv"
194 #       StoreRates false
195 #</Plugin>
196
197 #<Plugin curl>
198 #  <Page "stock_quotes">
199 #    URL "http://finance.google.com/finance?q=NYSE%3AAMD"
200 #    User "foo"
201 #    Password "bar"
202 #    MeasureResponseTime false
203 #    <Match>
204 #      Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
205 #      DSType "GaugeAverage"
206 #      Type "stock_value"
207 #      Instance "AMD"
208 #    </Match>
209 #  </Page>
210 #</Plugin>
211
212 #<Plugin curl_json>
213 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
214 #  <URL "http://localhost:5984/_stats">
215 #    Instance "httpd"
216 #    <Key "httpd/requests/count">
217 #      Type "http_requests"
218 #    </Key>
219 #
220 #    <Key "httpd_request_methods/*/count">
221 #      Type "http_request_methods"
222 #    </Key>
223 #
224 #    <Key "httpd_status_codes/*/count">
225 #      Type "http_response_codes"
226 #    </Key>
227 #  </URL>
228 ## Database status metrics:
229 #  <URL "http://localhost:5984/_all_dbs">
230 #    Instance "dbs"
231 #    <Key "*/doc_count">
232 #      Type "gauge"
233 #    </Key>
234 #    <Key "*/doc_del_count">
235 #      Type "counter"
236 #    </Key>
237 #    <Key "*/disk_size">
238 #      Type "bytes"
239 #    </Key>
240 #  </URL>
241 #</Plugin>
242
243 #<Plugin "curl_xml">
244 #  <URL "http://localhost/stats.xml">
245 #    Host "my_host"
246 #    Instance "some_instance"
247 #    User "collectd"
248 #    Password "thaiNg0I"
249 #    VerifyPeer true
250 #    VerifyHost true
251 #    CACert "/path/to/ca.crt"
252 #
253 #    <XPath "table[@id=\"magic_level\"]/tr">
254 #      Type "magic_level"
255 #      #InstancePrefix "prefix-"
256 #      InstanceFrom "td[1]"
257 #      ValuesFrom "td[2]/span[@class=\"level\"]"
258 #    </XPath>
259 #  </URL>
260 #</Plugin>
261
262 #<Plugin dbi>
263 #       <Query "num_of_customers">
264 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
265 #               <Result>
266 #                       Type "gauge"
267 #                       InstancesFrom "c_key"
268 #                       ValuesFrom "c_value"
269 #               </Result>
270 #       </Query>
271 #       <Database "customers_db">
272 #               Driver "mysql"
273 #               DriverOption "host" "localhost"
274 #               DriverOption "username" "collectd"
275 #               DriverOption "password" "AeXohy0O"
276 #               DriverOption "dbname" "custdb0"
277 #               #SelectDB "custdb0"
278 #               Query "num_of_customers"
279 #               #Query "..."
280 #       </Database>
281 #</Plugin>
282
283 #<Plugin df>
284 #       Device "/dev/hda1"
285 #       Device "192.168.0.2:/mnt/nfs"
286 #       MountPoint "/home"
287 #       FSType "ext3"
288 #       IgnoreSelected false
289 #       ReportByDevice false
290 #       ReportReserved false
291 #       ReportInodes false
292 #</Plugin>
293
294 #<Plugin disk>
295 #       Disk "/^[hs]d[a-f][0-9]?$/"
296 #       IgnoreSelected false
297 #</Plugin>
298
299 #<Plugin dns>
300 #       Interface "eth0"
301 #       IgnoreSource "192.168.0.1"
302 #       SelectNumericQueryTypes true
303 #</Plugin>
304
305 #<Plugin email>
306 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-email"
307 #       SocketGroup "collectd"
308 #       SocketPerms "0770"
309 #       MaxConns 5
310 #</Plugin>
311
312 #<Plugin exec>
313 #       Exec "user:group" "/path/to/exec"
314 #       NotificationExec "user:group" "/path/to/exec"
315 #</Plugin>
316
317 #<Plugin filecount>
318 #       <Directory "/path/to/dir">
319 #               Instance "foodir"
320 #               Name "*.conf"
321 #               MTime "-5m"
322 #               Size "+10k"
323 #               Recursive true
324 #               IncludeHidden false
325 #       </Directory>
326 #</Plugin>
327
328 #<Plugin "gmond">
329 #  MCReceiveFrom "239.2.11.71" "8649"
330 #  <Metric "swap_total">
331 #    Type "swap"
332 #    TypeInstance "total"
333 #    DataSource "value"
334 #  </Metric>
335 #  <Metric "swap_free">
336 #    Type "swap"
337 #    TypeInstance "free"
338 #    DataSource "value"
339 #  </Metric>
340 #</Plugin>
341
342 #<Plugin hddtemp>
343 #  Host "127.0.0.1"
344 #  Port "7634"
345 #
346 #  #----------------------------------------------------------------#
347 #  # `TranslateDevicename' enables backwards compatibility behavior #
348 #  # and is enabled by default. Setting this option to `false' is   #
349 #  # highly recommended.                                            #
350 #  #----------------------------------------------------------------#
351 #  TranslateDevicename false
352 #</Plugin>
353
354 #<Plugin interface>
355 #       Interface "eth0"
356 #       IgnoreSelected false
357 #</Plugin>
358
359 #<Plugin ipmi>
360 #       Sensor "some_sensor"
361 #       Sensor "another_one"
362 #       IgnoreSelected false
363 #       NotifySensorAdd false
364 #       NotifySensorRemove true
365 #       NotifySensorNotPresent false
366 #</Plugin>
367
368 #<Plugin iptables>
369 #       Chain table chain
370 #</Plugin>
371
372 #<Plugin irq>
373 #       Irq 7
374 #       Irq 8
375 #       Irq 9
376 #       IgnoreSelected true
377 #</Plugin>
378
379 #<Plugin "java">
380 #       JVMArg "-verbose:jni"
381 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
382 #
383 #       LoadPlugin "org.collectd.java.Foobar"
384 #       <Plugin "org.collectd.java.Foobar">
385 #         # To be parsed by the plugin
386 #       </Plugin>
387 #</Plugin>
388
389 #<Plugin libvirt>
390 #       Connection "xen:///"
391 #       RefreshInterval 60
392 #       Domain "name"
393 #       BlockDevice "name:device"
394 #       InterfaceDevice "name:device"
395 #       IgnoreSelected false
396 #       HostnameFormat name
397 #</Plugin>
398
399 #<Plugin madwifi>
400 #       Interface "wlan0"
401 #       IgnoreSelected false
402 #       Source "SysFS"
403 #       WatchSet "None"
404 #       WatchAdd "node_octets"
405 #       WatchAdd "node_rssi"
406 #       WatchAdd "is_rx_acl"
407 #       WatchAdd "is_scan_active"
408 #</Plugin>
409
410 #<Plugin mbmon>
411 #       Host "127.0.0.1"
412 #       Port "411"
413 #</Plugin>
414
415 #<Plugin memcachec>
416 #       <Page "plugin_instance">
417 #               Server "localhost"
418 #               Key "page_key"
419 #               <Match>
420 #                       Regex "(\\d+) bytes sent"
421 #                       ExcludeRegex "<lines to be excluded>"
422 #                       DSType CounterAdd
423 #                       Type "ipt_octets"
424 #                       Instance "type_instance"
425 #               </Match>
426 #       </Page>
427 #</Plugin>
428
429 #<Plugin memcached>
430 #       Host "127.0.0.1"
431 #       Port "11211"
432 #</Plugin>
433
434 #<Plugin modbus>
435 #       <Data "data_name">
436 #               RegisterBase 1234
437 #               RegisterType float
438 #               Type gauge
439 #               Instance "..."
440 #       </Data>
441 #
442 #       <Host "name">
443 #               Address "addr"
444 #               Port "1234"
445 #               Interval 60
446 #
447 #               <Slave 1>
448 #                       Instance "foobar" # optional
449 #                       Collect "data_name"
450 #               </Slave>
451 #       </Host>
452 #</Plugin>
453
454 #<Plugin mysql>
455 #       <Database db_name>
456 #               Host "database.serv.er"
457 #               User "db_user"
458 #               Password "secret"
459 #               Database "db_name"
460 #               MasterStats true
461 #       </Database>
462 #
463 #       <Database db_name2>
464 #               Host "localhost"
465 #               Socket "/var/run/mysql/mysqld.sock"
466 #               SlaveStats true
467 #               SlaveNotifications true
468 #       </Database>
469 #</Plugin>
470
471 #<Plugin netapp>
472 #       <Host "netapp1.example.com">
473 #               Protocol      "https"
474 #               Address       "10.0.0.1"
475 #               Port          443
476 #               User          "username"
477 #               Password      "aef4Aebe"
478 #               Interval      30
479 #
480 #               <WAFL>
481 #                       Interval 30
482 #                       GetNameCache   true
483 #                       GetDirCache    true
484 #                       GetBufferCache true
485 #                       GetInodeCache  true
486 #               </WAFL>
487 #
488 #               <Disks>
489 #                       Interval 30
490 #                       GetBusy true
491 #               </Disks>
492 #
493 #               <VolumePerf>
494 #                       Interval 30
495 #                       GetIO      "volume0"
496 #                       IgnoreSelectedIO      false
497 #                       GetOps     "volume0"
498 #                       IgnoreSelectedOps     false
499 #                       GetLatency "volume0"
500 #                       IgnoreSelectedLatency false
501 #               </VolumePerf>
502 #
503 #               <VolumeUsage>
504 #                       Interval 30
505 #                       GetCapacity "vol0"
506 #                       GetCapacity "vol1"
507 #                       IgnoreSelectedCapacity false
508 #                       GetSnapshot "vol1"
509 #                       GetSnapshot "vol3"
510 #                       IgnoreSelectedSnapshot false
511 #               </VolumeUsage>
512 #
513 #               <System>
514 #                       Interval 30
515 #                       GetCPULoad     true
516 #                       GetInterfaces  true
517 #                       GetDiskOps     true
518 #                       GetDiskIO      true
519 #               </System>
520 #       </Host>
521 #</Plugin>
522
523 #<Plugin netlink>
524 #       Interface "All"
525 #       VerboseInterface "All"
526 #       QDisc "eth0" "pfifo_fast-1:0"
527 #       Class "ppp0" "htb-1:10"
528 #       Filter "ppp0" "u32-1:0"
529 #       IgnoreSelected false
530 #</Plugin>
531
532 @LOAD_PLUGIN_NETWORK@<Plugin network>
533 #       # client setup:
534 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
535 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
536 #               SecurityLevel Encrypt
537 #               Username "user"
538 #               Password "secret"
539 #               Interface "eth0"
540 @LOAD_PLUGIN_NETWORK@   </Server>
541 #       TimeToLive 128
542 #
543 #       # server setup:
544 #       Listen "ff18::efc0:4a42" "25826"
545 #       <Listen "239.192.74.66" "25826">
546 #               SecurityLevel Sign
547 #               AuthFile "/etc/collectd/passwd"
548 #               Interface "eth0"
549 #       </Listen>
550 #       MaxPacketSize 1024
551 #
552 #       # proxy setup (client and server as above):
553 #       Forward true
554 #
555 #       # statistics about the network plugin itself
556 #       ReportStats false
557 #
558 #       # "garbage collection"
559 #       CacheFlush 1800
560 @LOAD_PLUGIN_NETWORK@</Plugin>
561
562 #<Plugin nginx>
563 #       URL "http://localhost/status?auto"
564 #       User "www-user"
565 #       Password "secret"
566 #       CACert "/etc/ssl/ca.crt"
567 #</Plugin>
568
569 #<Plugin notify_desktop>
570 #       OkayTimeout 1000
571 #       WarningTimeout 5000
572 #       FailureTimeout 0
573 #</Plugin>
574
575 #<Plugin notify_email>
576 #       SMTPServer "localhost"
577 #       SMTPPort 25
578 #       SMTPUser "my-username"
579 #       SMTPPassword "my-password"
580 #       From "collectd@main0server.com"
581 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
582 #       Subject "Aaaaaa!! %s on %s!!!!!"
583 #       Recipient "email1@domain1.net"
584 #       Recipient "email2@domain2.com"
585 #</Plugin>
586
587 #<Plugin ntpd>
588 #       Host "localhost"
589 #       Port 123
590 #       ReverseLookups false
591 #</Plugin>
592
593 #<Plugin nut>
594 #       UPS "upsname@hostname:port"
595 #</Plugin>
596
597 #<Plugin olsrd>
598 #       Host "127.0.0.1"
599 #       Port "2006"
600 #       CollectLinks "Summary"
601 #       CollectRoutes "Summary"
602 #       CollectTopology "Summary"
603 #</Plugin>
604
605 #<Plugin onewire>
606 #       Device "-s localhost:4304"
607 #       Sensor "F10FCA000800"
608 #       IgnoreSelected false
609 #</Plugin>
610
611 #<Plugin openvpn>
612 #       StatusFile "/etc/openvpn/openvpn-status.log"
613 #       ImprovedNamingSchema false
614 #       CollectCompression true
615 #       CollectIndividualUsers true
616 #       CollectUserCount false
617 #</Plugin>
618
619 #<Plugin oracle>
620 #  <Query "out_of_stock">
621 #    Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
622 #    <Result>
623 #      Type "gauge"
624 #      InstancesFrom "category"
625 #      ValuesFrom "value"
626 #    </Result>
627 #  </Query>
628 #  <Database "product_information">
629 #    ConnectID "db01"
630 #    Username "oracle"
631 #    Password "secret"
632 #    Query "out_of_stock"
633 #  </Database>
634 #</Plugin>
635
636 #<Plugin perl>
637 #       IncludeDir "/my/include/path"
638 #       BaseName "Collectd::Plugins"
639 #       EnableDebugger ""
640 #       LoadPlugin Monitorus
641 #       LoadPlugin OpenVZ
642 #
643 #       <Plugin foo>
644 #               Foo "Bar"
645 #               Qux "Baz"
646 #       </Plugin>
647 #</Plugin>
648
649 #<Plugin pinba>
650 #       Address "::0"
651 #       Port "30002"
652 #       <View "name">
653 #               Host "host name"
654 #               Server "server name"
655 #               Script "script name"
656 #       </View>
657 #</Plugin>
658
659 #<Plugin ping>
660 #       Host "host.foo.bar"
661 #       Interval 1.0
662 #       Timeout 0.9
663 #       TTL 255
664 #       SourceAddress "1.2.3.4"
665 #       Device "eth0"
666 #       MaxMissed -1
667 #</Plugin>
668
669 #<Plugin postgresql>
670 #       <Query magic>
671 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
672 #               Param hostname
673 #               <Result>
674 #                       Type gauge
675 #                       InstancePrefix "magic"
676 #                       ValuesFrom magic
677 #               </Result>
678 #       </Query>
679 #       <Query rt36_tickets>
680 #               Statement "SELECT COUNT(type) AS count, type \
681 #                                 FROM (SELECT CASE \
682 #                                              WHEN resolved = 'epoch' THEN 'open' \
683 #                                              ELSE 'resolved' END AS type \
684 #                                              FROM tickets) type \
685 #                                 GROUP BY type;"
686 #               <Result>
687 #                       Type counter
688 #                       InstancePrefix "rt36_tickets"
689 #                       InstancesFrom "type"
690 #                       ValuesFrom "count"
691 #               </Result>
692 #       </Query>
693 #       <Database foo>
694 #               Host "hostname"
695 #               Port "5432"
696 #               User "username"
697 #               Password "secret"
698 #               SSLMode "prefer"
699 #               KRBSrvName "kerberos_service_name"
700 #               Query magic
701 #       </Database>
702 #       <Database bar>
703 #               Interval 60
704 #               Service "service_name"
705 #               Query backend # predefined
706 #               Query rt36_tickets
707 #       </Database>
708 #</Plugin>
709
710 #<Plugin powerdns>
711 #  <Server "server_name">
712 #    Collect "latency"
713 #    Collect "udp-answers" "udp-queries"
714 #    Socket "/var/run/pdns.controlsocket"
715 #  </Server>
716 #  <Recursor "recursor_name">
717 #    Collect "questions"
718 #    Collect "cache-hits" "cache-misses"
719 #    Socket "/var/run/pdns_recursor.controlsocket"
720 #  </Recursor>
721 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
722 #</Plugin>
723
724 #<Plugin processes>
725 #       Process "name"
726 #</Plugin>
727
728 #<Plugin protocols>
729 #       Value "/^Tcp:/"
730 #       IgnoreSelected false
731 #</Plugin>
732
733 #<Plugin python>
734 #       ModulePath "/path/to/your/python/modules"
735 #       LogTraces true
736 #       Interactive true
737 #       Import "spam"
738 #
739 #       <Module spam>
740 #               spam "wonderful" "lovely"
741 #       </Module>
742 #</Plugin>
743
744 #<Plugin routeros>
745 #       <Router>
746 #               Host "router.example.com"
747 #               Port "8728"
748 #               User "admin"
749 #               Password "dozaiTh4"
750 #               CollectInterface true
751 #               CollectRegistrationTable true
752 #               CollectCPULoad true
753 #               CollectMemory true
754 #               CollectDF true
755 #               CollectDisk true
756 #       </Router>
757 #</Plugin>
758
759 #<Plugin rrdcached>
760 #       DaemonAddress "unix:/tmp/rrdcached.sock"
761 #       DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd"
762 #       CreateFiles true
763 #       CollectStatistics true
764 #</Plugin>
765
766 #<Plugin rrdtool>
767 #       DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd"
768 #       CacheTimeout 120
769 #       CacheFlush   900
770 #</Plugin>
771
772 #<Plugin sensors>
773 #       Sensor "it8712-isa-0290/temperature-temp1"
774 #       Sensor "it8712-isa-0290/fanspeed-fan3"
775 #       Sensor "it8712-isa-0290/voltage-in8"
776 #       IgnoreSelected false
777 #</Plugin>
778
779 #<Plugin snmp>
780 #   <Data "powerplus_voltge_input">
781 #       Type "voltage"
782 #       Table false
783 #       Instance "input_line1"
784 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
785 #   </Data>
786 #   <Data "hr_users">
787 #       Type "users"
788 #       Table false
789 #       Instance ""
790 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
791 #   </Data>
792 #   <Data "std_traffic">
793 #       Type "if_octets"
794 #       Table true
795 #       Instance "IF-MIB::ifDescr"
796 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
797 #   </Data>
798 #
799 #   <Host "some.switch.mydomain.org">
800 #       Address "192.168.0.2"
801 #       Version 1
802 #       Community "community_string"
803 #       Collect "std_traffic"
804 #       Interval 120
805 #   </Host>
806 #   <Host "some.server.mydomain.org">
807 #       Address "192.168.0.42"
808 #       Version 2
809 #       Community "another_string"
810 #       Collect "std_traffic" "hr_users"
811 #   </Host>
812 #   <Host "some.ups.mydomain.org">
813 #       Address "192.168.0.3"
814 #       Version 1
815 #       Community "more_communities"
816 #       Collect "powerplus_voltge_input"
817 #       Interval 300
818 #   </Host>
819 #</Plugin>
820
821 #<Plugin "table">
822 #       <Table "/proc/slabinfo">
823 #               Instance "slabinfo"
824 #               Separator " "
825 #               <Result>
826 #                       Type gauge
827 #                       InstancePrefix "active_objs"
828 #                       InstancesFrom 0
829 #                       ValuesFrom 1
830 #               </Result>
831 #               <Result>
832 #                       Type gauge
833 #                       InstancePrefix "objperslab"
834 #                       InstancesFrom 0
835 #                       ValuesFrom 4
836 #               </Result>
837 #       </Table>
838 #</Plugin>
839
840 #<Plugin "tail">
841 #  <File "/var/log/exim4/mainlog">
842 #    Instance "exim"
843 #    <Match>
844 #      Regex "S=([1-9][0-9]*)"
845 #      DSType "CounterAdd"
846 #      Type "ipt_bytes"
847 #      Instance "total"
848 #    </Match>
849 #    <Match>
850 #      Regex "\\<R=local_user\\>"
851 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
852 #      DSType "CounterInc"
853 #      Type "counter"
854 #      Instance "local_user"
855 #    </Match>
856 #  </File>
857 #</Plugin>
858
859 #<Plugin tcpconns>
860 #       ListeningPorts false
861 #       LocalPort "25"
862 #       RemotePort "25"
863 #</Plugin>
864
865 #<Plugin teamspeak2>
866 #       Host "127.0.0.1"
867 #       Port "51234"
868 #       Server "8767"
869 #</Plugin>
870
871 #<Plugin ted>
872 #       Device "/dev/ttyUSB0"
873 #       Retries 0
874 #</Plugin>
875
876 #<Plugin thermal>
877 #       ForceUseProcfs false
878 #       Device "THRM"
879 #       IgnoreSelected false
880 #</Plugin>
881
882 #<Plugin tokyotyrant>
883 #       Host "localhost"
884 #       Port "1978"
885 #</Plugin>
886
887 #<Plugin unixsock>
888 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
889 #       SocketGroup "collectd"
890 #       SocketPerms "0660"
891 #</Plugin>
892
893 #<Plugin uuid>
894 #       UUIDFile "/etc/uuid"
895 #</Plugin>
896
897 #<Plugin vmem>
898 #       Verbose false
899 #</Plugin>
900
901 #<Plugin write_http>
902 #       <URL "http://example.com/collectd-post">
903 #               User "collectd"
904 #               Password "weCh3ik0"
905 #               VerifyPeer true
906 #               VerifyHost true
907 #               CACert "/etc/ssl/ca.crt"
908 #               Format "Command"
909 #               StoreRates false
910 #       </URL>
911 #</Plugin>
912
913 ##############################################################################
914 # Filter configuration                                                       #
915 #----------------------------------------------------------------------------#
916 # The following configures collectd's filtering mechanism. Before changing   #
917 # anything in this section, please read the `FILTER CONFIGURATION' section   #
918 # in the collectd.conf(5) manual page.                                       #
919 ##############################################################################
920
921 # Load required matches:
922 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
923 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
924 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
925 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
926 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
927
928 # Load required targets:
929 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
930 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
931 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
932 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
933
934 #----------------------------------------------------------------------------#
935 # The following block demonstrates the default behavior if no filtering is   #
936 # configured at all: All values will be sent to all available write plugins. #
937 #----------------------------------------------------------------------------#
938
939 #<Chain "PostCache">
940 #  Target "write"
941 #</Chain>