Code

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