Code

210eb042d312476d20093a3a29fff9b550df0667
[pkg-collectd.git] / debian / collectd.conf
1 # Config file for collectd(1).
2 #
3 # Some plugins need additional configuration and are disabled by default.
4 # Please read collectd.conf(5) for details.
5 #
6 # You should also read /usr/share/doc/collectd-core/README.Debian.plugins
7 # before enabling any more plugins.
9 #Hostname "localhost"
10 FQDNLookup true
11 #BaseDir "/var/lib/collectd"
12 #PluginDir "/usr/lib/collectd"
13 #TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db"
14 #Interval 10
15 #Timeout 2
16 #ReadThreads 5
18 #LoadPlugin logfile
19 LoadPlugin syslog
21 #<Plugin logfile>
22 #       LogLevel "info"
23 #       File STDOUT
24 #       Timestamp true
25 #       PrintSeverity false
26 #</Plugin>
28 <Plugin syslog>
29         LogLevel info
30 </Plugin>
32 #LoadPlugin amqp
33 #LoadPlugin apache
34 #LoadPlugin apcups
35 #LoadPlugin ascent
36 LoadPlugin battery
37 #LoadPlugin bind
38 #LoadPlugin conntrack
39 #LoadPlugin contextswitch
40 LoadPlugin cpu
41 #LoadPlugin cpufreq
42 #LoadPlugin csv
43 #LoadPlugin curl
44 #LoadPlugin curl_json
45 #LoadPlugin curl_xml
46 #LoadPlugin dbi
47 LoadPlugin df
48 LoadPlugin disk
49 #LoadPlugin dns
50 #LoadPlugin email
51 LoadPlugin entropy
52 #LoadPlugin ethstat
53 #LoadPlugin exec
54 #LoadPlugin filecount
55 #LoadPlugin fscache
56 #LoadPlugin gmond
57 #LoadPlugin hddtemp
58 LoadPlugin interface
59 #LoadPlugin ipmi
60 #LoadPlugin iptables
61 #LoadPlugin ipvs
62 LoadPlugin irq
63 #LoadPlugin java
64 #LoadPlugin libvirt
65 LoadPlugin load
66 #LoadPlugin madwifi
67 #LoadPlugin mbmon
68 #LoadPlugin md
69 #LoadPlugin memcachec
70 #LoadPlugin memcached
71 LoadPlugin memory
72 #LoadPlugin modbus
73 #LoadPlugin multimeter
74 #LoadPlugin mysql
75 #LoadPlugin netlink
76 #LoadPlugin network
77 #LoadPlugin nfs
78 #LoadPlugin nginx
79 #LoadPlugin notify_desktop
80 #LoadPlugin notify_email
81 #LoadPlugin ntpd
82 #LoadPlugin numa
83 #LoadPlugin nut
84 #LoadPlugin olsrd
85 #LoadPlugin openvpn
86 #<LoadPlugin perl>
87 #       Globals true
88 #</LoadPlugin>
89 #LoadPlugin pinba
90 #LoadPlugin ping
91 #LoadPlugin postgresql
92 #LoadPlugin powerdns
93 LoadPlugin processes
94 #LoadPlugin protocols
95 #<LoadPlugin python>
96 #       Globals true
97 #</LoadPlugin>
98 #LoadPlugin rrdcached
99 LoadPlugin rrdtool
100 #LoadPlugin sensors
101 #LoadPlugin serial
102 #LoadPlugin snmp
103 LoadPlugin swap
104 #LoadPlugin table
105 #LoadPlugin tail
106 #LoadPlugin tcpconns
107 #LoadPlugin teamspeak2
108 #LoadPlugin ted
109 #LoadPlugin thermal
110 #LoadPlugin tokyotyrant
111 #LoadPlugin unixsock
112 #LoadPlugin uptime
113 LoadPlugin users
114 #LoadPlugin uuid
115 #LoadPlugin varnish
116 #LoadPlugin vmem
117 #LoadPlugin vserver
118 #LoadPlugin wireless
119 #LoadPlugin write_graphite
120 #LoadPlugin write_http
121 #LoadPlugin write_mongodb
123 #<Plugin amqp>
124 #       <Publish "name">
125 #               Host "localhost"
126 #               Port "5672"
127 #               VHost "/"
128 #               User "guest"
129 #               Password "guest"
130 #               Exchange "amq.fanout"
131 #               RoutingKey "collectd"
132 #               Persistent false
133 #               StoreRates false
134 #       </Publish>
135 #</Plugin>
137 #<Plugin apache>
138 #       <Instance "foo">
139 #               URL "http://localhost/server-status?auto"
140 #               User "www-user"
141 #               Password "secret"
142 #               VerifyPeer false
143 #               VerifyHost false
144 #               CACert "/etc/ssl/ca.crt"
145 #               Server "apache"
146 #       </Instance>
148 #       <Instance "bar">
149 #               URL "http://some.domain.tld/status?auto"
150 #               Host "some.domain.tld"
151 #               Server "lighttpd"
152 #       </Instance>
153 #</Plugin>
155 #<Plugin apcups>
156 #       Host "localhost"
157 #       Port "3551"
158 #</Plugin>
160 #<Plugin ascent>
161 #       URL "http://localhost/ascent/status/"
162 #       User "www-user"
163 #       Password "secret"
164 #       VerifyPeer false
165 #       VerifyHost false
166 #       CACert "/etc/ssl/ca.crt"
167 #</Plugin>
169 #<Plugin "bind">
170 #       URL "http://localhost:8053/"
172 #       ParseTime false
174 #       OpCodes true
175 #       QTypes true
176 #       ServerStats true
177 #       ZoneMaintStats true
178 #       ResolverStats false
179 #       MemoryStats true
181 #       <View "_default">
182 #               QTypes true
183 #               ResolverStats true
184 #               CacheRRSets true
186 #               Zone "127.in-addr.arpa/IN"
187 #       </View>
188 #</Plugin>
190 #<Plugin csv>
191 #       DataDir "/var/lib/collectd/csv"
192 #       StoreRates false
193 #</Plugin>
195 #<Plugin curl>
196 #       <Page "stock_quotes">
197 #               URL "http://finance.google.com/finance?q=NYSE%3AAMD"
198 #               User "foo"
199 #               Password "bar"
200 #               VerifyPeer false
201 #               VerifyHost false
202 #               CACert "/etc/ssl/ca.crt"
203 #               MeasureResponseTime false
204 #               <Match>
205 #                       Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
206 #                       DSType "GaugeAverage"
207 #                       Type "stock_value"
208 #                       Instance "AMD"
209 #               </Match>
210 #       </Page>
211 #</Plugin>
213 #<Plugin curl_json>
214 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
215 #  <URL "http://localhost:5984/_stats">
216 #    Instance "httpd"
217 #    <Key "httpd/requests/count">
218 #      Type "http_requests"
219 #    </Key>
221 #    <Key "httpd_request_methods/*/count">
222 #      Type "http_request_methods"
223 #    </Key>
225 #    <Key "httpd_status_codes/*/count">
226 #      Type "http_response_codes"
227 #    </Key>
228 #  </URL>
229 ## Database status metrics:
230 #  <URL "http://localhost:5984/_all_dbs">
231 #    Instance "dbs"
232 #    <Key "*/doc_count">
233 #      Type "gauge"
234 #    </Key>
235 #    <Key "*/doc_del_count">
236 #      Type "counter"
237 #    </Key>
238 #    <Key "*/disk_size">
239 #      Type "bytes"
240 #    </Key>
241 #  </URL>
242 #</Plugin>
244 #<Plugin "curl_xml">
245 #       <URL "http://localhost/stats.xml">
246 #               Host "my_host"
247 #               Instance "some_instance"
248 #               User "collectd"
249 #               Password "thaiNg0I"
250 #               VerifyPeer true
251 #               VerifyHost true
252 #               CACert "/path/to/ca.crt"
254 #               <XPath "table[@id=\"magic_level\"]/tr">
255 #                       Type "magic_level"
256 #                       InstancePrefix "prefix-"
257 #                       InstanceFrom "td[1]"
258 #                       ValuesFrom "td[2]/span[@class=\"level\"]"
259 #               </XPath>
260 #       </URL>
261 #</Plugin>
263 #<Plugin dbi>
264 #       <Query "num_of_customers">
265 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \
266 #                               FROM customers_tbl"
267 #               MinVersion 40102
268 #               MaxVersion 50042
269 #               <Result>
270 #                       Type "gauge"
271 #                       InstancePrefix "customer"
272 #                       InstancesFrom "c_key"
273 #                       ValuesFrom "c_value"
274 #               </Result>
275 #       </Query>
277 #       <Database "customers_db">
278 #               Driver "mysql"
279 #               DriverOption "host" "localhost"
280 #               DriverOption "username" "collectd"
281 #               DriverOption "password" "secret"
282 #               DriverOption "dbname" "custdb0"
283 #               SelectDB "custdb0"
284 #               Query "num_of_customers"
285 #               Query "..."
286 #       </Database>
287 #</Plugin>
289 #<Plugin df>
290 #       Device "/dev/sda1"
291 #       Device "192.168.0.2:/mnt/nfs"
292 #       MountPoint "/home"
293 #       FSType "ext3"
294 #       IgnoreSelected false
295 #       ReportByDevice false
296 #       ReportReserved false
297 #       ReportInodes false
298 #</Plugin>
300 #<Plugin disk>
301 #       Disk "hda"
302 #       Disk "/sda[23]/"
303 #       IgnoreSelected false
304 #</Plugin>
306 #<Plugin dns>
307 #       Interface "eth0"
308 #       IgnoreSource "192.168.0.1"
309 #       SelectNumericQueryTypes false
310 #</Plugin>
312 #<Plugin email>
313 #       SocketFile "/var/run/collectd-email"
314 #       SocketGroup "collectd"
315 #       SocketPerms "0770"
316 #       MaxConns 5
317 #</Plugin>
319 #<Plugin ethstat>
320 #       Interface "eth0"
321 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
322 #       Map "multicast" "if_multicast"
323 #       MappedOnly false
324 #</Plugin>
326 #<Plugin exec>
327 #       Exec user "/path/to/exec"
328 #       Exec "user:group" "/path/to/exec"
329 #       NotificationExec user "/path/to/exec"
330 #</Plugin>
332 #<Plugin filecount>
333 #       <Directory "/path/to/dir">
334 #               Instance "foodir"
335 #               Name "*.conf"
336 #               MTime "-5m"
337 #               Size "+10k"
338 #               Recursive true
339 #               IncludeHidden false
340 #       </Directory>
341 #</Plugin>
343 #<Plugin gmond>
344 #       MCReceiveFrom "239.2.11.71" "8649"
346 #       <Metric "swap_total">
347 #               Type "swap"
348 #               TypeInstance "total"
349 #               DataSource "value"
350 #       </Metric>
352 #       <Metric "swap_free">
353 #               Type "swap"
354 #               TypeInstance "free"
355 #               DataSource "value"
356 #       </Metric>
357 #</Plugin>
359 #<Plugin hddtemp>
360 #       Host "127.0.0.1"
361 #       Port 7634
362 #</Plugin>
364 #<Plugin interface>
365 #       Interface "eth0"
366 #       IgnoreSelected false
367 #</Plugin>
369 #<Plugin ipmi>
370 #       Sensor "some_sensor"
371 #       Sensor "another_one"
372 #       IgnoreSelected false
373 #       NotifySensorAdd false
374 #       NotifySensorRemove true
375 #       NotifySensorNotPresent false
376 #</Plugin>
378 #<Plugin iptables>
379 #       Chain "table" "chain"
380 #</Plugin>
382 #<Plugin irq>
383 #       Irq 7
384 #       Irq 8
385 #       Irq 9
386 #       IgnoreSelected true
387 #</Plugin>
389 #<Plugin java>
390 #       JVMArg "-verbose:jni"
391 #       JVMArg "-Djava.class.path=/usr/share/collectd/java/collectd-api.jar"
393 #       LoadPlugin "org.collectd.java.GenericJMX"
394 #       <Plugin "GenericJMX">
395 #               # See /usr/share/doc/collectd/examples/GenericJMX.conf
396 #               # for an example config.
397 #       </Plugin>
398 #</Plugin>
400 #<Plugin libvirt>
401 #       Connection "xen:///"
402 #       RefreshInterval 60
403 #       Domain "name"
404 #       BlockDevice "name:device"
405 #       InterfaceDevice "name:device"
406 #       IgnoreSelected false
407 #       HostnameFormat name
408 #       InterfaceFormat name
409 #</Plugin>
411 #<Plugin madwifi>
412 #       Interface "wlan0"
413 #       IgnoreSelected false
414 #       Source "SysFS"
415 #       WatchSet "None"
416 #       WatchAdd "node_octets"
417 #       WatchAdd "node_rssi"
418 #       WatchAdd "is_rx_acl"
419 #       WatchAdd "is_scan_active"
420 #</Plugin>
422 #<Plugin mbmon>
423 #       Host "127.0.0.1"
424 #       Port 411
425 #</Plugin>
427 #<Plugin md>
428 #       Device "/dev/md0"
429 #       IgnoreSelected false
430 #</Plugin>
432 #<Plugin memcachec>
433 #       <Page "plugin_instance">
434 #               Server "localhost"
435 #               Key "page_key"
436 #               <Match>
437 #                       Regex "(\\d+) bytes sent"
438 #                       ExcludeRegex "<lines to be excluded>"
439 #                       DSType CounterAdd
440 #                       Type "ipt_octets"
441 #                       Instance "type_instance"
442 #               </Match>
443 #       </Page>
444 #</Plugin>
446 #<Plugin memcached>
447 #       Socket "/var/run/memcached.sock"
448 # or:
449 #       Host "127.0.0.1"
450 #       Port "11211"
451 #</Plugin>
453 #<Plugin modbus>
454 #       <Data "data_name">
455 #               RegisterBase 1234
456 #               RegisterType float
457 #               Type gauge
458 #               Instance "..."
459 #       </Data>
461 #       <Host "name">
462 #               Address "addr"
463 #               Port "1234"
464 #               Interval 60
466 #               <Slave 1>
467 #                       Instance "foobar" # optional
468 #                       Collect "data_name"
469 #               </Slave>
470 #       </Host>
471 #</Plugin>
473 #<Plugin mysql>
474 #       <Database db_name>
475 #               Host "database.serv.er"
476 #               Port "3306"
477 #               User "db_user"
478 #               Password "secret"
479 #               Database "db_name"
480 #               MasterStats true
481 #       </Database>
483 #       <Database db_name2>
484 #               Host "localhost"
485 #               Socket "/var/run/mysql/mysqld.sock"
486 #               SlaveStats true
487 #               SlaveNotifications true
488 #       </Database>
489 #</Plugin>
491 #<Plugin netlink>
492 #       Interface "All"
493 #       VerboseInterface "All"
494 #       QDisc "eth0" "pfifo_fast-1:0"
495 #       Class "ppp0" "htb-1:10"
496 #       Filter "ppp0" "u32-1:0"
497 #       IgnoreSelected false
498 #</Plugin>
500 #<Plugin network>
501 #       # client setup:
502 #       Server "ff18::efc0:4a42" "25826"
503 #       <Server "239.192.74.66" "25826">
504 #               SecurityLevel Encrypt
505 #               Username "user"
506 #               Password "secret"
507 #               Interface "eth0"
508 #       </Server>
509 #       TimeToLive "128"
511 #       # server setup:
512 #       Listen "ff18::efc0:4a42" "25826"
513 #       <Listen "239.192.74.66" "25826">
514 #               SecurityLevel Sign
515 #               AuthFile "/etc/collectd/passwd"
516 #               Interface "eth0"
517 #       </Listen>
518 #       MaxPacketSize 1024
520 #       # proxy setup (client and server as above):
521 #       Forward true
523 #       # statistics about the network plugin itself
524 #       ReportStats false
526 #       # "garbage collection"
527 #       CacheFlush 1800
528 #</Plugin>
530 #<Plugin nginx>
531 #       URL "http://localhost/status?auto"
532 #       User "www-user"
533 #       Password "secret"
534 #       VerifyPeer false
535 #       VerifyHost false
536 #       CACert "/etc/ssl/ca.crt"
537 #</Plugin>
539 #<Plugin notify_desktop>
540 #       OkayTimeout 1000
541 #       WarningTimeout 5000
542 #       FailureTimeout 0
543 #</Plugin>
545 #<Plugin notify_email>
546 #       SMTPServer "localhost"
547 #       SMTPPort 25
548 #       SMTPUser "my-username"
549 #       SMTPPassword "my-password"
550 #       From "collectd@main0server.com"
551 #       # <WARNING/FAILURE/OK> on <hostname>.
552 #       # Beware! Do not use not more than two placeholders (%)!
553 #       Subject "[collectd] %s on %s!"
554 #       Recipient "email1@domain1.net"
555 #       Recipient "email2@domain2.com"
556 #</Plugin>
558 #<Plugin ntpd>
559 #       Host "localhost"
560 #       Port 123
561 #       ReverseLookups false
562 #</Plugin>
564 #<Plugin nut>
565 #       UPS "upsname@hostname:port"
566 #</Plugin>
568 #<Plugin olsrd>
569 #       Host "127.0.0.1"
570 #       Port "2006"
571 #       CollectLinks "Summary"
572 #       CollectRoutes "Summary"
573 #       CollectTopology "Summary"
574 #</Plugin>
576 #<Plugin openvpn>
577 #       StatusFile "/etc/openvpn/openvpn-status.log"
578 #       ImprovedNamingSchema false
579 #       CollectCompression true
580 #       CollectIndividualUsers true
581 #       CollectUserCount false
582 #</Plugin>
584 #<Plugin perl>
585 #       IncludeDir "/my/include/path"
586 #       BaseName "Collectd::Plugins"
587 #       EnableDebugger ""
588 #       LoadPlugin Monitorus
589 #       LoadPlugin OpenVZ
591 #       <Plugin foo>
592 #               Foo "Bar"
593 #               Qux "Baz"
594 #       </Plugin>
595 #</Plugin>
597 #<Plugin pinba>
598 #       Address "::0"
599 #       Port "30002"
600 #       <View "name">
601 #               Host "host name"
602 #               Server "server name"
603 #               Script "script name"
604 #       <View>
605 #</Plugin>
607 #<Plugin ping>
608 #       Host "host.foo.bar"
609 #       Host "host.baz.qux"
610 #       Interval 1.0
611 #       Timeout 0.9
612 #       TTL 255
613 #       SourceAddress "1.2.3.4"
614 #       Device "eth0"
615 #       MaxMissed -1
616 #</Plugin>
618 #<Plugin postgresql>
619 #       <Query magic>
620 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
621 #               Param hostname
623 #               <Result>
624 #                       Type gauge
625 #                       InstancePrefix "magic"
626 #                       ValuesFrom "magic"
627 #               </Result>
628 #       </Query>
630 #       <Query rt36_tickets>
631 #               Statement "SELECT COUNT(type) AS count, type \
632 #                                 FROM (SELECT CASE \
633 #                                              WHEN resolved = 'epoch' THEN 'open' \
634 #                                              ELSE 'resolved' END AS type \
635 #                                              FROM tickets) type \
636 #                                 GROUP BY type;"
638 #               <Result>
639 #                       Type counter
640 #                       InstancePrefix "rt36_tickets"
641 #                       InstancesFrom "type"
642 #                       ValuesFrom "count"
643 #               </Result>
644 #       </Query>
646 #       <Database foo>
647 #               Host "hostname"
648 #               Port 5432
649 #               User "username"
650 #               Password "secret"
652 #               SSLMode "prefer"
653 #               KRBSrvName "kerberos_service_name"
655 #               Query magic
656 #       </Database>
658 #       <Database bar>
659 #               Interval 60
660 #               Service "service_name"
662 #               Query backend # predefined
663 #               Query rt36_tickets
664 #       </Database>
665 #</Plugin>
667 #<Plugin powerdns>
668 #       <Server "server_name">
669 #               Collect "latency"
670 #               Collect "udp-answers" "udp-queries"
671 #               Socket "/var/run/pdns.controlsocket"
672 #       </Server>
673 #       <Recursor "recursor_name">
674 #               Collect "questions"
675 #               Collect "cache-hits" "cache-misses"
676 #               Socket "/var/run/pdns_recursor.controlsocket"
677 #       </Recursor>
678 #       LocalSocket "/opt/collectd/var/run/collectd-powerdns"
679 #</Plugin>
681 #<Plugin processes>
682 #       Process "name"
683 #       ProcessMatch "foobar" "/usr/bin/perl foobar\\.pl.*"
684 #</Plugin>
686 #<Plugin protocols>
687 #       Value "/^Tcp:/"
688 #       IgnoreSelected false
689 #</Plugin>
691 #<Plugin python>
692 #       ModulePath "/path/to/your/python/modules"
693 #       LogTraces true
694 #       Interactive true
695 #       Import "spam"
697 #       <Module spam>
698 #               spam "wonderful" "lovely"
699 #       </Module>
700 #</Plugin>
702 #<Plugin rrdcached>
703 #       DaemonAddress "unix:/var/run/rrdcached.sock"
704 #       DataDir "/var/lib/rrdcached/db/collectd"
705 #       CreateFiles true
706 #       CollectStatistics true
707 #</Plugin>
709 <Plugin rrdtool>
710         DataDir "/var/lib/collectd/rrd"
711 #       CacheTimeout 120
712 #       CacheFlush 900
713 #       WritesPerSecond 30
714 #       RandomTimeout 0
716 # The following settings are rather advanced
717 # and should usually not be touched:
718 #       StepSize 10
719 #       HeartBeat 20
720 #       RRARows 1200
721 #       RRATimespan 158112000
722 #       XFF 0.1
723 </Plugin>
725 #<Plugin sensors>
726 #       SensorConfigFile "/etc/sensors3.conf"
727 #       Sensor "it8712-isa-0290/temperature-temp1"
728 #       Sensor "it8712-isa-0290/fanspeed-fan3"
729 #       Sensor "it8712-isa-0290/voltage-in8"
730 #       IgnoreSelected false
731 #</Plugin>
733 # See /usr/share/doc/collectd/examples/snmp-data.conf.gz for a
734 # comprehensive sample configuration.
735 #<Plugin snmp>
736 #       <Data "powerplus_voltge_input">
737 #               Type "voltage"
738 #               Table false
739 #               Instance "input_line1"
740 #               Scale 0.1
741 #               Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
742 #       </Data>
743 #       <Data "hr_users">
744 #               Type "users"
745 #               Table false
746 #               Instance ""
747 #               Shift -1
748 #               Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
749 #       </Data>
750 #       <Data "std_traffic">
751 #               Type "if_octets"
752 #               Table true
753 #               InstancePrefix "traffic"
754 #               Instance "IF-MIB::ifDescr"
755 #               Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
756 #       </Data>
758 #       <Host "some.switch.mydomain.org">
759 #               Address "192.168.0.2"
760 #               Version 1
761 #               Community "community_string"
762 #               Collect "std_traffic"
763 #               Inverval 120
764 #       </Host>
765 #       <Host "some.server.mydomain.org">
766 #               Address "192.168.0.42"
767 #               Version 2
768 #               Community "another_string"
769 #               Collect "std_traffic" "hr_users"
770 #       </Host>
771 #       <Host "some.ups.mydomain.org">
772 #               Address "192.168.0.3"
773 #               Version 1
774 #               Community "more_communities"
775 #               Collect "powerplus_voltge_input"
776 #               Interval 300
777 #       </Host>
778 #</Plugin>
780 #<Plugin swap>
781 #       ReportByDevice false
782 #</Plugin>
784 #<Plugin table>
785 #       <Table "/proc/slabinfo">
786 #               Instance "slabinfo"
787 #               Separator " "
788 #               <Result>
789 #                       Type gauge
790 #                       InstancePrefix "active_objs"
791 #                       InstancesFrom 0
792 #                       ValuesFrom 1
793 #               </Result>
794 #               <Result>
795 #                       Type gauge
796 #                       InstancePrefix "objperslab"
797 #                       InstancesFrom 0
798 #                       ValuesFrom 4
799 #               </Result>
800 #       </Table>
801 #</Plugin>
803 #<Plugin "tail">
804 #       <File "/var/log/exim4/mainlog">
805 #               Instance "exim"
806 #               <Match>
807 #                       Regex "S=([1-9][0-9]*)"
808 #                       DSType "CounterAdd"
809 #                       Type "ipt_bytes"
810 #                       Instance "total"
811 #               </Match>
812 #               <Match>
813 #                       Regex "\\<R=local_user\\>"
814 #                       ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
815 #                       DSType "CounterInc"
816 #                       Type "counter"
817 #                       Instance "local_user"
818 #               </Match>
819 #       </File>
820 #</Plugin>
822 #<Plugin tcpconns>
823 #       ListeningPorts false
824 #       LocalPort "25"
825 #       RemotePort "25"
826 #</Plugin>
828 #<Plugin teamspeak2>
829 #       Host "127.0.0.1"
830 #       Port "51234"
831 #       Server "8767"
832 #</Plugin>
834 #<Plugin ted>
835 #       Device "/dev/ttyUSB0"
836 #       Retries 0
837 #</Plugin>
839 #<Plugin thermal>
840 #       ForceUseProcfs false
841 #       Device "THRM"
842 #       IgnoreSelected false
843 #</Plugin>
845 #<Plugin tokyotyrant>
846 #       Host "localhost"
847 #       Port "1978"
848 #</Plugin>
850 #<Plugin unixsock>
851 #       SocketFile "/var/run/collectd-unixsock"
852 #       SocketGroup "collectd"
853 #       SocketPerms "0660"
854 #       DeleteSocket false
855 #</Plugin>
857 #<Plugin uuid>
858 #       UUIDFile "/etc/uuid"
859 #</Plugin>
861 #<Plugin varnish>
862 #       <Instance>
863 #               CollectCache true
864 #               CollectBackend true
865 #               CollectConnections true
866 #               CollectSHM true
867 #               CollectESI false
868 #               CollectFetch false
869 #               CollectHCB false
870 #               CollectSMA false
871 #               CollectSMS false
872 #               CollectSM false
873 #               CollectTotals false
874 #               CollectWorkers false
875 #       </Instance>
877 #       <Instance "myinstance">
878 #               CollectCache true
879 #       </Instance>
880 #</Plugin>
882 #<Plugin vmem>
883 #       Verbose false
884 #</Plugin>
886 #<Plugin write_graphite>
887 #       <Carbon>
888 #               Host "localhost"
889 #               Port "2003"
890 #               Prefix "collectd"
891 #               Postfix "collectd"
892 #               StoreRates false
893 #               AlwaysAppendDS false
894 #               EscapeCharacter "_"
895 #       </Carbon>
896 #</Plugin>
898 #<Plugin write_http>
899 #       <URL "http://example.com/collectd-post">
900 #               User "collectd"
901 #               Password "secret"
902 #               VerifyPeer true
903 #               VerifyHost true
904 #               CACert "/etc/ssl/ca.crt"
905 #               Format "Command"
906 #               StoreRates false
907 #       </URL>
908 #</Plugin>
910 #<Plugin write_mongodb>
911 #       <Node "example">
912 #               Host "localhost"
913 #               Port "27017"
914 #               Timeout 1000
915 #               StoreRates false
916 #       <Node>
917 #</Plugin>
919 Include "/etc/collectd/filters.conf"
920 Include "/etc/collectd/thresholds.conf"