Code

collectd.conf: pull in upstream updates for 5.8
[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"
21 #----------------------------------------------------------------------------#
22 # When enabled, plugins are loaded automatically with the default options    #
23 # when an appropriate <Plugin ...> block is encountered.                     #
24 # Disabled by default.                                                       #
25 #----------------------------------------------------------------------------#
26 #AutoLoadPlugin false
28 #----------------------------------------------------------------------------#
29 # When enabled, internal statistics are collected, using "collectd" as the   #
30 # plugin name.                                                               #
31 # Disabled by default.                                                       #
32 #----------------------------------------------------------------------------#
33 #CollectInternalStats false
35 #----------------------------------------------------------------------------#
36 # Interval at which to query values. This may be overwritten on a per-plugin #
37 # base by using the 'Interval' option of the LoadPlugin block:               #
38 #   <LoadPlugin foo>                                                         #
39 #       Interval 60                                                          #
40 #   </LoadPlugin>                                                            #
41 #----------------------------------------------------------------------------#
42 #Interval 10
44 #MaxReadInterval 86400
45 #Timeout         2
46 #ReadThreads     5
47 #WriteThreads    5
49 # Limit the size of the write queue. Default is no limit. Setting up a limit
50 # is recommended for servers handling a high volume of traffic.
51 #WriteQueueLimitHigh 1000000
52 #WriteQueueLimitLow   800000
54 ##############################################################################
55 # Logging                                                                    #
56 #----------------------------------------------------------------------------#
57 # Plugins which provide logging functions should be loaded first, so log     #
58 # messages generated when loading or configuring other plugins can be        #
59 # accessed.                                                                  #
60 ##############################################################################
62 #LoadPlugin logfile
63 LoadPlugin syslog
64 #LoadPlugin log_logstash
66 #<Plugin logfile>
67 #       LogLevel "info"
68 #       File STDOUT
69 #       Timestamp true
70 #       PrintSeverity false
71 #</Plugin>
73 <Plugin syslog>
74         LogLevel info
75 </Plugin>
77 #<Plugin log_logstash>
78 #       LogLevel info
79 #       File "/var/log/collectd.json.log"
80 #</Plugin>
82 ##############################################################################
83 # LoadPlugin section                                                         #
84 #----------------------------------------------------------------------------#
85 # Specify what features to activate.                                         #
86 ##############################################################################
88 #LoadPlugin aggregation
89 #LoadPlugin amqp
90 #LoadPlugin apache
91 #LoadPlugin apcups
92 #LoadPlugin ascent
93 #LoadPlugin barometer
94 LoadPlugin battery
95 #LoadPlugin bind
96 #LoadPlugin ceph
97 #LoadPlugin cgroups
98 #LoadPlugin chrony
99 #LoadPlugin conntrack
100 #LoadPlugin contextswitch
101 LoadPlugin cpu
102 #LoadPlugin cpufreq
103 #LoadPlugin cpusleep
104 #LoadPlugin csv
105 #LoadPlugin curl
106 #LoadPlugin curl_json
107 #LoadPlugin curl_xml
108 #LoadPlugin dbi
109 LoadPlugin df
110 LoadPlugin disk
111 #LoadPlugin dns
112 #LoadPlugin dpdkevents
113 #LoadPlugin dpdkstat
114 #LoadPlugin drbd
115 #LoadPlugin email
116 LoadPlugin entropy
117 #LoadPlugin ethstat
118 #LoadPlugin exec
119 #LoadPlugin fhcount
120 #LoadPlugin filecount
121 #LoadPlugin fscache
122 #LoadPlugin gmond
123 #LoadPlugin gps
124 #LoadPlugin hugepages
125 #LoadPlugin grpc
126 #LoadPlugin hddtemp
127 #LoadPlugin intel_rdt
128 LoadPlugin interface
129 #LoadPlugin ipc
130 #LoadPlugin ipmi
131 #LoadPlugin iptables
132 #LoadPlugin ipvs
133 LoadPlugin irq
134 #LoadPlugin java
135 LoadPlugin load
136 #LoadPlugin lua
137 #LoadPlugin lvm
138 #LoadPlugin madwifi
139 #LoadPlugin mbmon
140 #LoadPlugin mcelog
141 #LoadPlugin md
142 #LoadPlugin memcachec
143 #LoadPlugin memcached
144 LoadPlugin memory
145 #LoadPlugin modbus
146 #LoadPlugin mqtt
147 #LoadPlugin multimeter
148 #LoadPlugin mysql
149 #LoadPlugin netlink
150 #LoadPlugin network
151 #LoadPlugin nfs
152 #LoadPlugin nginx
153 #LoadPlugin notify_desktop
154 #LoadPlugin notify_email
155 #LoadPlugin notify_nagios
156 #LoadPlugin ntpd
157 #LoadPlugin numa
158 #LoadPlugin nut
159 #LoadPlugin olsrd
160 #LoadPlugin onewire
161 #LoadPlugin openldap
162 #LoadPlugin openvpn
163 #LoadPlugin ovs_events
164 #LoadPlugin ovs_stats
165 #LoadPlugin perl
166 #LoadPlugin pinba
167 #LoadPlugin ping
168 #LoadPlugin postgresql
169 #LoadPlugin powerdns
170 LoadPlugin processes
171 #LoadPlugin protocols
172 #LoadPlugin python
173 #LoadPlugin redis
174 #LoadPlugin rrdcached
175 LoadPlugin rrdtool
176 #LoadPlugin sensors
177 #LoadPlugin serial
178 #LoadPlugin sigrok
179 #LoadPlugin smart
180 #LoadPlugin snmp
181 #LoadPlugin snmp_agent
182 #LoadPlugin statsd
183 LoadPlugin swap
184 #LoadPlugin table
185 #LoadPlugin tail
186 #LoadPlugin tail_csv
187 #LoadPlugin tcpconns
188 #LoadPlugin teamspeak2
189 #LoadPlugin ted
190 #LoadPlugin thermal
191 #LoadPlugin tokyotyrant
192 #LoadPlugin turbostat
193 #LoadPlugin unixsock
194 #LoadPlugin uptime
195 LoadPlugin users
196 #LoadPlugin uuid
197 #LoadPlugin varnish
198 #LoadPlugin virt
199 #LoadPlugin vmem
200 #LoadPlugin vserver
201 #LoadPlugin wireless
202 #LoadPlugin write_graphite
203 #LoadPlugin write_http
204 #LoadPlugin write_kafka
205 #LoadPlugin write_log
206 #LoadPlugin write_mongodb
207 #LoadPlugin write_prometheus
208 #LoadPlugin write_redis
209 #LoadPlugin write_riemann
210 #LoadPlugin write_sensu
211 #LoadPlugin write_tsdb
212 #LoadPlugin xencpu
213 #LoadPlugin zfs_arc
214 #LoadPlugin zookeeper
216 ##############################################################################
217 # Plugin configuration                                                       #
218 #----------------------------------------------------------------------------#
219 # In this section configuration stubs for each plugin are provided. A desc-  #
220 # ription of those options is available in the collectd.conf(5) manual page. #
221 ##############################################################################
223 #<Plugin aggregation>
224 #       <Aggregation>
225 #               #Host "unspecified"
226 #               Plugin "cpu"
227 #               PluginInstance "/[0,2,4,6,8]$/"
228 #               Type "cpu"
229 #               #TypeInstance "unspecified"
231 #               SetPlugin "cpu"
232 #               SetPluginInstance "even-%{aggregation}"
234 #               GroupBy "Host"
235 #               GroupBy "TypeInstance"
237 #               CalculateNum false
238 #               CalculateSum false
239 #               CalculateAverage true
240 #               CalculateMinimum false
241 #               CalculateMaximum false
242 #               CalculateStddev false
243 #       </Aggregation>
244 #</Plugin>
246 #<Plugin amqp>
247 #       <Publish "name">
248 #               Host "localhost"
249 #               Port "5672"
250 #               VHost "/"
251 #               User "guest"
252 #               Password "guest"
253 #               Exchange "amq.fanout"
254 #               RoutingKey "collectd"
255 #               Persistent false
256 #               StoreRates false
257 #               ConnectionRetryDelay 0
258 #       </Publish>
259 #</Plugin>
261 #<Plugin apache>
262 #       <Instance "foo">
263 #               URL "http://localhost/server-status?auto"
264 #               User "www-user"
265 #               Password "secret"
266 #               VerifyPeer false
267 #               VerifyHost false
268 #               CACert "/etc/ssl/ca.crt"
269 #               Server "apache"
270 #       </Instance>
272 #       <Instance "bar">
273 #               URL "http://some.domain.tld/status?auto"
274 #               Host "some.domain.tld"
275 #               Server "lighttpd"
276 #       </Instance>
277 #</Plugin>
279 #<Plugin apcups>
280 #       Host "localhost"
281 #       Port "3551"
282 #       ReportSeconds true
283 #       PersistentConnection true
284 #</Plugin>
286 #<Plugin ascent>
287 #       URL "http://localhost/ascent/status/"
288 #       User "www-user"
289 #       Password "secret"
290 #       VerifyPeer false
291 #       VerifyHost false
292 #       CACert "/etc/ssl/ca.crt"
293 #</Plugin>
295 #<Plugin barometer>
296 #       Device            "/dev/i2c-0";
297 #       Oversampling      512
298 #       PressureOffset    0.0
299 #       TemperatureOffset 0.0
300 #       Normalization     2
301 #       Altitude          238.0
302 #       TemperatureSensor "myserver/onewire-F10FCA000800/temperature"
303 #</Plugin>
305 #<Plugin battery>
306 #       ValuesPercentage false
307 #       ReportDegraded false
308 #       QueryStateFS false
309 #</Plugin>
311 #<Plugin bind>
312 #       URL "http://localhost:8053/"
314 #       ParseTime false
316 #       OpCodes true
317 #       QTypes true
318 #       ServerStats true
319 #       ZoneMaintStats true
320 #       ResolverStats false
321 #       MemoryStats true
323 #       <View "_default">
324 #               QTypes true
325 #               ResolverStats true
326 #               CacheRRSets true
328 #               Zone "127.in-addr.arpa/IN"
329 #       </View>
330 #</Plugin>
332 #<Plugin ceph>
333 #       LongRunAvgLatency false
334 #       ConvertSpecialMetricTypes true
335 #       <Daemon "osd.0">
336 #               SocketPath "/var/run/ceph/ceph-osd.0.asok"
337 #       </Daemon>
338 #       <Daemon "osd.1">
339 #               SocketPath "/var/run/ceph/ceph-osd.1.asok"
340 #       </Daemon>
341 #       <Daemon "mon.a">
342 #               SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
343 #       </Daemon>
344 #       <Daemon "mds.a">
345 #               SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
346 #       </Daemon>
347 #</Plugin>
349 #<Plugin chrony>
350 #       Host    "localhost"
351 #       Port    "323"
352 #       Timeout "2"
353 #</Plugin>
355 #<Plugin cgroups>
356 #       CGroup "libvirt"
357 #       IgnoreSelected false
358 #</Plugin>
360 #<Plugin cpu>
361 #       ReportByCpu true
362 #       ReportByState true
363 #       ValuesPercentage false
364 #       ReportNumCpu false
365 #       ReportGuestState false
366 #       SubtractGuestState true
367 #</Plugin>
369 #<Plugin csv>
370 #       DataDir "/var/lib/collectd/csv"
371 #       StoreRates false
372 #</Plugin>
374 #<Plugin curl>
375 #       <Page "stock_quotes">
376 #               URL "http://finance.google.com/finance?q=NYSE%3AAMD"
377 #               User "foo"
378 #               Password "bar"
379 #               Digest false
380 #               VerifyPeer true
381 #               VerifyHost true
382 #               CACert "/path/to/ca.crt"
383 #               Header "X-Custom-Header: foobar"
384 #               Post "foo=bar"
386 #               MeasureResponseTime false
387 #               MeasureResponseCode false
388 #               <Match>
389 #                       Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
390 #                       DSType "GaugeAverage"
391 #                       Type "stock_value"
392 #                       Instance "AMD"
393 #               </Match>
394 #       </Page>
395 #</Plugin>
397 #<Plugin curl_json>
398 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
399 #  <URL "http://localhost:5984/_stats">
400 #    Instance "httpd"
401 #    <Key "httpd/requests/count">
402 #      Type "http_requests"
403 #    </Key>
405 #    <Key "httpd_request_methods/*/count">
406 #      Type "http_request_methods"
407 #    </Key>
409 #    <Key "httpd_status_codes/*/count">
410 #      Type "http_response_codes"
411 #    </Key>
412 #  </URL>
413 ## Database status metrics:
414 #  <URL "http://localhost:5984/_all_dbs">
415 #    Instance "dbs"
416 #    <Key "*/doc_count">
417 #      Type "gauge"
418 #    </Key>
419 #    <Key "*/doc_del_count">
420 #      Type "counter"
421 #    </Key>
422 #    <Key "*/disk_size">
423 #      Type "bytes"
424 #    </Key>
425 #  </URL>
426 #</Plugin>
428 #<Plugin curl_xml>
429 #       <URL "http://localhost/stats.xml">
430 #               Host "my_host"
431 #               #Plugin "stats"
432 #               Instance "some_instance"
433 #               User "collectd"
434 #               Password "thaiNg0I"
435 #               Digest false
436 #               VerifyPeer true
437 #               VerifyHost true
438 #               CACert "/path/to/ca.crt"
439 #               Header "X-Custom-Header: foobar"
440 #               Post "foo=bar"
442 #               <XPath "table[@id=\"magic_level\"]/tr">
443 #                       Type "magic_level"
444 #                       InstancePrefix "prefix-"
445 #                       InstanceFrom "td[1]"
446 #                       #PluginInstanceFrom "td[1]"
447 #                       ValuesFrom "td[2]/span[@class=\"level\"]"
448 #               </XPath>
449 #       </URL>
450 #</Plugin>
452 #<Plugin dbi>
453 #       <Query "num_of_customers">
454 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \
455 #                               FROM customers_tbl"
456 #               MinVersion 40102
457 #               MaxVersion 50042
458 #               <Result>
459 #                       Type "gauge"
460 #                       InstancePrefix "customer"
461 #                       InstancesFrom "c_key"
462 #                       ValuesFrom "c_value"
463 #               </Result>
464 #       </Query>
466 #       <Database "customers_db">
467 #               #Plugin "mycompany"
468 #               Driver "mysql"
469 #               DriverOption "host" "localhost"
470 #               DriverOption "username" "collectd"
471 #               DriverOption "password" "secret"
472 #               DriverOption "dbname" "custdb0"
473 #               SelectDB "custdb0"
474 #               Query "num_of_customers"
475 #               Query "..."
476 #               Host "..."
477 #       </Database>
478 #</Plugin>
480 <Plugin df>
481 #       Device "/dev/sda1"
482 #       Device "192.168.0.2:/mnt/nfs"
483 #       MountPoint "/home"
484 #       FSType "ext3"
486         # ignore rootfs; else, the root file-system would appear twice, causing
487         # one of the updates to fail and spam the log
488         FSType rootfs
489         # ignore the usual virtual / temporary file-systems
490         FSType sysfs
491         FSType proc
492         FSType devtmpfs
493         FSType devpts
494         FSType tmpfs
495         FSType fusectl
496         FSType cgroup
497         IgnoreSelected true
499 #       ReportByDevice false
500 #       ReportInodes false
502 #       ValuesAbsolute true
503 #       ValuesPercentage false
504 </Plugin>
506 #<Plugin disk>
507 #       Disk "hda"
508 #       Disk "/sda[23]/"
509 #       IgnoreSelected false
510 #       UseBSDName false
511 #       UdevNameAttr "DEVNAME"
512 #</Plugin>
514 #<Plugin dns>
515 #       Interface "eth0"
516 #       IgnoreSource "192.168.0.1"
517 #       SelectNumericQueryTypes false
518 #</Plugin>
520 #<Plugin "dpdkevents">
521 #       <EAL>
522 #               Coremask "0x1"
523 #               MemoryChannels "4"
524 #               FilePrefix "rte"
525 #       </EAL>
526 #       <Event "link_status">
527 #               SendEventsOnUpdate true
528 #               EnabledPortMask 0xffff
529 #               PortName "interface1"
530 #               PortName "interface2"
531 #               SendNotification false
532 #       </Event>
533 #       <Event "keep_alive">
534 #               SendEventsOnUpdate true
535 #               LCoreMask "0xf"
536 #               KeepAliveShmName "/dpdk_keepalive_shm_name"
537 #               SendNotification false
538 #       </Event>
539 #</Plugin>
541 #<Plugin dpdkstat>
542 #       <EAL>
543 #               Coremask "0x2"
544 #               MemoryChannels "4"
545 #               FilePrefix "rte"
546 #               LogLevel "7"
547 #               RteDriverLibPath "/usr/lib/dpdk-pmd"
548 #       </EAL>
549 #       SharedMemObj "dpdk_collectd_stats_0"
550 #       EnabledPortMask 0xffff
551 #       PortName "interface1"
552 #       PortName "interface2"
553 #</Plugin>
555 #<Plugin email>
556 #       SocketFile "/var/run/collectd-email"
557 #       SocketGroup "collectd"
558 #       SocketPerms "0770"
559 #       MaxConns 5
560 #</Plugin>
562 #<Plugin ethstat>
563 #       Interface "eth0"
564 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
565 #       Map "multicast" "if_multicast"
566 #       MappedOnly false
567 #</Plugin>
569 #<Plugin exec>
570 #       Exec user "/path/to/exec"
571 #       Exec "user:group" "/path/to/exec"
572 #       NotificationExec user "/path/to/exec"
573 #</Plugin>
575 #<Plugin fhcount>
576 #       ValuesAbsolute true
577 #       ValuesPercentage false
578 #</Plugin>
580 #<Plugin filecount>
581 #       <Directory "/path/to/dir">
582 #               #Plugin "foo"
583 #               Instance "foodir"
584 #               Name "*.conf"
585 #               MTime "-5m"
586 #               Size "+10k"
587 #               Recursive true
588 #               IncludeHidden false
589 #               RegularOnly true
590 #               #FilesSizeType "bytes"
591 #               #FilesCountType "files"
592 #               #TypeInstance "instance"
593 #       </Directory>
594 #</Plugin>
596 #<Plugin gmond>
597 #       MCReceiveFrom "239.2.11.71" "8649"
599 #       <Metric "swap_total">
600 #               Type "swap"
601 #               TypeInstance "total"
602 #               DataSource "value"
603 #       </Metric>
605 #       <Metric "swap_free">
606 #               Type "swap"
607 #               TypeInstance "free"
608 #               DataSource "value"
609 #       </Metric>
610 #</Plugin>
612 #<Plugin gps>
613 #       Host "127.0.0.1"
614 #       Port "2947"
615 #       Timeout 0.015
616 #       PauseConnect 5
617 #</Plugin>
619 #<Plugin hddtemp>
620 #       Host "127.0.0.1"
621 #       Port 7634
622 #</Plugin>
624 #<Plugin grpc>
625 #       <Server "example.com" "50051">
626 #               EnableSSL true
627 #               SSLCACertificateFile "/path/to/root.pem"
628 #               SSLCertificateFile "/path/to/server.pem"
629 #               SSLCertificateKeyFile "/path/to/server.key"
630 #       </Server>
631 #       <Listen "0.0.0.0" "50051">
632 #               EnableSSL true
633 #               SSLCACertificateFile "/path/to/root.pem"
634 #               SSLCertificateFile "/path/to/client.pem"
635 #               SSLCertificateKeyFile "/path/to/client.key"
636 #       </Listen>
637 #</Plugin>
639 #<Plugin hugepages>
640 #    ReportPerNodeHP  true
641 #    ReportRootHP     true
642 #    ValuesPages      true
643 #    ValuesBytes      false
644 #    ValuesPercentage false
645 #</Plugin>
647 #<Plugin "intel_rdt">
648 #  Cores "0-2"
649 #</Plugin>
651 #<Plugin interface>
652 #       Interface "eth0"
653 #       IgnoreSelected false
654 #       ReportInactive true
655 #       UniqueName false
656 #</Plugin>
658 #<Plugin ipmi>
659 #       <Instance "local">
660 #               Sensor "some_sensor"
661 #               Sensor "another_one"
662 #               IgnoreSelected false
663 #               NotifySensorAdd false
664 #               NotifySensorRemove true
665 #               NotifySensorNotPresent false
666 #               NotifyIPMIConnectionState false
667 #               SELEnabled false
668 #               SELClearEvent false
669 #       </Instance>
670 #       <Instance "remote">
671 #               Host "server.example.com"
672 #               Address  "1.2.3.4"
673 #               Username "user"
674 #               Password "secret"
675 #               #AuthType "md5"
676 #               Sensor "some_sensor"
677 #               Sensor "another_one"
678 #               IgnoreSelected false
679 #               NotifySensorAdd false
680 #               NotifySensorRemove true
681 #               NotifySensorNotPresent false
682 #               NotifyIPMIConnectionState false
683 #               SELEnabled false
684 #               SELClearEvent false
685 #       </Instance>
686 #</Plugin>
688 #<Plugin iptables>
689 #       Chain "table" "chain"
690 #       Chain6 "table" "chain"
691 #</Plugin>
693 #<Plugin irq>
694 #       Irq 7
695 #       Irq 8
696 #       Irq 9
697 #       IgnoreSelected true
698 #</Plugin>
700 #<Plugin java>
701 #       JVMArg "-verbose:jni"
702 #       JVMArg "-Djava.class.path=/usr/share/collectd/java/collectd-api.jar"
704 #       LoadPlugin "org.collectd.java.GenericJMX"
705 #       <Plugin "GenericJMX">
706 #               # See /usr/share/doc/collectd/examples/GenericJMX.conf
707 #               # for an example config.
708 #       </Plugin>
709 #</Plugin>
711 #<Plugin load>
712 #       ReportRelative true
713 #</Plugin>
715 #<Plugin lua>
716 #       BasePath "/usr/share/collectd/lua"
717 #       Script "script1.lua"
718 #       Script "script2.lua"
719 #</Plugin>
721 #<Plugin madwifi>
722 #       Interface "wlan0"
723 #       IgnoreSelected false
724 #       Source "SysFS"
725 #       WatchSet "None"
726 #       WatchAdd "node_octets"
727 #       WatchAdd "node_rssi"
728 #       WatchAdd "is_rx_acl"
729 #       WatchAdd "is_scan_active"
730 #</Plugin>
732 #<Plugin mbmon>
733 #       Host "127.0.0.1"
734 #       Port 411
735 #</Plugin>
737 #<Plugin mcelog>
738 #       <Memory>
739 #               McelogClientSocket "/var/run/mcelog-client"
740 #               PersistentNotification false
741 #       </Memory>
742 #       McelogLogfile "/var/log/mcelog"
743 #</Plugin>
745 #<Plugin md>
746 #       Device "/dev/md0"
747 #       IgnoreSelected false
748 #</Plugin>
750 #<Plugin memcachec>
751 #       <Page "plugin_instance">
752 #               Server "localhost"
753 #               Key "page_key"
754 #               <Match>
755 #                       Regex "(\\d+) bytes sent"
756 #                       ExcludeRegex "<lines to be excluded>"
757 #                       DSType CounterAdd
758 #                       Type "ipt_octets"
759 #                       Instance "type_instance"
760 #               </Match>
761 #       </Page>
762 #</Plugin>
764 #<Plugin memcached>
765 #       <Instance "local">
766 #               Socket "/var/run/memcached.sock"
767 # or:
768 #               #Host "memcache.example.com"
769 #               Address "127.0.0.1"
770 #               Port "11211"
771 #       </Instance>
772 #</Plugin>
774 #<Plugin memory>
775 #       ValuesAbsolute true
776 #       ValuesPercentage false
777 #</Plugin>
779 #<Plugin modbus>
780 #       <Data "data_name">
781 #               RegisterBase 1234
782 #               RegisterCmd ReadHolding
783 #               RegisterType float
784 #               Type gauge
785 #               Instance "..."
786 #       </Data>
788 #       <Host "name">
789 #               Address "addr"
790 #               Port "1234"
791 #               Interval 60
793 #               <Slave 1>
794 #                       Instance "foobar" # optional
795 #                       Collect "data_name"
796 #               </Slave>
797 #       </Host>
798 #</Plugin>
800 #<Plugin mqtt>
801 #       <Publish "name">
802 #               Host "localhost"
803 #               Port 1883
804 #               ClientId "localhost"
805 #               User "user"
806 #               Password "secret"
807 #               QoS 0
808 #               Prefix "collectd"
809 #               StoreRates true
810 #               Retain false
811 #               CACert "/etc/ssl/ca.crt"
812 #               CertificateFile "/etc/ssl/client.crt"
813 #               CertificateKeyFile "/etc/ssl/client.pem"
814 #               TLSProtocol "tlsv1.2"
815 #               CipherSuite "ciphers"
816 #       <Publish>
817 #       <Subscribe "name">
818 #               Host "localhost"
819 #               Port 1883
820 #               ClientId "localhost"
821 #               User "user"
822 #               Password "secret"
823 #               QoS 2
824 #               Topic "collectd/#"
825 #               CleanSession true
826 #       </Subscribe>
827 #</Plugin>
829 #<Plugin mysql>
830 #       <Database db_name>
831 #               Host "database.serv.er"
832 #               Port "3306"
833 #               User "db_user"
834 #               Password "secret"
835 #               Database "db_name"
836 #               SSLKey "/path/to/key.pem"
837 #               SSLCert "/path/to/cert.pem"
838 #               SSLCA "/path/to/ca.pem"
839 #               SSLCAPath "/path/to/cas/"
840 #               SSLCipher "DHE-RSA-AES256-SHA"
841 #               MasterStats true
842 #               ConnectTimeout 10
843 #               InnodbStats true
844 #       </Database>
846 #       <Database db_name2>
847 #               Alias "squeeze"
848 #               Host "localhost"
849 #               Socket "/var/run/mysql/mysqld.sock"
850 #               SlaveStats true
851 #               SlaveNotifications true
852 #       </Database>
854 #       <Database galera>
855 #               Alias "galera"
856 #               Host "localhost"
857 #               Socket "/var/run/mysql/mysqld.sock"
858 #               WsrepStats true
859 #       </Database>
860 #</Plugin>
862 #<Plugin netlink>
863 #       Interface "All"
864 #       VerboseInterface "All"
865 #       QDisc "eth0" "pfifo_fast-1:0"
866 #       Class "ppp0" "htb-1:10"
867 #       Filter "ppp0" "u32-1:0"
868 #       IgnoreSelected false
869 #</Plugin>
871 #<Plugin network>
872 #       # client setup:
873 #       Server "ff18::efc0:4a42" "25826"
874 #       <Server "239.192.74.66" "25826">
875 #               SecurityLevel Encrypt
876 #               Username "user"
877 #               Password "secret"
878 #               Interface "eth0"
879 #               ResolveInterval 14400
880 #       </Server>
881 #       TimeToLive 128
883 #       # server setup:
884 #       Listen "ff18::efc0:4a42" "25826"
885 #       <Listen "239.192.74.66" "25826">
886 #               SecurityLevel Sign
887 #               AuthFile "/etc/collectd/passwd"
888 #               Interface "eth0"
889 #       </Listen>
890 #       MaxPacketSize 1452
892 #       # proxy setup (client and server as above):
893 #       Forward true
895 #       # statistics about the network plugin itself
896 #       ReportStats false
898 #       # "garbage collection"
899 #       CacheFlush 1800
900 #</Plugin>
902 #<Plugin nfs>
903 #       ReportV2 false
904 #       ReportV3 false
905 #       ReportV4 false
906 #</Plugin>
908 #<Plugin nginx>
909 #       URL "http://localhost/status?auto"
910 #       User "www-user"
911 #       Password "secret"
912 #       VerifyPeer false
913 #       VerifyHost false
914 #       CACert "/etc/ssl/ca.crt"
915 #</Plugin>
917 #<Plugin notify_desktop>
918 #       OkayTimeout 1000
919 #       WarningTimeout 5000
920 #       FailureTimeout 0
921 #</Plugin>
923 #<Plugin notify_email>
924 #       SMTPServer "localhost"
925 #       SMTPPort 25
926 #       SMTPUser "my-username"
927 #       SMTPPassword "my-password"
928 #       From "collectd@main0server.com"
929 #       # <WARNING/FAILURE/OK> on <hostname>.
930 #       # Beware! Do not use not more than two placeholders (%)!
931 #       Subject "[collectd] %s on %s!"
932 #       Recipient "email1@domain1.net"
933 #       Recipient "email2@domain2.com"
934 #</Plugin>
936 #<Plugin notify_nagios>
937 #       CommandFile "/var/lib/icinga/rw/icinga.cmd"
938 #</Plugin>
940 #<Plugin ntpd>
941 #       Host "localhost"
942 #       Port 123
943 #       ReverseLookups false
944 #       IncludeUnitID true
945 #</Plugin>
947 #<Plugin nut>
948 #       UPS "upsname@hostname:port"
949 #       ForceSSL true
950 #       VerifyPeer true
951 #       CAPath "/path/to/folder"
952 #       #ConnectTimeout 5000
953 #</Plugin>
955 #<Plugin olsrd>
956 #       Host "127.0.0.1"
957 #       Port "2006"
958 #       CollectLinks "Summary"
959 #       CollectRoutes "Summary"
960 #       CollectTopology "Summary"
961 #</Plugin>
963 #<Plugin onewire>
964 #       Device "-s localhost:4304"
965 #       Sensor "F10FCA000800"
966 #       IgnoreSelected false
967 #</Plugin>
969 #<Plugin openldap>
970 #       <Instance "localhost">
971 #               URL "ldap://localhost:389"
972 #               StartTLS false
973 #               VerifyHost true
974 #               CACert "/path/to/ca.crt"
975 #               Timeout -1
976 #               Version 3
977 #       </Instance>
978 #</Plugin>
980 #<Plugin openvpn>
981 #       StatusFile "/etc/openvpn/openvpn-status.log"
982 #       ImprovedNamingSchema false
983 #       CollectCompression true
984 #       CollectIndividualUsers true
985 #       CollectUserCount false
986 #</Plugin>
988 #<Plugin ovs_events>
989 #       Port "6640"
990 #       Address "127.0.0.1"
991 #       Socket "/var/run/openvswitch/db.sock"
992 #       Interfaces "br0" "veth0"
993 #       SendNotification true
994 #       DispatchValues false
995 #</Plugin>
997 #<Plugin ovs_stats>
998 #       Port "6640"
999 #       Address "127.0.0.1"
1000 #       Socket "/var/run/openvswitch/db.sock"
1001 #       Bridges "br0" "br_ext"
1002 #</Plugin>
1004 #<Plugin perl>
1005 #       IncludeDir "/my/include/path"
1006 #       BaseName "Collectd::Plugins"
1007 #       EnableDebugger ""
1008 #       LoadPlugin Monitorus
1009 #       LoadPlugin OpenVZ
1011 #       <Plugin foo>
1012 #               Foo "Bar"
1013 #               Qux "Baz"
1014 #       </Plugin>
1015 #</Plugin>
1017 #<Plugin pinba>
1018 #       Address "::0"
1019 #       Port "30002"
1020 #       <View "name">
1021 #               Host "host name"
1022 #               Server "server name"
1023 #               Script "script name"
1024 #       <View>
1025 #</Plugin>
1027 #<Plugin ping>
1028 #       Host "host.foo.bar"
1029 #       Host "host.baz.qux"
1030 #       Interval 1.0
1031 #       Timeout 0.9
1032 #       TTL 255
1033 #       SourceAddress "1.2.3.4"
1034 #       Device "eth0"
1035 #       MaxMissed -1
1036 #</Plugin>
1038 #<Plugin postgresql>
1039 #       <Query magic>
1040 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
1041 #               Param hostname
1043 #               <Result>
1044 #                       Type gauge
1045 #                       InstancePrefix "magic"
1046 #                       ValuesFrom "magic"
1047 #               </Result>
1048 #       </Query>
1050 #       <Query rt36_tickets>
1051 #               Statement "SELECT COUNT(type) AS count, type \
1052 #                                 FROM (SELECT CASE \
1053 #                                              WHEN resolved = 'epoch' THEN 'open' \
1054 #                                              ELSE 'resolved' END AS type \
1055 #                                              FROM tickets) type \
1056 #                                 GROUP BY type;"
1058 #               <Result>
1059 #                       Type counter
1060 #                       InstancePrefix "rt36_tickets"
1061 #                       InstancesFrom "type"
1062 #                       ValuesFrom "count"
1063 #               </Result>
1064 #       </Query>
1066 #       <Writer sqlstore>
1067 #               # See /usr/share/doc/collectd-core/examples/postgresql/collectd_insert.sql for details
1068 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
1069 #               StoreRates true
1070 #       </Writer>
1072 #       <Database foo>
1073 #               #Plugin "kingdom"
1074 #               Host "hostname"
1075 #               Port 5432
1076 #               User "username"
1077 #               Password "secret"
1079 #               SSLMode "prefer"
1080 #               KRBSrvName "kerberos_service_name"
1082 #               Query magic
1083 #       </Database>
1085 #       <Database bar>
1086 #               Interval 60
1087 #               Service "service_name"
1089 #               Query backends # predefined
1090 #               Query rt36_tickets
1091 #       </Database>
1093 #       <Database qux>
1094 #               Service "collectd_store"
1095 #               Writer sqlstore
1096 #               # see collectd.conf(5) for details
1097 #               CommitInterval 30
1098 #       </Database>
1099 #</Plugin>
1101 #<Plugin powerdns>
1102 #       <Server "server_name">
1103 #               Collect "latency"
1104 #               Collect "udp-answers" "udp-queries"
1105 #               Socket "/var/run/pdns.controlsocket"
1106 #       </Server>
1107 #       <Recursor "recursor_name">
1108 #               Collect "questions"
1109 #               Collect "cache-hits" "cache-misses"
1110 #               Socket "/var/run/pdns_recursor.controlsocket"
1111 #       </Recursor>
1112 #       LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1113 #</Plugin>
1115 #<Plugin processes>
1116 #       CollectFileDescriptor true
1117 #       CollectContextSwitch true
1118 #       CollectMemoryMaps true
1119 #       Process "name"
1120 #       ProcessMatch "foobar" "/usr/bin/perl foobar\\.pl.*"
1121 #       <Process "collectd">
1122 #               CollectFileDescriptor false
1123 #               CollectContextSwitch false
1124 #       </Process>
1125 #       <ProcessMatch "name" "regex">
1126 #               CollectFileDescriptor false
1127 #               CollectContextSwitch true
1128 #       </Process>
1129 #</Plugin>
1131 #<Plugin protocols>
1132 #       Value "/^Tcp:/"
1133 #       IgnoreSelected false
1134 #</Plugin>
1136 #<Plugin python>
1137 #       ModulePath "/path/to/your/python/modules"
1138 #       LogTraces true
1139 #       Interactive true
1140 #       Import "spam"
1142 #       <Module spam>
1143 #               spam "wonderful" "lovely"
1144 #       </Module>
1145 #</Plugin>
1147 #<Plugin redis>
1148 #       <Node example>
1149 #               Host "redis.example.com"
1150 #               Port "6379"
1151 #               Timeout 2000
1152 #       </Node>
1153 #</Plugin>
1155 #<Plugin rrdcached>
1156 #       DaemonAddress "unix:/var/run/rrdcached.sock"
1157 #       DataDir "/var/lib/rrdcached/db/collectd"
1158 #       CreateFiles true
1159 #       CreateFilesAsync false
1160 #       CollectStatistics true
1162 # The following settings are rather advanced
1163 # and should usually not be touched:
1164 #       StepSize 10
1165 #       HeartBeat 20
1166 #       RRARows 1200
1167 #       RRATimespan 158112000
1168 #       XFF 0.1
1169 #</Plugin>
1171 <Plugin rrdtool>
1172         DataDir "/var/lib/collectd/rrd"
1173 #       CacheTimeout 120
1174 #       CacheFlush 900
1175 #       WritesPerSecond 30
1176 #       CreateFilesAsync false
1177 #       RandomTimeout 0
1179 # The following settings are rather advanced
1180 # and should usually not be touched:
1181 #       StepSize 10
1182 #       HeartBeat 20
1183 #       RRARows 1200
1184 #       RRATimespan 158112000
1185 #       XFF 0.1
1186 </Plugin>
1188 #<Plugin sensors>
1189 #       SensorConfigFile "/etc/sensors3.conf"
1190 #       Sensor "it8712-isa-0290/temperature-temp1"
1191 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1192 #       Sensor "it8712-isa-0290/voltage-in8"
1193 #       IgnoreSelected false
1194 #</Plugin>
1196 #<Plugin sigrok>
1197 #       LogLevel 3
1198 #       <Device "AC Voltage">
1199 #               Driver "fluke-dmm"
1200 #               MinimumInterval 10
1201 #               Conn "/dev/ttyUSB2"
1202 #       </Device>
1203 #       <Device "Sound Level">
1204 #               Driver "cem-dt-885x"
1205 #               Conn "/dev/ttyUSB1"
1206 #       </Device>
1207 #</Plugin>
1209 #<Plugin smart>
1210 #       Disk "/^[hs]d[a-f][0-9]?$/"
1211 #       IgnoreSelected false
1212 #</Plugin>
1214 # See /usr/share/doc/collectd/examples/snmp-data.conf.gz for a
1215 # comprehensive sample configuration.
1216 #<Plugin snmp>
1217 #       <Data "powerplus_voltge_input">
1218 #               Type "voltage"
1219 #               Table false
1220 #               Instance "input_line1"
1221 #               Scale 0.1
1222 #               Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1223 #       </Data>
1224 #       <Data "hr_users">
1225 #               Type "users"
1226 #               Table false
1227 #               Instance ""
1228 #               Shift -1
1229 #               Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1230 #       </Data>
1231 #       <Data "std_traffic">
1232 #               Type "if_octets"
1233 #               Table true
1234 #               InstancePrefix "traffic"
1235 #               Instance "IF-MIB::ifDescr"
1236 #               Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1237 #       </Data>
1239 #       <Host "some.switch.mydomain.org">
1240 #               Address "192.168.0.2"
1241 #               Version 1
1242 #               Community "community_string"
1243 #               Collect "std_traffic"
1244 #               Inverval 120
1245 #               Timeout 10
1246 #               Retries 1
1247 #       </Host>
1248 #       <Host "some.server.mydomain.org">
1249 #               Address "192.168.0.42"
1250 #               Version 2
1251 #               Community "another_string"
1252 #               Collect "std_traffic" "hr_users"
1253 #       </Host>
1254 #       <Host "some.ups.mydomain.org">
1255 #               Address "192.168.0.3"
1256 #               Version 1
1257 #               Community "more_communities"
1258 #               Collect "powerplus_voltge_input"
1259 #               Interval 300
1260 #               Timeout 5
1261 #               Retries 5
1262 #       </Host>
1263 #</Plugin>
1265 #<Plugin snmp_agent>
1266 #       <Data "memAvailReal">
1267 #               Plugin "memory"
1268 #               Type "memory"
1269 #               TypeInstance "free"
1270 #               OIDs "1.3.6.1.4.1.2021.4.6.0"
1271 #       </Data>
1272 #       <Table "ifTable">
1273 #               IndexOID "IF-MIB::ifIndex"
1274 #               SizeOID "IF-MIB::ifNumber"
1275 #               <Data "ifDescr">
1276 #                       Instance true
1277 #                       Plugin "interface"
1278 #                       OIDs "IF-MIB::ifDescr"
1279 #               </Data>
1280 #               <Data "ifOctets">
1281 #                       Plugin "interface"
1282 #                       Type "if_octets"
1283 #                       TypeInstance ""
1284 #                       OIDs "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1285 #               </Data>
1286 #       </Table>
1287 #</Plugin>
1289 #<Plugin statsd>
1290 #       Host "::"
1291 #       Port "8125"
1292 #       DeleteCounters false
1293 #       DeleteTimers   false
1294 #       DeleteGauges   false
1295 #       DeleteSets     false
1296 #       CounterSum     false
1297 #       TimerPercentile 90.0
1298 #       TimerPercentile 95.0
1299 #       TimerPercentile 99.0
1300 #       TimerLower     false
1301 #       TimerUpper     false
1302 #       TimerSum       false
1303 #       TimerCount     false
1304 #</Plugin>
1306 #<Plugin swap>
1307 #       ReportByDevice false
1308 #       ReportBytes true
1309 #       ValuesAbsolute true
1310 #       ValuesPercentage false
1311 #       ReportIO true
1312 #</Plugin>
1314 #<Plugin table>
1315 #       <Table "/proc/slabinfo">
1316 #               #Plugin "table"
1317 #               Instance "slabinfo"
1318 #               Separator " "
1319 #               <Result>
1320 #                       Type gauge
1321 #                       InstancePrefix "active_objs"
1322 #                       InstancesFrom 0
1323 #                       ValuesFrom 1
1324 #               </Result>
1325 #               <Result>
1326 #                       Type gauge
1327 #                       InstancePrefix "objperslab"
1328 #                       InstancesFrom 0
1329 #                       ValuesFrom 4
1330 #               </Result>
1331 #       </Table>
1332 #</Plugin>
1334 #<Plugin tail>
1335 #       <File "/var/log/exim4/mainlog">
1336 #               Instance "exim"
1337 #               Interval 60
1338 #               <Match>
1339 #                       Regex "S=([1-9][0-9]*)"
1340 #                       DSType "CounterAdd"
1341 #                       Type "ipt_bytes"
1342 #                       Instance "total"
1343 #               </Match>
1344 #               <Match>
1345 #                       Regex "\\<R=local_user\\>"
1346 #                       ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1347 #                       DSType "CounterInc"
1348 #                       Type "counter"
1349 #                       Instance "local_user"
1350 #               </Match>
1351 #       </File>
1352 #       <File "/var/log/nginx/apache-time.log">
1353 #               #Use the following log format in nginx:
1354 #               #log_format response_time '[$host] "$upstream_response_time" ...'
1355 #               Instance "apache"
1356 #               <Match>
1357 #                       Regex "^\\S+ \"([0-9.]+)\""
1358 #                       <DSType Distribution>
1359 #                               Percentile 80    # -> latency-foo-80
1360 #                               Percentile 95    # -> latency-foo-95
1361 #                               Percentile 99    # -> latency-foo-99
1362 #                               Bucket 0   0.1   # -> bucket-latency-foo-0_0.1
1363 #                               Bucket 0.1 0.2   # -> bucket-latency-foo-0.1_0.2
1364 #                               Bucket 0.2 0.5   # -> bucket-latency-foo-0.2_0.5
1365 #                               Bucket 0.5 1.0   # -> bucket-latency-foo-0.5_1
1366 #                               Bucket 1.0 2.0   # -> bucket-latency-foo-1_2
1367 #                               Bucket 2.0 0     # -> bucket-latency-foo-2_inf
1368 #                               #BucketType "bucket"
1369 #                       </DSType>
1370 #                       Type "latency"
1371 #                       Instance "foo"
1372 #               </Match>
1373 #       </File>
1374 #</Plugin>
1376 #<Plugin tail_csv>
1377 #       <Metric "dropped">
1378 #               Type "percent"
1379 #               Instance "dropped"
1380 #               ValueFrom 1
1381 #       </Metric>
1382 #       <Metric "mbps">
1383 #               Type "bytes"
1384 #               Instance "wire-realtime"
1385 #               ValueFrom 2
1386 #       </Metric>
1387 #       <Metric "alerts">
1388 #               Type "alerts_per_second"
1389 #               ValueFrom 3
1390 #       </Metric>
1391 #       <Metric "kpps">
1392 #               Type "kpackets_wire_per_sec.realtime"
1393 #               ValueFrom 4
1394 #       </Metric>
1395 #       <File "/var/log/snort/snort.stats">
1396 #               Instance "snort-eth0"
1397 #               Interval 600
1398 #               Collect "dropped" "mbps" "alerts" "kpps"
1399 #               TimeFrom 0
1400 #       </File>
1401 #</Plugin>
1403 #<Plugin tcpconns>
1404 #       ListeningPorts false
1405 #       AllPortsSummary false
1406 #       LocalPort "25"
1407 #       RemotePort "25"
1408 #</Plugin>
1410 #<Plugin teamspeak2>
1411 #       Host "127.0.0.1"
1412 #       Port "51234"
1413 #       Server "8767"
1414 #</Plugin>
1416 #<Plugin ted>
1417 #       Device "/dev/ttyUSB0"
1418 #       Retries 0
1419 #</Plugin>
1421 #<Plugin thermal>
1422 #       ForceUseProcfs false
1423 #       Device "THRM"
1424 #       IgnoreSelected false
1425 #</Plugin>
1427 #<Plugin tokyotyrant>
1428 #       Host "localhost"
1429 #       Port "1978"
1430 #</Plugin>
1432 #<Plugin turbostat>
1433 ##      None of the following option should be set manually
1434 ##      This plugin automatically detect most optimal options
1435 ##      Only set values here if:
1436 ##      - The module asks you to
1437 ##      - You want to disable the collection of some data
1438 ##      - Your (Intel) CPU is not supported (yet) by the module
1439 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1440 ##      In the last two cases, please open a bug request
1442 #       TCCActivationTemp "100"
1443 #       CoreCstates "392"
1444 #       PackageCstates "396"
1445 #       SystemManagementInterrupt true
1446 #       DigitalTemperatureSensor true
1447 #       PackageThermalManagement true
1448 #       RunningAveragePowerLimit "7"
1449 #</Plugin>
1451 #<Plugin unixsock>
1452 #       SocketFile "/var/run/collectd-unixsock"
1453 #       SocketGroup "collectd"
1454 #       SocketPerms "0660"
1455 #       DeleteSocket false
1456 #</Plugin>
1458 #<Plugin uuid>
1459 #       UUIDFile "/etc/uuid"
1460 #</Plugin>
1462 #<Plugin varnish>
1463 #   This tag support an argument if you want to
1464 #   monitor the local instance just use </Instance>
1465 #   If you prefer defining another instance you can do
1466 #   so by using <Instance "myinstance">
1467 #   <Instance>
1468 #      CollectBackend true
1469 #      CollectBan false           # Varnish 3 and above
1470 #      CollectCache true
1471 #      CollectConnections true
1472 #      CollectDirectorDNS false   # Varnish 3 only
1473 #      CollectESI false
1474 #      CollectFetch false
1475 #      CollectHCB false
1476 #      CollectObjects false
1477 #      CollectPurge false         # Varnish 2 only
1478 #      CollectSession false
1479 #      CollectSHM true
1480 #      CollectSMA false           # Varnish 2 & 4 only
1481 #      CollectSMS false
1482 #      CollectSM false            # Varnish 2 only
1483 #      CollectStruct false
1484 #      CollectTotals false
1485 #      CollectUptime false        # Varnish 3 and above
1486 #      CollectVCL false
1487 #      CollectVSM false           # Varnish 4 only
1488 #      CollectWorkers false
1489 #      CollectLock false          # Varnish 4 only
1490 #      CollectMempool false       # Varnish 4 only
1491 #      CollectManagement false    # Varnish 4 only
1492 #      CollectSMF false           # Varnish 4 only
1493 #      CollectVBE false           # Varnish 4 only
1494 #      CollectMSE false           # Varnish-Plus 4 only
1495 #   </Instance>
1496 #</Plugin>
1498 #<Plugin virt>
1499 #       Connection "xen:///"
1500 #       RefreshInterval 60
1501 #       Domain "name"
1502 #       BlockDevice "name:device"
1503 #       BlockDeviceFormat target
1504 #       BlockDeviceFormatBasename false
1505 #       InterfaceDevice "name:device"
1506 #       IgnoreSelected false
1507 #       HostnameFormat name
1508 #       InterfaceFormat name
1509 #       PluginInstanceFormat name
1510 #       Instances 1
1511 #       ExtraStats "cpu_util disk disk_err domain_state fs_info job_stats_background pcpu perf vcpupin"
1512 #</Plugin>
1514 #<Plugin vmem>
1515 #       Verbose false
1516 #</Plugin>
1518 #<Plugin write_graphite>
1519 #       <Node "example">
1520 #               Host "localhost"
1521 #               Port "2003"
1522 #               Protocol "tcp"
1523 #               ReconnectInterval 0
1524 #               LogSendErrors true
1525 #               Prefix "collectd"
1526 #               Postfix "collectd"
1527 #               StoreRates true
1528 #               AlwaysAppendDS false
1529 #               EscapeCharacter "_"
1530 #               SeparateInstances false
1531 #               PreserveSeparator false
1532 #               DropDuplicateFields false
1533 #       </Node>
1534 #</Plugin>
1536 #<Plugin write_http>
1537 #       <Node "example">
1538 #               URL "http://example.com/collectd-post"
1539 #               User "collectd"
1540 #               Password "secret"
1541 #               VerifyPeer true
1542 #               VerifyHost true
1543 #               CACert "/etc/ssl/ca.crt"
1544 #               CAPath "/etc/ssl/certs/"
1545 #               ClientKey "/etc/ssl/client.pem"
1546 #               ClientCert "/etc/ssl/client.crt"
1547 #               ClientKeyPass "secret"
1548 #               Header "X-Custom-Header: custom_value"
1549 #               SSLVersion "TLSv1"
1550 #               Format "Command"
1551 #               Prefix "collectd"  # metric prefix, only available for KAIROSDB format
1552 #               Attribute "key" "value"     # only available for KAIROSDB format
1553 #               TTL 0   # data ttl, only available for KAIROSDB format
1554 #               Metrics true
1555 #               Notifications false
1556 #               StoreRates false
1557 #               BufferSize 4096
1558 #               LowSpeedLimit 0
1559 #               Timeout 0
1560 #               Prefix "collectd/"
1561 #       </Node>
1562 #</Plugin>
1564 #<Plugin write_kafka>
1565 #       Property "metadata.broker.list" "localhost:9092"
1566 #       <Topic "collectd">
1567 #               Format JSON
1568 #       </Topic>
1569 #</Plugin>
1571 #<Plugin write_mongodb>
1572 #       <Node "example">
1573 #               Host "localhost"
1574 #               Port "27017"
1575 #               Timeout 1000
1576 #               StoreRates false
1577 #               Database "auth_db"
1578 #               User "auth_user"
1579 #               Password "auth_passwd"
1580 #       </Node>
1581 #</Plugin>
1583 #<Plugin write_prometheus>
1584 #       Port "9103"
1585 #</Plugin>
1587 #<Plugin write_redis>
1588 #       <Node "example">
1589 #               Host "localhost"
1590 #               Port "6379"
1591 #               Timeout 1000
1592 #       <Node>
1593 #</Plugin>
1595 #<Plugin write_riemann>
1596 #       <Node "example">
1597 #               Host "localhost"
1598 #               Port 5555
1599 #               Protocol TCP
1600 #               Batch true
1601 #               BatchMaxSize 8192
1602 #               StoreRates true
1603 #               AlwaysAppendDS false
1604 #               TTLFactor 2.0
1605 #               Notifications true
1606 #               CheckThresholds false
1607 #               EventServicePrefix ""
1608 #       </Node>
1609 #       Tag "foobar"
1610 #       Attribute "foo" "bar"
1611 #</Plugin>
1613 #<Plugin write_sensu>
1614 #       <Node "example">
1615 #               Host "localhost"
1616 #               Port 3030
1617 #               StoreRates true
1618 #               AlwaysAppendDS false
1619 #               Notifications true
1620 #               Metrics true
1621 #               EventServicePrefix ""
1622 #               MetricHandler "influx"
1623 #               MetricHandler "default"
1624 #               NotificationHandler "flapjack"
1625 #               NotificationHandler "howling_monkey"
1626 #       </Node>
1627 #       Tag "foobar"
1628 #       Attribute "foo" "bar"
1629 #</Plugin>
1631 #<Plugin write_tsdb>
1632 #       <Node>
1633 #               Host "localhost"
1634 #               Port "4242"
1635 #               HostTags "status=production"
1636 #               StoreRates false
1637 #               AlwaysAppendDS false
1638 #       </Node>
1639 #</Plugin>
1641 #<Plugin zookeeper>
1642 #       Host "localhost"
1643 #       Port "2181"
1644 #</Plugin>
1646 <Include "/etc/collectd/collectd.conf.d">
1647         Filter "*.conf"
1648 </Include>