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