mysql plugin: add support for Galera statistics
[collectd.git] / src / collectd.conf.in
1 #
2 # Config file for collectd(1).
3 # Please read collectd.conf(5) for a list of options.
4 # http://collectd.org/
5 #
6
7 ##############################################################################
8 # Global                                                                     #
9 #----------------------------------------------------------------------------#
10 # Global settings for the daemon.                                            #
11 ##############################################################################
12
13 #Hostname    "localhost"
14 #FQDNLookup   true
15 #BaseDir     "@localstatedir@/lib/@PACKAGE_NAME@"
16 #PIDFile     "@localstatedir@/run/@PACKAGE_NAME@.pid"
17 #PluginDir   "@libdir@/@PACKAGE_NAME@"
18 #TypesDB     "@prefix@/share/@PACKAGE_NAME@/types.db"
19
20 #----------------------------------------------------------------------------#
21 # When enabled, plugins are loaded automatically with the default options    #
22 # when an appropriate <Plugin ...> block is encountered.                     #
23 # Disabled by default.                                                       #
24 #----------------------------------------------------------------------------#
25 #AutoLoadPlugin false
26
27 #----------------------------------------------------------------------------#
28 # When enabled, internal statistics are collected, using "collectd" as the   #
29 # plugin name.                                                               #
30 # Disabled by default.                                                       #
31 #----------------------------------------------------------------------------#
32 #CollectInternalStats false
33
34 #----------------------------------------------------------------------------#
35 # Interval at which to query values. This may be overwritten on a per-plugin #
36 # base by using the 'Interval' option of the LoadPlugin block:               #
37 #   <LoadPlugin foo>                                                         #
38 #       Interval 60                                                          #
39 #   </LoadPlugin>                                                            #
40 #----------------------------------------------------------------------------#
41 #Interval     10
42
43 #MaxReadInterval 86400
44 #Timeout         2
45 #ReadThreads     5
46 #WriteThreads    5
47
48 # Limit the size of the write queue. Default is no limit. Setting up a limit is
49 # recommended for servers handling a high volume of traffic.
50 #WriteQueueLimitHigh 1000000
51 #WriteQueueLimitLow   800000
52
53 ##############################################################################
54 # Logging                                                                    #
55 #----------------------------------------------------------------------------#
56 # Plugins which provide logging functions should be loaded first, so log     #
57 # messages generated when loading or configuring other plugins can be        #
58 # accessed.                                                                  #
59 ##############################################################################
60
61 @LOAD_PLUGIN_SYSLOG@LoadPlugin syslog
62 @LOAD_PLUGIN_LOGFILE@LoadPlugin logfile
63 @LOAD_PLUGIN_LOG_LOGSTASH@LoadPlugin log_logstash
64
65 #<Plugin logfile>
66 #       LogLevel @DEFAULT_LOG_LEVEL@
67 #       File STDOUT
68 #       Timestamp true
69 #       PrintSeverity false
70 #</Plugin>
71
72 #<Plugin log_logstash>
73 #       LogLevel @DEFAULT_LOG_LEVEL@
74 #       File "@localstatedir@/log/@PACKAGE_NAME@.json.log"
75 #</Plugin>
76
77 #<Plugin syslog>
78 #       LogLevel @DEFAULT_LOG_LEVEL@
79 #</Plugin>
80
81 ##############################################################################
82 # LoadPlugin section                                                         #
83 #----------------------------------------------------------------------------#
84 # Lines beginning with a single `#' belong to plugins which have been built  #
85 # but are disabled by default.                                               #
86 #                                                                            #
87 # Lines beginning with `##' belong to plugins which have not been built due  #
88 # to missing dependencies or because they have been deactivated explicitly.  #
89 ##############################################################################
90
91 #@BUILD_PLUGIN_AGGREGATION_TRUE@LoadPlugin aggregation
92 #@BUILD_PLUGIN_AMQP_TRUE@LoadPlugin amqp
93 #@BUILD_PLUGIN_APACHE_TRUE@LoadPlugin apache
94 #@BUILD_PLUGIN_APCUPS_TRUE@LoadPlugin apcups
95 #@BUILD_PLUGIN_APPLE_SENSORS_TRUE@LoadPlugin apple_sensors
96 #@BUILD_PLUGIN_AQUAERO_TRUE@LoadPlugin aquaero
97 #@BUILD_PLUGIN_ASCENT_TRUE@LoadPlugin ascent
98 #@BUILD_PLUGIN_BAROMETER_TRUE@LoadPlugin barometer
99 #@BUILD_PLUGIN_BATTERY_TRUE@LoadPlugin battery
100 #@BUILD_PLUGIN_BIND_TRUE@LoadPlugin bind
101 #@BUILD_PLUGIN_CEPH_TRUE@LoadPlugin ceph
102 #@BUILD_PLUGIN_CGROUPS_TRUE@LoadPlugin cgroups
103 #@BUILD_PLUGIN_CHRONY_TRUE@LoadPlugin chrony
104 #@BUILD_PLUGIN_CONNTRACK_TRUE@LoadPlugin conntrack
105 #@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@LoadPlugin contextswitch
106 @BUILD_PLUGIN_CPU_TRUE@@BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu
107 #@BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq
108 @LOAD_PLUGIN_CSV@LoadPlugin csv
109 #@BUILD_PLUGIN_CURL_TRUE@LoadPlugin curl
110 #@BUILD_PLUGIN_CURL_JSON_TRUE@LoadPlugin curl_json
111 #@BUILD_PLUGIN_CURL_XML_TRUE@LoadPlugin curl_xml
112 #@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi
113 #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df
114 #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk
115 #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
116 #@BUILD_PLUGIN_DRBD_TRUE@LoadPlugin drbd
117 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
118 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
119 #@BUILD_PLUGIN_ETHSTAT_TRUE@LoadPlugin ethstat
120 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
121 #@BUILD_PLUGIN_FHCOUNT_TRUE@LoadPlugin fhcount
122 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
123 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
124 #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond
125 #@BUILD_PLUGIN_GRPC_TRUE@LoadPlugin grpc
126 #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
127 @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
128 #@BUILD_PLUGIN_IPC_TRUE@LoadPlugin ipc
129 #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi
130 #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
131 #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
132 #@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
133 #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
134 @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
135 #@BUILD_PLUGIN_LPAR_TRUE@LoadPlugin lpar
136 #@BUILD_PLUGIN_LVM_TRUE@LoadPlugin lvm
137 #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi
138 #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon
139 #@BUILD_PLUGIN_MD_TRUE@LoadPlugin md
140 #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec
141 #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached
142 @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory
143 #@BUILD_PLUGIN_MIC_TRUE@LoadPlugin mic
144 #@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus
145 #@BUILD_PLUGIN_MQTT_TRUE@LoadPlugin mqtt
146 #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter
147 #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql
148 #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp
149 #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
150 @LOAD_PLUGIN_NETWORK@LoadPlugin network
151 #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
152 #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
153 #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
154 #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
155 #@BUILD_PLUGIN_NOTIFY_NAGIOS_TRUE@LoadPlugin notify_nagios
156 #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
157 #@BUILD_PLUGIN_NUMA_TRUE@LoadPlugin numa
158 #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
159 #@BUILD_PLUGIN_OLSRD_TRUE@LoadPlugin olsrd
160 #@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire
161 #@BUILD_PLUGIN_OPENLDAP_TRUE@LoadPlugin openldap
162 #@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn
163 #@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle
164 #@BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl
165 #@BUILD_PLUGIN_PINBA_TRUE@LoadPlugin pinba
166 #@BUILD_PLUGIN_PING_TRUE@LoadPlugin ping
167 #@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
168 #@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
169 #@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
170 #@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
171 #@BUILD_PLUGIN_PYTHON_TRUE@LoadPlugin python
172 #@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
173 #@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
174 #@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
175 @LOAD_PLUGIN_RRDTOOL@LoadPlugin rrdtool
176 #@BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors
177 #@BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial
178 #@BUILD_PLUGIN_SIGROK_TRUE@LoadPlugin sigrok
179 #@BUILD_PLUGIN_SMART_TRUE@LoadPlugin smart
180 #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp
181 #@BUILD_PLUGIN_STATSD_TRUE@LoadPlugin statsd
182 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
183 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
184 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
185 #@BUILD_PLUGIN_TAIL_CSV_TRUE@LoadPlugin tail_csv
186 #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape
187 #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns
188 #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2
189 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted
190 #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal
191 #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant
192 #@BUILD_PLUGIN_TURBOSTAT_TRUE@LoadPlugin turbostat
193 #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock
194 #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime
195 #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users
196 #@BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid
197 #@BUILD_PLUGIN_VARNISH_TRUE@LoadPlugin varnish
198 #@BUILD_PLUGIN_VIRT_TRUE@LoadPlugin virt
199 #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem
200 #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver
201 #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless
202 #@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@LoadPlugin write_graphite
203 #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http
204 #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka
205 #@BUILD_PLUGIN_WRITE_LOG_TRUE@LoadPlugin write_log
206 #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb
207 #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis
208 #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann
209 #@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu
210 #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb
211 #@BUILD_PLUGIN_XENCPU_TRUE@LoadPlugin xencpu
212 #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms
213 #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc
214 #@BUILD_PLUGIN_ZONE_TRUE@LoadPlugin zone
215 #@BUILD_PLUGIN_ZOOKEEPER_TRUE@LoadPlugin zookeeper
216
217 ##############################################################################
218 # Plugin configuration                                                       #
219 #----------------------------------------------------------------------------#
220 # In this section configuration stubs for each plugin are provided. A desc-  #
221 # ription of those options is available in the collectd.conf(5) manual page. #
222 ##############################################################################
223
224 #<Plugin aggregation>
225 #  <Aggregation>
226 #    #Host "unspecified"
227 #    Plugin "cpu"
228 #    #PluginInstance "unspecified"
229 #    Type "cpu"
230 #    #TypeInstance "unspecified"
231 #
232 #    GroupBy "Host"
233 #    GroupBy "TypeInstance"
234 #
235 #    CalculateNum false
236 #    CalculateSum false
237 #    CalculateAverage true
238 #    CalculateMinimum false
239 #    CalculateMaximum false
240 #    CalculateStddev false
241 #  </Aggregation>
242 #</Plugin>
243
244 #<Plugin amqp>
245 #  <Publish "name">
246 #    Host "localhost"
247 #    Port "5672"
248 #    VHost "/"
249 #    User "guest"
250 #    Password "guest"
251 #    Exchange "amq.fanout"
252 #    RoutingKey "collectd"
253 #    Persistent false
254 #    StoreRates false
255 #    ConnectionRetryDelay 0
256 #  </Publish>
257 #</Plugin>
258
259 #<Plugin apache>
260 #  <Instance "local">
261 #    URL "http://localhost/status?auto"
262 #    User "www-user"
263 #    Password "secret"
264 #    CACert "/etc/ssl/ca.crt"
265 #  </Instance>
266 #</Plugin>
267
268 #<Plugin apcups>
269 #       Host "localhost"
270 #       Port "3551"
271 #       ReportSeconds true
272 #       PersistentConnection true
273 #</Plugin>
274
275 #<Plugin aquaero>
276 #       Device ""
277 #</Plugin>
278
279 #<Plugin ascent>
280 #       URL "http://localhost/ascent/status/"
281 #       User "www-user"
282 #       Password "secret"
283 #       CACert "/etc/ssl/ca.crt"
284 #</Plugin>
285
286 #<Plugin "barometer">
287 #   Device            "/dev/i2c-0";
288 #   Oversampling      512
289 #   PressureOffset    0.0
290 #   TemperatureOffset 0.0
291 #   Normalization     2
292 #   Altitude          238.0
293 #   TemperatureSensor "myserver/onewire-F10FCA000800/temperature"
294 #</Plugin>
295
296 #<Plugin "battery">
297 #  ValuesPercentage false
298 #  ReportDegraded false
299 #</Plugin>
300
301 #<Plugin "bind">
302 #  URL "http://localhost:8053/"
303 #  ParseTime       false
304 #  OpCodes         true
305 #  QTypes          true
306 #
307 #  ServerStats     true
308 #  ZoneMaintStats  true
309 #  ResolverStats   false
310 #  MemoryStats     true
311 #
312 #  <View "_default">
313 #    QTypes        true
314 #    ResolverStats true
315 #    CacheRRSets   true
316 #
317 #    Zone "127.in-addr.arpa/IN"
318 #  </View>
319 #</Plugin>
320
321 #<Plugin ceph>
322 #  LongRunAvgLatency false
323 #  ConvertSpecialMetricTypes true
324 #  <Daemon "osd.0">
325 #    SocketPath "/var/run/ceph/ceph-osd.0.asok"
326 #  </Daemon>
327 #  <Daemon "osd.1">
328 #    SocketPath "/var/run/ceph/ceph-osd.1.asok"
329 #  </Daemon>
330 #  <Daemon "mon.a">
331 #    SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
332 #  </Daemon>
333 #  <Daemon "mds.a">
334 #    SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
335 #  </Daemon>
336 #</Plugin>
337
338 #<Plugin chrony>
339 #       Host    "localhost"
340 #       Port    "323"
341 #       Timeout "2"
342 #</Plugin>
343
344 #<Plugin cgroups>
345 #  CGroup "libvirt"
346 #  IgnoreSelected false
347 #</Plugin>
348
349 #<Plugin cpu>
350 #  ReportByCpu true
351 #  ReportByState true
352 #  ValuesPercentage false
353 #</Plugin>
354 #
355 #<Plugin csv>
356 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv"
357 #       StoreRates false
358 #</Plugin>
359
360 #<Plugin curl>
361 #  <Page "stock_quotes">
362 #    URL "http://finance.google.com/finance?q=NYSE%3AAMD"
363 #    User "foo"
364 #    Password "bar"
365 #    Digest false
366 #    VerifyPeer true
367 #    VerifyHost true
368 #    CACert "/path/to/ca.crt"
369 #    Header "X-Custom-Header: foobar"
370 #    Post "foo=bar"
371 #
372 #    MeasureResponseTime false
373 #    MeasureResponseCode false
374 #    <Match>
375 #      Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
376 #      DSType "GaugeAverage"
377 #      Type "stock_value"
378 #      Instance "AMD"
379 #    </Match>
380 #  </Page>
381 #</Plugin>
382
383 #<Plugin curl_json>
384 #  <URL "http://localhost:80/test.json">
385 #    Instance "test_http_json"
386 #    <Key "testArray/0">
387 #      Type "gauge"
388 #      # Expect: 1
389 #    </Key>
390 #    <Key "testArray/1">
391 #      Type "gauge"
392 #      # Expect: 2
393 #    </Key>
394 #    <Key "testArrayInbetween/0/blarg">
395 #      Type "gauge"
396 #      # Expect: 3
397 #    </Key>
398 #    <Key "testArrayInbetween/1/blub">
399 #      Type "gauge"
400 #      # Expect: 4
401 #    </Key>
402 #    <Key "testDirectHit">
403 #      Type "gauge"
404 #      # Expect: 5
405 #    </Key>
406 #    <Key "testSubLevelHit/oneMoreLevel">
407 #      Type "gauge"
408 #      # Expect: 6
409 #    </Key>
410 #  </URL>
411 # put this as test.json on your webserver, the above config demonstraces
412 # how to match them.
413 # {
414 #  "testArray":[1,2],
415 #  "testArrayInbetween":[{"blarg":3},{"blub":4}],
416 #  "testDirectHit":5,
417 #  "testSubLevelHit":{"oneMoreLevel":6}
418 # }
419 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
420 #  <URL "http://localhost:5984/_stats">
421 #    Instance "httpd"
422 #    <Key "httpd/requests/count">
423 #      Type "http_requests"
424 #    </Key>
425 #
426 #    <Key "httpd_request_methods/*/count">
427 #      Type "http_request_methods"
428 #    </Key>
429 #
430 #    <Key "httpd_status_codes/*/count">
431 #      Type "http_response_codes"
432 #    </Key>
433 #  </URL>
434 ## Database status metrics:
435 #  <URL "http://localhost:5984/_all_dbs">
436 #    Instance "dbs"
437 #    <Key "*/doc_count">
438 #      Type "gauge"
439 #    </Key>
440 #    <Key "*/doc_del_count">
441 #      Type "counter"
442 #    </Key>
443 #    <Key "*/disk_size">
444 #      Type "bytes"
445 #    </Key>
446 #  </URL>
447 #</Plugin>
448
449 #<Plugin curl_xml>
450 #  <URL "http://localhost/stats.xml">
451 #    Host "my_host"
452 #    Instance "some_instance"
453 #    User "collectd"
454 #    Password "thaiNg0I"
455 #    Digest false
456 #    VerifyPeer true
457 #    VerifyHost true
458 #    CACert "/path/to/ca.crt"
459 #    Header "X-Custom-Header: foobar"
460 #    Post "foo=bar"
461 #
462 #    <XPath "table[@id=\"magic_level\"]/tr">
463 #      Type "magic_level"
464 #      #InstancePrefix "prefix-"
465 #      InstanceFrom "td[1]"
466 #      ValuesFrom "td[2]/span[@class=\"level\"]"
467 #    </XPath>
468 #  </URL>
469 #</Plugin>
470
471 #<Plugin dbi>
472 #       <Query "num_of_customers">
473 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
474 #               <Result>
475 #                       Type "gauge"
476 #                       InstancesFrom "c_key"
477 #                       ValuesFrom "c_value"
478 #               </Result>
479 #       </Query>
480 #       <Database "customers_db">
481 #               Driver "mysql"
482 #               DriverOption "host" "localhost"
483 #               DriverOption "username" "collectd"
484 #               DriverOption "password" "AeXohy0O"
485 #               DriverOption "dbname" "custdb0"
486 #               #SelectDB "custdb0"
487 #               Query "num_of_customers"
488 #               #Query "..."
489 #               #Host "..."
490 #       </Database>
491 #</Plugin>
492
493 #<Plugin df>
494 #       Device "/dev/hda1"
495 #       Device "192.168.0.2:/mnt/nfs"
496 #       MountPoint "/home"
497 #       FSType "ext3"
498 #       IgnoreSelected false
499 #       ReportByDevice false
500 #       ReportInodes false
501 #       ValuesAbsolute true
502 #       ValuesPercentage false
503 #</Plugin>
504
505 #<Plugin disk>
506 #       Disk "/^[hs]d[a-f][0-9]?$/"
507 #       IgnoreSelected false
508 #       UseBSDName false
509 #       UdevNameAttr "DEVNAME"
510 #</Plugin>
511
512 #<Plugin dns>
513 #       Interface "eth0"
514 #       IgnoreSource "192.168.0.1"
515 #       SelectNumericQueryTypes true
516 #</Plugin>
517
518 #<Plugin email>
519 #       SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
520 #       SocketGroup "collectd"
521 #       SocketPerms "0770"
522 #       MaxConns 5
523 #</Plugin>
524
525 #<Plugin ethstat>
526 #       Interface "eth0"
527 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
528 #       Map "multicast" "if_multicast"
529 #       MappedOnly false
530 #</Plugin>
531
532 #<Plugin exec>
533 #       Exec "user:group" "/path/to/exec"
534 #       NotificationExec "user:group" "/path/to/exec"
535 #</Plugin>
536
537 #<Plugin fhcount>
538 #       ValuesAbsolute true
539 #       ValuesPercentage false
540 #</Plugin>
541
542 #<Plugin filecount>
543 #       <Directory "/path/to/dir">
544 #               Instance "foodir"
545 #               Name "*.conf"
546 #               MTime "-5m"
547 #               Size "+10k"
548 #               Recursive true
549 #               IncludeHidden false
550 #       </Directory>
551 #</Plugin>
552
553 #<Plugin gmond>
554 #  MCReceiveFrom "239.2.11.71" "8649"
555 #  <Metric "swap_total">
556 #    Type "swap"
557 #    TypeInstance "total"
558 #    DataSource "value"
559 #  </Metric>
560 #  <Metric "swap_free">
561 #    Type "swap"
562 #    TypeInstance "free"
563 #    DataSource "value"
564 #  </Metric>
565 #</Plugin>
566
567 #<Plugin grpc>
568 #       WorkerThreads 5
569 #       <Listen "0.0.0.0" "50051">
570 #               EnableSSL true
571 #               SSLRootCerts "/path/to/root.pem"
572 #               SSLServerCert "/path/to/server.pem"
573 #               SSLServerKey "/path/to/server.key"
574 #       </Listen>
575 #</Plugin>
576
577 #<Plugin hddtemp>
578 #  Host "127.0.0.1"
579 #  Port "7634"
580 #</Plugin>
581
582 #<Plugin interface>
583 #       Interface "eth0"
584 #       IgnoreSelected false
585 #       ReportInactive true
586 #       UniqueName false
587 #</Plugin>
588
589 #<Plugin ipmi>
590 #       Sensor "some_sensor"
591 #       Sensor "another_one"
592 #       IgnoreSelected false
593 #       NotifySensorAdd false
594 #       NotifySensorRemove true
595 #       NotifySensorNotPresent false
596 #</Plugin>
597
598 #<Plugin iptables>
599 #       Chain table chain
600 #       Chain6 table chain
601 #</Plugin>
602
603 #<Plugin irq>
604 #       Irq 7
605 #       Irq 8
606 #       Irq 9
607 #       IgnoreSelected true
608 #</Plugin>
609
610 #<Plugin java>
611 #       JVMArg "-verbose:jni"
612 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
613 #
614 #       LoadPlugin "org.collectd.java.Foobar"
615 #       <Plugin "org.collectd.java.Foobar">
616 #         # To be parsed by the plugin
617 #       </Plugin>
618 #</Plugin>
619
620 #<Plugin load>
621 #        ReportRelative true
622 #</Plugin>
623
624 #<Plugin lpar>
625 #       CpuPoolStats   false
626 #       ReportBySerial false
627 #</Plugin>
628
629 #<Plugin madwifi>
630 #       Interface "wlan0"
631 #       IgnoreSelected false
632 #       Source "SysFS"
633 #       WatchSet "None"
634 #       WatchAdd "node_octets"
635 #       WatchAdd "node_rssi"
636 #       WatchAdd "is_rx_acl"
637 #       WatchAdd "is_scan_active"
638 #</Plugin>
639
640 #<Plugin mbmon>
641 #       Host "127.0.0.1"
642 #       Port "411"
643 #</Plugin>
644
645 #<Plugin md>
646 #       Device "/dev/md0"
647 #       IgnoreSelected false
648 #</Plugin>
649
650 #<Plugin memcachec>
651 #       <Page "plugin_instance">
652 #               Server "localhost"
653 #               Key "page_key"
654 #               <Match>
655 #                       Regex "(\\d+) bytes sent"
656 #                       ExcludeRegex "<lines to be excluded>"
657 #                       DSType CounterAdd
658 #                       Type "ipt_octets"
659 #                       Instance "type_instance"
660 #               </Match>
661 #       </Page>
662 #</Plugin>
663
664 #<Plugin memcached>
665 #       <Instance "local">
666 #               Host "127.0.0.1"
667 #               Port "11211"
668 #       </Instance>
669 #</Plugin>
670
671 #<Plugin memory>
672 #       ValuesAbsolute true
673 #       ValuesPercentage false
674 #</Plugin>
675
676 #<Plugin modbus>
677 #       <Data "data_name">
678 #               RegisterBase 1234
679 #               RegisterCmd ReadHolding
680 #               RegisterType float
681 #               Type gauge
682 #               Instance "..."
683 #       </Data>
684 #
685 #       <Host "name">
686 #               Address "addr"
687 #               Port "1234"
688 #               Interval 60
689 #
690 #               <Slave 1>
691 #                       Instance "foobar" # optional
692 #                       Collect "data_name"
693 #               </Slave>
694 #       </Host>
695 #</Plugin>
696
697 #<Plugin mqtt>
698 #       <Publish "name">
699 #               Host "localhost"
700 #               Port 1883
701 #               ClientId "localhost"
702 #               User "user"
703 #               Password "secret"
704 #               QoS 0
705 #               Prefix "collectd"
706 #               StoreRates true
707 #               Retain false
708 #               CACert "/etc/ssl/ca.crt"
709 #               CertificateFile "/etc/ssl/client.crt"
710 #               CertificateKeyFile "/etc/ssl/client.pem"
711 #               TLSProtocol "tlsv1.2"
712 #               CipherSuite "ciphers"
713 #       </Publish>
714 #       <Subscribe "name">
715 #               Host "localhost"
716 #               Port 1883
717 #               ClientId "localhost"
718 #               User "user"
719 #               Password "secret"
720 #               QoS 2
721 #               Topic "collectd/#"
722 #               CleanSession true
723 #       </Subscribe>
724 #</Plugin>
725
726 #<Plugin mysql>
727 #       <Database db_name>
728 #               Host "database.serv.er"
729 #               User "db_user"
730 #               Password "secret"
731 #               Database "db_name"
732 #               MasterStats true
733 #               ConnectTimeout 10
734 #               InnodbStats true
735 #       </Database>
736 #
737 #       <Database db_name2>
738 #               Alias "squeeze"
739 #               Host "localhost"
740 #               Socket "/var/run/mysql/mysqld.sock"
741 #               SlaveStats true
742 #               SlaveNotifications true
743 #       </Database>
744 #       <Database galera>
745 #               Alias "galera"
746 #               Host "localhost"
747 #               Socket "/var/run/mysql/mysqld.sock"
748 #               WsrepStats true
749 #       </Database>
750 #</Plugin>
751
752 #<Plugin netapp>
753 #       <Host "netapp1.example.com">
754 #               Protocol      "https"
755 #               Address       "10.0.0.1"
756 #               Port          443
757 #               User          "username"
758 #               Password      "aef4Aebe"
759 #               Interval      30
760 #
761 #               <WAFL>
762 #                       Interval 30
763 #                       GetNameCache   true
764 #                       GetDirCache    true
765 #                       GetBufferCache true
766 #                       GetInodeCache  true
767 #               </WAFL>
768 #
769 #               <Disks>
770 #                       Interval 30
771 #                       GetBusy true
772 #               </Disks>
773 #
774 #               <VolumePerf>
775 #                       Interval 30
776 #                       GetIO      "volume0"
777 #                       IgnoreSelectedIO      false
778 #                       GetOps     "volume0"
779 #                       IgnoreSelectedOps     false
780 #                       GetLatency "volume0"
781 #                       IgnoreSelectedLatency false
782 #               </VolumePerf>
783 #
784 #               <VolumeUsage>
785 #                       Interval 30
786 #                       GetCapacity "vol0"
787 #                       GetCapacity "vol1"
788 #                       IgnoreSelectedCapacity false
789 #                       GetSnapshot "vol1"
790 #                       GetSnapshot "vol3"
791 #                       IgnoreSelectedSnapshot false
792 #               </VolumeUsage>
793 #
794 #               <System>
795 #                       Interval 30
796 #                       GetCPULoad     true
797 #                       GetInterfaces  true
798 #                       GetDiskOps     true
799 #                       GetDiskIO      true
800 #               </System>
801 #       </Host>
802 #</Plugin>
803
804 #<Plugin netlink>
805 #       Interface "All"
806 #       VerboseInterface "All"
807 #       QDisc "eth0" "pfifo_fast-1:0"
808 #       Class "ppp0" "htb-1:10"
809 #       Filter "ppp0" "u32-1:0"
810 #       IgnoreSelected false
811 #</Plugin>
812
813 @LOAD_PLUGIN_NETWORK@<Plugin network>
814 #       # client setup:
815 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
816 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
817 #               SecurityLevel Encrypt
818 #               Username "user"
819 #               Password "secret"
820 #               Interface "eth0"
821 #               ResolveInterval 14400
822 @LOAD_PLUGIN_NETWORK@   </Server>
823 #       TimeToLive 128
824 #
825 #       # server setup:
826 #       Listen "ff18::efc0:4a42" "25826"
827 #       <Listen "239.192.74.66" "25826">
828 #               SecurityLevel Sign
829 #               AuthFile "/etc/collectd/passwd"
830 #               Interface "eth0"
831 #       </Listen>
832 #       MaxPacketSize 1452
833 #
834 #       # proxy setup (client and server as above):
835 #       Forward true
836 #
837 #       # statistics about the network plugin itself
838 #       ReportStats false
839 #
840 #       # "garbage collection"
841 #       CacheFlush 1800
842 @LOAD_PLUGIN_NETWORK@</Plugin>
843
844 #<Plugin nginx>
845 #       URL "http://localhost/status?auto"
846 #       User "www-user"
847 #       Password "secret"
848 #       CACert "/etc/ssl/ca.crt"
849 #</Plugin>
850
851 #<Plugin notify_desktop>
852 #       OkayTimeout 1000
853 #       WarningTimeout 5000
854 #       FailureTimeout 0
855 #</Plugin>
856
857 #<Plugin notify_email>
858 #       SMTPServer "localhost"
859 #       SMTPPort 25
860 #       SMTPUser "my-username"
861 #       SMTPPassword "my-password"
862 #       From "collectd@main0server.com"
863 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
864 #       Subject "Aaaaaa!! %s on %s!!!!!"
865 #       Recipient "email1@domain1.net"
866 #       Recipient "email2@domain2.com"
867 #</Plugin>
868
869 #<Plugin notify_nagios>
870 #       CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
871 #</Plugin>
872
873 #<Plugin ntpd>
874 #       Host "localhost"
875 #       Port 123
876 #       ReverseLookups false
877 #       IncludeUnitID true
878 #</Plugin>
879
880 #<Plugin nut>
881 #       UPS "upsname@hostname:port"
882 #</Plugin>
883
884 #<Plugin olsrd>
885 #       Host "127.0.0.1"
886 #       Port "2006"
887 #       CollectLinks "Summary"
888 #       CollectRoutes "Summary"
889 #       CollectTopology "Summary"
890 #</Plugin>
891
892 #<Plugin onewire>
893 #       Device "-s localhost:4304"
894 #       Sensor "F10FCA000800"
895 #       IgnoreSelected false
896 #</Plugin>
897
898 #<Plugin openldap>
899 #  <Instance "localhost">
900 #    URL "ldap://localhost:389"
901 #    StartTLS false
902 #    VerifyHost true
903 #    CACert "/path/to/ca.crt"
904 #    Timeout -1
905 #    Version 3
906 #  </Instance>
907 #</Plugin>
908
909 #<Plugin openvpn>
910 #       StatusFile "/etc/openvpn/openvpn-status.log"
911 #       ImprovedNamingSchema false
912 #       CollectCompression true
913 #       CollectIndividualUsers true
914 #       CollectUserCount false
915 #</Plugin>
916
917 #<Plugin oracle>
918 #  <Query "out_of_stock">
919 #    Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
920 #    <Result>
921 #      Type "gauge"
922 #      InstancesFrom "category"
923 #      ValuesFrom "value"
924 #    </Result>
925 #  </Query>
926 #  <Database "product_information">
927 #    ConnectID "db01"
928 #    Username "oracle"
929 #    Password "secret"
930 #    Query "out_of_stock"
931 #  </Database>
932 #</Plugin>
933
934 #<Plugin perl>
935 #       IncludeDir "/my/include/path"
936 #       BaseName "Collectd::Plugins"
937 #       EnableDebugger ""
938 #       LoadPlugin Monitorus
939 #       LoadPlugin OpenVZ
940 #
941 #       <Plugin foo>
942 #               Foo "Bar"
943 #               Qux "Baz"
944 #       </Plugin>
945 #</Plugin>
946
947 #<Plugin pinba>
948 #       Address "::0"
949 #       Port "30002"
950 #       <View "name">
951 #               Host "host name"
952 #               Server "server name"
953 #               Script "script name"
954 #       </View>
955 #</Plugin>
956
957 #<Plugin ping>
958 #       Host "host.foo.bar"
959 #       Interval 1.0
960 #       Timeout 0.9
961 #       TTL 255
962 #       SourceAddress "1.2.3.4"
963 #       Device "eth0"
964 #       MaxMissed -1
965 #</Plugin>
966
967 #<Plugin postgresql>
968 #       <Query magic>
969 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
970 #               Param hostname
971 #               <Result>
972 #                       Type gauge
973 #                       InstancePrefix "magic"
974 #                       ValuesFrom magic
975 #               </Result>
976 #       </Query>
977 #       <Query rt36_tickets>
978 #               Statement "SELECT COUNT(type) AS count, type \
979 #                                 FROM (SELECT CASE \
980 #                                              WHEN resolved = 'epoch' THEN 'open' \
981 #                                              ELSE 'resolved' END AS type \
982 #                                              FROM tickets) type \
983 #                                 GROUP BY type;"
984 #               <Result>
985 #                       Type counter
986 #                       InstancePrefix "rt36_tickets"
987 #                       InstancesFrom "type"
988 #                       ValuesFrom "count"
989 #               </Result>
990 #       </Query>
991 #       <Writer sqlstore>
992 #               # See contrib/postgresql/collectd_insert.sql for details
993 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
994 #               StoreRates true
995 #       </Writer>
996 #       <Database foo>
997 #               Host "hostname"
998 #               Port "5432"
999 #               User "username"
1000 #               Password "secret"
1001 #               SSLMode "prefer"
1002 #               KRBSrvName "kerberos_service_name"
1003 #               Query magic
1004 #       </Database>
1005 #       <Database bar>
1006 #               Interval 60
1007 #               Service "service_name"
1008 #               Query backend # predefined
1009 #               Query rt36_tickets
1010 #       </Database>
1011 #       <Database qux>
1012 #               Service "collectd_store"
1013 #               Writer sqlstore
1014 #               # see collectd.conf(5) for details
1015 #               CommitInterval 30
1016 #       </Database>
1017 #</Plugin>
1018
1019 #<Plugin powerdns>
1020 #  <Server "server_name">
1021 #    Collect "latency"
1022 #    Collect "udp-answers" "udp-queries"
1023 #    Socket "/var/run/pdns.controlsocket"
1024 #  </Server>
1025 #  <Recursor "recursor_name">
1026 #    Collect "questions"
1027 #    Collect "cache-hits" "cache-misses"
1028 #    Socket "/var/run/pdns_recursor.controlsocket"
1029 #  </Recursor>
1030 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1031 #</Plugin>
1032
1033 #<Plugin processes>
1034 #       Process "name"
1035 #</Plugin>
1036
1037 #<Plugin protocols>
1038 #       Value "/^Tcp:/"
1039 #       IgnoreSelected false
1040 #</Plugin>
1041
1042 #<Plugin python>
1043 #       ModulePath "/path/to/your/python/modules"
1044 #       LogTraces true
1045 #       Interactive true
1046 #       Import "spam"
1047 #
1048 #       <Module spam>
1049 #               spam "wonderful" "lovely"
1050 #       </Module>
1051 #</Plugin>
1052
1053 #<Plugin redis>
1054 #   <Node example>
1055 #      Host "redis.example.com"
1056 #      Port "6379"
1057 #      Timeout 2000
1058 #   </Node>
1059 #</Plugin>
1060
1061 #<Plugin routeros>
1062 #       <Router>
1063 #               Host "router.example.com"
1064 #               Port "8728"
1065 #               User "admin"
1066 #               Password "dozaiTh4"
1067 #               CollectInterface true
1068 #               CollectRegistrationTable true
1069 #               CollectCPULoad true
1070 #               CollectMemory true
1071 #               CollectDF true
1072 #               CollectDisk true
1073 #       </Router>
1074 #</Plugin>
1075
1076 #<Plugin rrdcached>
1077 #       DaemonAddress "unix:/tmp/rrdcached.sock"
1078 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1079 #       CreateFiles true
1080 #       CreateFilesAsync false
1081 #       CollectStatistics true
1082 #</Plugin>
1083
1084 #<Plugin rrdtool>
1085 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1086 #       CreateFilesAsync false
1087 #       CacheTimeout 120
1088 #       CacheFlush   900
1089 #       WritesPerSecond 50
1090 #</Plugin>
1091
1092 #<Plugin sensors>
1093 #       SensorConfigFile "/etc/sensors.conf"
1094 #       Sensor "it8712-isa-0290/temperature-temp1"
1095 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1096 #       Sensor "it8712-isa-0290/voltage-in8"
1097 #       IgnoreSelected false
1098 #</Plugin>
1099
1100 #<Plugin sigrok>
1101 #  LogLevel 3
1102 #  <Device "AC Voltage">
1103 #    Driver "fluke-dmm"
1104 #    MinimumInterval 10
1105 #    Conn "/dev/ttyUSB2"
1106 #  </Device>
1107 #  <Device "Sound Level">
1108 #    Driver "cem-dt-885x"
1109 #    Conn "/dev/ttyUSB1"
1110 #  </Device>
1111 #</Plugin>
1112
1113 #<Plugin smart>
1114 #  Disk "/^[hs]d[a-f][0-9]?$/"
1115 #  IgnoreSelected false
1116 #</Plugin>
1117
1118 #<Plugin snmp>
1119 #   <Data "powerplus_voltge_input">
1120 #       Type "voltage"
1121 #       Table false
1122 #       Instance "input_line1"
1123 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1124 #   </Data>
1125 #   <Data "hr_users">
1126 #       Type "users"
1127 #       Table false
1128 #       Instance ""
1129 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1130 #   </Data>
1131 #   <Data "std_traffic">
1132 #       Type "if_octets"
1133 #       Table true
1134 #       Instance "IF-MIB::ifDescr"
1135 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1136 #   </Data>
1137 #
1138 #   <Host "some.switch.mydomain.org">
1139 #       Address "192.168.0.2"
1140 #       Version 1
1141 #       Community "community_string"
1142 #       Collect "std_traffic"
1143 #       Interval 120
1144 #   </Host>
1145 #   <Host "some.server.mydomain.org">
1146 #       Address "192.168.0.42"
1147 #       Version 2
1148 #       Community "another_string"
1149 #       Collect "std_traffic" "hr_users"
1150 #   </Host>
1151 #   <Host "some.ups.mydomain.org">
1152 #       Address "192.168.0.3"
1153 #       Version 1
1154 #       Community "more_communities"
1155 #       Collect "powerplus_voltge_input"
1156 #       Interval 300
1157 #   </Host>
1158 #</Plugin>
1159
1160 #<Plugin statsd>
1161 #  Host "::"
1162 #  Port "8125"
1163 #  DeleteCounters false
1164 #  DeleteTimers   false
1165 #  DeleteGauges   false
1166 #  DeleteSets     false
1167 #  CounterSum     false
1168 #  TimerPercentile 90.0
1169 #  TimerPercentile 95.0
1170 #  TimerPercentile 99.0
1171 #  TimerLower     false
1172 #  TimerUpper     false
1173 #  TimerSum       false
1174 #  TimerCount     false
1175 #</Plugin>
1176
1177 #<Plugin swap>
1178 #       ReportByDevice false
1179 #       ReportBytes true
1180 #       ValuesAbsolute true
1181 #       ValuesPercentage false
1182 #</Plugin>
1183
1184 #<Plugin table>
1185 #       <Table "/proc/slabinfo">
1186 #               Instance "slabinfo"
1187 #               Separator " "
1188 #               <Result>
1189 #                       Type gauge
1190 #                       InstancePrefix "active_objs"
1191 #                       InstancesFrom 0
1192 #                       ValuesFrom 1
1193 #               </Result>
1194 #               <Result>
1195 #                       Type gauge
1196 #                       InstancePrefix "objperslab"
1197 #                       InstancesFrom 0
1198 #                       ValuesFrom 4
1199 #               </Result>
1200 #       </Table>
1201 #</Plugin>
1202
1203 #<Plugin tail>
1204 #  <File "/var/log/exim4/mainlog">
1205 #    Instance "exim"
1206 #    Interval 60
1207 #    <Match>
1208 #      Regex "S=([1-9][0-9]*)"
1209 #      DSType "CounterAdd"
1210 #      Type "ipt_bytes"
1211 #      Instance "total"
1212 #    </Match>
1213 #    <Match>
1214 #      Regex "\\<R=local_user\\>"
1215 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1216 #      DSType "CounterInc"
1217 #      Type "counter"
1218 #      Instance "local_user"
1219 #    </Match>
1220 #  </File>
1221 #</Plugin>
1222
1223 #<Plugin tail_csv>
1224 #   <Metric "dropped">
1225 #       Type "percent"
1226 #       Instance "dropped"
1227 #       ValueFrom 1
1228 #   </Metric>
1229 #   <Metric "mbps">
1230 #       Type "bytes"
1231 #       Instance "wire-realtime"
1232 #       ValueFrom 2
1233 #   </Metric>
1234 #   <Metric "alerts">
1235 #       Type "alerts_per_second"
1236 #       ValueFrom 3
1237 #   </Metric>
1238 #   <Metric "kpps">
1239 #       Type "kpackets_wire_per_sec.realtime"
1240 #       ValueFrom 4
1241 #   </Metric>
1242 #   <File "/var/log/snort/snort.stats">
1243 #       Instance "snort-eth0"
1244 #       Interval 600
1245 #       Collect "dropped" "mbps" "alerts" "kpps"
1246 #       TimeFrom 0
1247 #   </File>
1248 #</Plugin>
1249
1250 #<Plugin tcpconns>
1251 #       ListeningPorts false
1252 #       AllPortsSummary false
1253 #       LocalPort "25"
1254 #       RemotePort "25"
1255 #</Plugin>
1256
1257 #<Plugin teamspeak2>
1258 #       Host "127.0.0.1"
1259 #       Port "51234"
1260 #       Server "8767"
1261 #</Plugin>
1262
1263 #<Plugin ted>
1264 #       Device "/dev/ttyUSB0"
1265 #       Retries 0
1266 #</Plugin>
1267
1268 #<Plugin thermal>
1269 #       ForceUseProcfs false
1270 #       Device "THRM"
1271 #       IgnoreSelected false
1272 #</Plugin>
1273
1274 #<Plugin tokyotyrant>
1275 #       Host "localhost"
1276 #       Port "1978"
1277 #</Plugin>
1278
1279 #<Plugin turbostat>
1280 ##      None of the following option should be set manually
1281 ##      This plugin automatically detect most optimal options
1282 ##      Only set values here if:
1283 ##      - The module asks you to
1284 ##      - You want to disable the collection of some data
1285 ##      - Your (Intel) CPU is not supported (yet) by the module
1286 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1287 ##      In the last two cases, please open a bug request
1288 #
1289 #       TCCActivationTemp "100"
1290 #       CoreCstates "392"
1291 #       PackageCstates "396"
1292 #       SystemManagementInterrupt true
1293 #       DigitalTemperatureSensor true
1294 #       PackageThermalManagement true
1295 #       RunningAveragePowerLimit "7"    
1296 #</Plugin>
1297
1298 #<Plugin unixsock>
1299 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1300 #       SocketGroup "collectd"
1301 #       SocketPerms "0660"
1302 #       DeleteSocket false
1303 #</Plugin>
1304
1305 #<Plugin uuid>
1306 #       UUIDFile "/etc/uuid"
1307 #</Plugin>
1308
1309 #<Plugin mic>
1310 #   ShowCPU true
1311 #   ShowCPUCores true
1312 #   ShowMemory true
1313 #   ShowTemperatures true
1314 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1315 ##  then inverted with a IgnoreSelectedTemperature.
1316 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1317 #   Temperature vddg
1318 #   IgnoreSelectedTemperature true
1319 #   ShowPower true
1320 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1321 ##  then inverted with a IgnoreSelectedTemperature.
1322 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1323 #   Power total1
1324 #   IgnoreSelectedPower true
1325 #</Plugin>
1326
1327 #<Plugin varnish>
1328 #   This tag support an argument if you want to
1329 #   monitor the local instance just use </Instance>
1330 #   If you prefer defining another instance you can do
1331 #   so by using <Instance "myinstance">
1332 #   <Instance>
1333 #      CollectBackend true
1334 #      CollectBan false           # Varnish 3 and above
1335 #      CollectCache true
1336 #      CollectConnections true
1337 #      CollectDirectorDNS false   # Varnish 3 only
1338 #      CollectESI false
1339 #      CollectFetch false
1340 #      CollectHCB false
1341 #      CollectObjects false
1342 #      CollectPurge false         # Varnish 2 only
1343 #      CollectSession false
1344 #      CollectSHM true
1345 #      CollectSMA false           # Varnish 2 only
1346 #      CollectSMS false
1347 #      CollectSM false            # Varnish 2 only
1348 #      CollectStruct false
1349 #      CollectTotals false
1350 #      CollectUptime false        # Varnish 3 and above
1351 #      CollectVCL false
1352 #      CollectVSM false           # Varnish 4 only
1353 #      CollectWorkers false
1354 #   </Instance>
1355 #</Plugin>
1356
1357 #<Plugin virt>
1358 #       Connection "xen:///"
1359 #       RefreshInterval 60
1360 #       Domain "name"
1361 #       BlockDevice "name:device"
1362 #       InterfaceDevice "name:device"
1363 #       IgnoreSelected false
1364 #       HostnameFormat name
1365 #       InterfaceFormat name
1366 #       PluginInstanceFormat name
1367 #</Plugin>
1368
1369 #<Plugin vmem>
1370 #       Verbose false
1371 #</Plugin>
1372
1373 #<Plugin write_graphite>
1374 #  <Node "example">
1375 #    Host "localhost"
1376 #    Port "2003"
1377 #    Protocol "tcp"
1378 #    ReconnectInterval 0
1379 #    LogSendErrors true
1380 #    Prefix "collectd"
1381 #    Postfix "collectd"
1382 #    StoreRates true
1383 #    AlwaysAppendDS false
1384 #    EscapeCharacter "_"
1385 #  </Node>
1386 #</Plugin>
1387
1388 #<Plugin write_http>
1389 #       <Node "example">
1390 #               URL "http://example.com/collectd-post"
1391 #               User "collectd"
1392 #               Password "weCh3ik0"
1393 #               VerifyPeer true
1394 #               VerifyHost true
1395 #               CACert "/etc/ssl/ca.crt"
1396 #               CAPath "/etc/ssl/certs/"
1397 #               ClientKey "/etc/ssl/client.pem"
1398 #               ClientCert "/etc/ssl/client.crt"
1399 #               ClientKeyPass "secret"
1400 #               Header "X-Custom-Header: custom_value"
1401 #               SSLVersion "TLSv1"
1402 #               Format "Command"
1403 #               StoreRates false
1404 #               BufferSize 4096
1405 #               LowSpeedLimit 0
1406 #               Timeout 0
1407 #       </Node>
1408 #</Plugin>
1409
1410 #<Plugin write_kafka>
1411 #  Property "metadata.broker.list" "localhost:9092"
1412 #  <Topic "collectd">
1413 #    Format JSON
1414 #  </Topic>
1415 #</Plugin>
1416
1417 #<Plugin write_mongodb>
1418 #       <Node "example">
1419 #               Host "localhost"
1420 #               Port "27017"
1421 #               Timeout 1000
1422 #               StoreRates false
1423 #               Database "auth_db"
1424 #               User "auth_user"
1425 #               Password "auth_passwd"
1426 #       </Node>
1427 #</Plugin>
1428
1429 #<Plugin write_redis>
1430 #       <Node "example">
1431 #               Host "localhost"
1432 #               Port "6379"
1433 #               Timeout 1000
1434 #               Prefix "collectd/"
1435 #       </Node>
1436 #</Plugin>
1437
1438 #<Plugin write_riemann>
1439 #       <Node "example">
1440 #               Host "localhost"
1441 #               Port 5555
1442 #               Protocol TCP
1443 #               Batch true
1444 #               BatchMaxSize 8192
1445 #               StoreRates true
1446 #               AlwaysAppendDS false
1447 #               TTLFactor 2.0
1448 #               Notifications true
1449 #               CheckThresholds false
1450 #               EventServicePrefix ""
1451 #       </Node>
1452 #       Tag "foobar"
1453 #       Attribute "foo" "bar"
1454 #</Plugin>
1455
1456 #<Plugin write_sensu>
1457 #       <Node "example">
1458 #               Host "localhost"
1459 #               Port 3030
1460 #               StoreRates true
1461 #               AlwaysAppendDS false
1462 #               Notifications true
1463 #               Metrics true
1464 #               EventServicePrefix ""
1465 #               MetricHandler "influx"
1466 #               MetricHandler "default"
1467 #               NotificationHandler "flapjack"
1468 #               NotificationHandler "howling_monkey"
1469 #       </Node>
1470 #       Tag "foobar"
1471 #       Attribute "foo" "bar"
1472 #</Plugin>
1473
1474 #<Plugin write_tsdb>
1475 #       <Node>
1476 #               Host "localhost"
1477 #               Port "4242"
1478 #               HostTags "status=production"
1479 #               StoreRates false
1480 #               AlwaysAppendDS false
1481 #       </Node>
1482 #</Plugin>
1483
1484 #<Plugin zookeeper>
1485 #    Host "localhost"
1486 #    Port "2181"
1487 #</Plugin>
1488
1489 ##############################################################################
1490 # Filter configuration                                                       #
1491 #----------------------------------------------------------------------------#
1492 # The following configures collectd's filtering mechanism. Before changing   #
1493 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1494 # in the collectd.conf(5) manual page.                                       #
1495 ##############################################################################
1496
1497 # Load required matches:
1498 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1499 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1500 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1501 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1502 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1503
1504 # Load required targets:
1505 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1506 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1507 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1508 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1509 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1510
1511 #----------------------------------------------------------------------------#
1512 # The following block demonstrates the default behavior if no filtering is   #
1513 # configured at all: All values will be sent to all available write plugins. #
1514 #----------------------------------------------------------------------------#
1515
1516 #<Chain "PostCache">
1517 #  Target "write"
1518 #</Chain>
1519
1520 ##############################################################################
1521 # Threshold configuration                                                    #
1522 #----------------------------------------------------------------------------#
1523 # The following outlines how to configure collectd's threshold checking      #
1524 # plugin. The plugin and possible configuration options are documented in    #
1525 # the collectd-threshold(5) manual page.                                     #
1526 ##############################################################################
1527
1528 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1529 #<Plugin threshold>
1530 #  <Type "foo">
1531 #    WarningMin    0.00
1532 #    WarningMax 1000.00
1533 #    FailureMin    0.00
1534 #    FailureMax 1200.00
1535 #    Invert false
1536 #    Instance "bar"
1537 #  </Type>
1538 #
1539 #  <Plugin "interface">
1540 #    Instance "eth0"
1541 #    <Type "if_octets">
1542 #      FailureMax 10000000
1543 #      DataSource "rx"
1544 #    </Type>
1545 #  </Plugin>
1546 #
1547 #  <Host "hostname">
1548 #    <Type "cpu">
1549 #      Instance "idle"
1550 #      FailureMin 10
1551 #    </Type>
1552 #
1553 #    <Plugin "memory">
1554 #      <Type "memory">
1555 #        Instance "cached"
1556 #        WarningMin 100000000
1557 #      </Type>
1558 #    </Plugin>
1559 #
1560 #    <Type "load">
1561 #       DataSource "midterm"
1562 #       FailureMax 4
1563 #       Hits 3
1564 #       Hysteresis 3
1565 #    </Type>
1566 #  </Host>
1567 #</Plugin>