Merge branch 'pr/1792'
[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 #    ValuesPages      true
603 #    ValuesBytes      false
604 #    ValuesPercentage false
605 #</Plugin>
606
607 #<Plugin interface>
608 #       Interface "eth0"
609 #       IgnoreSelected false
610 #       ReportInactive true
611 #       UniqueName false
612 #</Plugin>
613
614 #<Plugin ipmi>
615 #       Sensor "some_sensor"
616 #       Sensor "another_one"
617 #       IgnoreSelected false
618 #       NotifySensorAdd false
619 #       NotifySensorRemove true
620 #       NotifySensorNotPresent false
621 #</Plugin>
622
623 #<Plugin iptables>
624 #       Chain table chain
625 #       Chain6 table chain
626 #</Plugin>
627
628 #<Plugin irq>
629 #       Irq 7
630 #       Irq 8
631 #       Irq 9
632 #       IgnoreSelected true
633 #</Plugin>
634
635 #<Plugin java>
636 #       JVMArg "-verbose:jni"
637 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
638 #
639 #       LoadPlugin "org.collectd.java.Foobar"
640 #       <Plugin "org.collectd.java.Foobar">
641 #         # To be parsed by the plugin
642 #       </Plugin>
643 #</Plugin>
644
645 #<Plugin load>
646 #        ReportRelative true
647 #</Plugin>
648
649 #<Plugin lpar>
650 #       CpuPoolStats   false
651 #       ReportBySerial false
652 #</Plugin>
653
654 #<Plugin lua>
655 #       BasePath "@prefix@/share/@PACKAGE_NAME@/lua"
656 #       Script "script1.lua"
657 #       Script "script2.lua"
658 #</Plugin>
659
660 #<Plugin madwifi>
661 #       Interface "wlan0"
662 #       IgnoreSelected false
663 #       Source "SysFS"
664 #       WatchSet "None"
665 #       WatchAdd "node_octets"
666 #       WatchAdd "node_rssi"
667 #       WatchAdd "is_rx_acl"
668 #       WatchAdd "is_scan_active"
669 #</Plugin>
670
671 #<Plugin mbmon>
672 #       Host "127.0.0.1"
673 #       Port "411"
674 #</Plugin>
675
676 #<Plugin md>
677 #       Device "/dev/md0"
678 #       IgnoreSelected false
679 #</Plugin>
680
681 #<Plugin memcachec>
682 #       <Page "plugin_instance">
683 #               Server "localhost"
684 #               Key "page_key"
685 #               <Match>
686 #                       Regex "(\\d+) bytes sent"
687 #                       ExcludeRegex "<lines to be excluded>"
688 #                       DSType CounterAdd
689 #                       Type "ipt_octets"
690 #                       Instance "type_instance"
691 #               </Match>
692 #       </Page>
693 #</Plugin>
694
695 #<Plugin memcached>
696 #       <Instance "local">
697 #               Host "127.0.0.1"
698 #               Port "11211"
699 #       </Instance>
700 #</Plugin>
701
702 #<Plugin memory>
703 #       ValuesAbsolute true
704 #       ValuesPercentage false
705 #</Plugin>
706
707 #<Plugin modbus>
708 #       <Data "data_name">
709 #               RegisterBase 1234
710 #               RegisterCmd ReadHolding
711 #               RegisterType float
712 #               Type gauge
713 #               Instance "..."
714 #       </Data>
715 #
716 #       <Host "name">
717 #               Address "addr"
718 #               Port "1234"
719 #               Interval 60
720 #
721 #               <Slave 1>
722 #                       Instance "foobar" # optional
723 #                       Collect "data_name"
724 #               </Slave>
725 #       </Host>
726 #</Plugin>
727
728 #<Plugin mqtt>
729 #       <Publish "name">
730 #               Host "localhost"
731 #               Port 1883
732 #               ClientId "localhost"
733 #               User "user"
734 #               Password "secret"
735 #               QoS 0
736 #               Prefix "collectd"
737 #               StoreRates true
738 #               Retain false
739 #               CACert "/etc/ssl/ca.crt"
740 #               CertificateFile "/etc/ssl/client.crt"
741 #               CertificateKeyFile "/etc/ssl/client.pem"
742 #               TLSProtocol "tlsv1.2"
743 #               CipherSuite "ciphers"
744 #       </Publish>
745 #       <Subscribe "name">
746 #               Host "localhost"
747 #               Port 1883
748 #               ClientId "localhost"
749 #               User "user"
750 #               Password "secret"
751 #               QoS 2
752 #               Topic "collectd/#"
753 #               CleanSession true
754 #       </Subscribe>
755 #</Plugin>
756
757 #<Plugin mysql>
758 #       <Database db_name>
759 #               Host "database.serv.er"
760 #               User "db_user"
761 #               Password "secret"
762 #               Database "db_name"
763 #               SSLKey "/path/to/key.pem"
764 #               SSLCert "/path/to/cert.pem"
765 #               SSLCA "/path/to/ca.pem"
766 #               SSLCAPath "/path/to/cas/"
767 #               SSLCipher "DHE-RSA-AES256-SHA"
768 #               MasterStats true
769 #               ConnectTimeout 10
770 #               InnodbStats true
771 #       </Database>
772 #
773 #       <Database db_name2>
774 #               Alias "squeeze"
775 #               Host "localhost"
776 #               Socket "/var/run/mysql/mysqld.sock"
777 #               SlaveStats true
778 #               SlaveNotifications true
779 #       </Database>
780 #       <Database galera>
781 #               Alias "galera"
782 #               Host "localhost"
783 #               Socket "/var/run/mysql/mysqld.sock"
784 #               WsrepStats true
785 #       </Database>
786 #</Plugin>
787
788 #<Plugin netapp>
789 #       <Host "netapp1.example.com">
790 #               Protocol      "https"
791 #               Address       "10.0.0.1"
792 #               Port          443
793 #               User          "username"
794 #               Password      "aef4Aebe"
795 #               Interval      30
796 #
797 #               <WAFL>
798 #                       Interval 30
799 #                       GetNameCache   true
800 #                       GetDirCache    true
801 #                       GetBufferCache true
802 #                       GetInodeCache  true
803 #               </WAFL>
804 #
805 #               <Disks>
806 #                       Interval 30
807 #                       GetBusy true
808 #               </Disks>
809 #
810 #               <VolumePerf>
811 #                       Interval 30
812 #                       GetIO      "volume0"
813 #                       IgnoreSelectedIO      false
814 #                       GetOps     "volume0"
815 #                       IgnoreSelectedOps     false
816 #                       GetLatency "volume0"
817 #                       IgnoreSelectedLatency false
818 #               </VolumePerf>
819 #
820 #               <VolumeUsage>
821 #                       Interval 30
822 #                       GetCapacity "vol0"
823 #                       GetCapacity "vol1"
824 #                       IgnoreSelectedCapacity false
825 #                       GetSnapshot "vol1"
826 #                       GetSnapshot "vol3"
827 #                       IgnoreSelectedSnapshot false
828 #               </VolumeUsage>
829 #
830 #               <System>
831 #                       Interval 30
832 #                       GetCPULoad     true
833 #                       GetInterfaces  true
834 #                       GetDiskOps     true
835 #                       GetDiskIO      true
836 #               </System>
837 #       </Host>
838 #</Plugin>
839
840 #<Plugin netlink>
841 #       Interface "All"
842 #       VerboseInterface "All"
843 #       QDisc "eth0" "pfifo_fast-1:0"
844 #       Class "ppp0" "htb-1:10"
845 #       Filter "ppp0" "u32-1:0"
846 #       IgnoreSelected false
847 #</Plugin>
848
849 @LOAD_PLUGIN_NETWORK@<Plugin network>
850 #       # client setup:
851 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
852 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
853 #               SecurityLevel Encrypt
854 #               Username "user"
855 #               Password "secret"
856 #               Interface "eth0"
857 #               ResolveInterval 14400
858 @LOAD_PLUGIN_NETWORK@   </Server>
859 #       TimeToLive 128
860 #
861 #       # server setup:
862 #       Listen "ff18::efc0:4a42" "25826"
863 #       <Listen "239.192.74.66" "25826">
864 #               SecurityLevel Sign
865 #               AuthFile "/etc/collectd/passwd"
866 #               Interface "eth0"
867 #       </Listen>
868 #       MaxPacketSize 1452
869 #
870 #       # proxy setup (client and server as above):
871 #       Forward true
872 #
873 #       # statistics about the network plugin itself
874 #       ReportStats false
875 #
876 #       # "garbage collection"
877 #       CacheFlush 1800
878 @LOAD_PLUGIN_NETWORK@</Plugin>
879
880 #<Plugin nginx>
881 #       URL "http://localhost/status?auto"
882 #       User "www-user"
883 #       Password "secret"
884 #       CACert "/etc/ssl/ca.crt"
885 #</Plugin>
886
887 #<Plugin notify_desktop>
888 #       OkayTimeout 1000
889 #       WarningTimeout 5000
890 #       FailureTimeout 0
891 #</Plugin>
892
893 #<Plugin notify_email>
894 #       SMTPServer "localhost"
895 #       SMTPPort 25
896 #       SMTPUser "my-username"
897 #       SMTPPassword "my-password"
898 #       From "collectd@main0server.com"
899 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
900 #       Subject "Aaaaaa!! %s on %s!!!!!"
901 #       Recipient "email1@domain1.net"
902 #       Recipient "email2@domain2.com"
903 #</Plugin>
904
905 #<Plugin notify_nagios>
906 #       CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
907 #</Plugin>
908
909 #<Plugin ntpd>
910 #       Host "localhost"
911 #       Port 123
912 #       ReverseLookups false
913 #       IncludeUnitID true
914 #</Plugin>
915
916 #<Plugin nut>
917 #       UPS "upsname@hostname:port"
918 #</Plugin>
919
920 #<Plugin olsrd>
921 #       Host "127.0.0.1"
922 #       Port "2006"
923 #       CollectLinks "Summary"
924 #       CollectRoutes "Summary"
925 #       CollectTopology "Summary"
926 #</Plugin>
927
928 #<Plugin onewire>
929 #       Device "-s localhost:4304"
930 #       Sensor "F10FCA000800"
931 #       IgnoreSelected false
932 #</Plugin>
933
934 #<Plugin openldap>
935 #  <Instance "localhost">
936 #    URL "ldap://localhost:389"
937 #    StartTLS false
938 #    VerifyHost true
939 #    CACert "/path/to/ca.crt"
940 #    Timeout -1
941 #    Version 3
942 #  </Instance>
943 #</Plugin>
944
945 #<Plugin openvpn>
946 #       StatusFile "/etc/openvpn/openvpn-status.log"
947 #       ImprovedNamingSchema false
948 #       CollectCompression true
949 #       CollectIndividualUsers true
950 #       CollectUserCount false
951 #</Plugin>
952
953 #<Plugin oracle>
954 #  <Query "out_of_stock">
955 #    Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
956 #    <Result>
957 #      Type "gauge"
958 #      InstancesFrom "category"
959 #      ValuesFrom "value"
960 #    </Result>
961 #  </Query>
962 #  <Database "product_information">
963 #    ConnectID "db01"
964 #    Username "oracle"
965 #    Password "secret"
966 #    Query "out_of_stock"
967 #  </Database>
968 #</Plugin>
969
970 #<Plugin perl>
971 #       IncludeDir "/my/include/path"
972 #       BaseName "Collectd::Plugins"
973 #       EnableDebugger ""
974 #       LoadPlugin Monitorus
975 #       LoadPlugin OpenVZ
976 #
977 #       <Plugin foo>
978 #               Foo "Bar"
979 #               Qux "Baz"
980 #       </Plugin>
981 #</Plugin>
982
983 #<Plugin pinba>
984 #       Address "::0"
985 #       Port "30002"
986 #       <View "name">
987 #               Host "host name"
988 #               Server "server name"
989 #               Script "script name"
990 #       </View>
991 #</Plugin>
992
993 #<Plugin ping>
994 #       Host "host.foo.bar"
995 #       Interval 1.0
996 #       Timeout 0.9
997 #       TTL 255
998 #       SourceAddress "1.2.3.4"
999 #       Device "eth0"
1000 #       MaxMissed -1
1001 #</Plugin>
1002
1003 #<Plugin postgresql>
1004 #       <Query magic>
1005 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
1006 #               Param hostname
1007 #               <Result>
1008 #                       Type gauge
1009 #                       InstancePrefix "magic"
1010 #                       ValuesFrom magic
1011 #               </Result>
1012 #       </Query>
1013 #       <Query rt36_tickets>
1014 #               Statement "SELECT COUNT(type) AS count, type \
1015 #                                 FROM (SELECT CASE \
1016 #                                              WHEN resolved = 'epoch' THEN 'open' \
1017 #                                              ELSE 'resolved' END AS type \
1018 #                                              FROM tickets) type \
1019 #                                 GROUP BY type;"
1020 #               <Result>
1021 #                       Type counter
1022 #                       InstancePrefix "rt36_tickets"
1023 #                       InstancesFrom "type"
1024 #                       ValuesFrom "count"
1025 #               </Result>
1026 #       </Query>
1027 #       <Writer sqlstore>
1028 #               # See contrib/postgresql/collectd_insert.sql for details
1029 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
1030 #               StoreRates true
1031 #       </Writer>
1032 #       <Database foo>
1033 #               Host "hostname"
1034 #               Port "5432"
1035 #               User "username"
1036 #               Password "secret"
1037 #               SSLMode "prefer"
1038 #               KRBSrvName "kerberos_service_name"
1039 #               Query magic
1040 #       </Database>
1041 #       <Database bar>
1042 #               Interval 60
1043 #               Service "service_name"
1044 #               Query backend # predefined
1045 #               Query rt36_tickets
1046 #       </Database>
1047 #       <Database qux>
1048 #               Service "collectd_store"
1049 #               Writer sqlstore
1050 #               # see collectd.conf(5) for details
1051 #               CommitInterval 30
1052 #       </Database>
1053 #</Plugin>
1054
1055 #<Plugin powerdns>
1056 #  <Server "server_name">
1057 #    Collect "latency"
1058 #    Collect "udp-answers" "udp-queries"
1059 #    Socket "/var/run/pdns.controlsocket"
1060 #  </Server>
1061 #  <Recursor "recursor_name">
1062 #    Collect "questions"
1063 #    Collect "cache-hits" "cache-misses"
1064 #    Socket "/var/run/pdns_recursor.controlsocket"
1065 #  </Recursor>
1066 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1067 #</Plugin>
1068
1069 #<Plugin processes>
1070 #       Process "name"
1071 #</Plugin>
1072
1073 #<Plugin protocols>
1074 #       Value "/^Tcp:/"
1075 #       IgnoreSelected false
1076 #</Plugin>
1077
1078 #<Plugin python>
1079 #       ModulePath "/path/to/your/python/modules"
1080 #       LogTraces true
1081 #       Interactive true
1082 #       Import "spam"
1083 #
1084 #       <Module spam>
1085 #               spam "wonderful" "lovely"
1086 #       </Module>
1087 #</Plugin>
1088
1089 #<Plugin redis>
1090 #   <Node example>
1091 #      Host "redis.example.com"
1092 #      Port "6379"
1093 #      Timeout 2000
1094 #   </Node>
1095 #</Plugin>
1096
1097 #<Plugin routeros>
1098 #       <Router>
1099 #               Host "router.example.com"
1100 #               Port "8728"
1101 #               User "admin"
1102 #               Password "dozaiTh4"
1103 #               CollectInterface true
1104 #               CollectRegistrationTable true
1105 #               CollectCPULoad true
1106 #               CollectMemory true
1107 #               CollectDF true
1108 #               CollectDisk true
1109 #       </Router>
1110 #</Plugin>
1111
1112 #<Plugin rrdcached>
1113 #       DaemonAddress "unix:/tmp/rrdcached.sock"
1114 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1115 #       CreateFiles true
1116 #       CreateFilesAsync false
1117 #       CollectStatistics true
1118 #</Plugin>
1119
1120 #<Plugin rrdtool>
1121 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1122 #       CreateFilesAsync false
1123 #       CacheTimeout 120
1124 #       CacheFlush   900
1125 #       WritesPerSecond 50
1126 #</Plugin>
1127
1128 #<Plugin sensors>
1129 #       SensorConfigFile "/etc/sensors.conf"
1130 #       Sensor "it8712-isa-0290/temperature-temp1"
1131 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1132 #       Sensor "it8712-isa-0290/voltage-in8"
1133 #       IgnoreSelected false
1134 #</Plugin>
1135
1136 #<Plugin sigrok>
1137 #  LogLevel 3
1138 #  <Device "AC Voltage">
1139 #    Driver "fluke-dmm"
1140 #    MinimumInterval 10
1141 #    Conn "/dev/ttyUSB2"
1142 #  </Device>
1143 #  <Device "Sound Level">
1144 #    Driver "cem-dt-885x"
1145 #    Conn "/dev/ttyUSB1"
1146 #  </Device>
1147 #</Plugin>
1148
1149 #<Plugin smart>
1150 #  Disk "/^[hs]d[a-f][0-9]?$/"
1151 #  IgnoreSelected false
1152 #</Plugin>
1153
1154 #<Plugin snmp>
1155 #   <Data "powerplus_voltge_input">
1156 #       Type "voltage"
1157 #       Table false
1158 #       Instance "input_line1"
1159 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1160 #   </Data>
1161 #   <Data "hr_users">
1162 #       Type "users"
1163 #       Table false
1164 #       Instance ""
1165 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1166 #   </Data>
1167 #   <Data "std_traffic">
1168 #       Type "if_octets"
1169 #       Table true
1170 #       Instance "IF-MIB::ifDescr"
1171 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1172 #   </Data>
1173 #
1174 #   <Host "some.switch.mydomain.org">
1175 #       Address "192.168.0.2"
1176 #       Version 1
1177 #       Community "community_string"
1178 #       Collect "std_traffic"
1179 #       Interval 120
1180 #   </Host>
1181 #   <Host "some.server.mydomain.org">
1182 #       Address "192.168.0.42"
1183 #       Version 2
1184 #       Community "another_string"
1185 #       Collect "std_traffic" "hr_users"
1186 #   </Host>
1187 #   <Host "some.ups.mydomain.org">
1188 #       Address "192.168.0.3"
1189 #       Version 1
1190 #       Community "more_communities"
1191 #       Collect "powerplus_voltge_input"
1192 #       Interval 300
1193 #   </Host>
1194 #</Plugin>
1195
1196 #<Plugin statsd>
1197 #  Host "::"
1198 #  Port "8125"
1199 #  DeleteCounters false
1200 #  DeleteTimers   false
1201 #  DeleteGauges   false
1202 #  DeleteSets     false
1203 #  CounterSum     false
1204 #  TimerPercentile 90.0
1205 #  TimerPercentile 95.0
1206 #  TimerPercentile 99.0
1207 #  TimerLower     false
1208 #  TimerUpper     false
1209 #  TimerSum       false
1210 #  TimerCount     false
1211 #</Plugin>
1212
1213 #<Plugin swap>
1214 #       ReportByDevice false
1215 #       ReportBytes true
1216 #       ValuesAbsolute true
1217 #       ValuesPercentage false
1218 #</Plugin>
1219
1220 #<Plugin table>
1221 #       <Table "/proc/slabinfo">
1222 #               Instance "slabinfo"
1223 #               Separator " "
1224 #               <Result>
1225 #                       Type gauge
1226 #                       InstancePrefix "active_objs"
1227 #                       InstancesFrom 0
1228 #                       ValuesFrom 1
1229 #               </Result>
1230 #               <Result>
1231 #                       Type gauge
1232 #                       InstancePrefix "objperslab"
1233 #                       InstancesFrom 0
1234 #                       ValuesFrom 4
1235 #               </Result>
1236 #       </Table>
1237 #</Plugin>
1238
1239 #<Plugin tail>
1240 #  <File "/var/log/exim4/mainlog">
1241 #    Instance "exim"
1242 #    Interval 60
1243 #    <Match>
1244 #      Regex "S=([1-9][0-9]*)"
1245 #      DSType "CounterAdd"
1246 #      Type "ipt_bytes"
1247 #      Instance "total"
1248 #    </Match>
1249 #    <Match>
1250 #      Regex "\\<R=local_user\\>"
1251 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1252 #      DSType "CounterInc"
1253 #      Type "counter"
1254 #      Instance "local_user"
1255 #    </Match>
1256 #  </File>
1257 #</Plugin>
1258
1259 #<Plugin tail_csv>
1260 #   <Metric "dropped">
1261 #       Type "percent"
1262 #       Instance "dropped"
1263 #       ValueFrom 1
1264 #   </Metric>
1265 #   <Metric "mbps">
1266 #       Type "bytes"
1267 #       Instance "wire-realtime"
1268 #       ValueFrom 2
1269 #   </Metric>
1270 #   <Metric "alerts">
1271 #       Type "alerts_per_second"
1272 #       ValueFrom 3
1273 #   </Metric>
1274 #   <Metric "kpps">
1275 #       Type "kpackets_wire_per_sec.realtime"
1276 #       ValueFrom 4
1277 #   </Metric>
1278 #   <File "/var/log/snort/snort.stats">
1279 #       Instance "snort-eth0"
1280 #       Interval 600
1281 #       Collect "dropped" "mbps" "alerts" "kpps"
1282 #       TimeFrom 0
1283 #   </File>
1284 #</Plugin>
1285
1286 #<Plugin tcpconns>
1287 #       ListeningPorts false
1288 #       AllPortsSummary false
1289 #       LocalPort "25"
1290 #       RemotePort "25"
1291 #</Plugin>
1292
1293 #<Plugin teamspeak2>
1294 #       Host "127.0.0.1"
1295 #       Port "51234"
1296 #       Server "8767"
1297 #</Plugin>
1298
1299 #<Plugin ted>
1300 #       Device "/dev/ttyUSB0"
1301 #       Retries 0
1302 #</Plugin>
1303
1304 #<Plugin thermal>
1305 #       ForceUseProcfs false
1306 #       Device "THRM"
1307 #       IgnoreSelected false
1308 #</Plugin>
1309
1310 #<Plugin tokyotyrant>
1311 #       Host "localhost"
1312 #       Port "1978"
1313 #</Plugin>
1314
1315 #<Plugin turbostat>
1316 ##      None of the following option should be set manually
1317 ##      This plugin automatically detect most optimal options
1318 ##      Only set values here if:
1319 ##      - The module asks you to
1320 ##      - You want to disable the collection of some data
1321 ##      - Your (Intel) CPU is not supported (yet) by the module
1322 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1323 ##      In the last two cases, please open a bug request
1324 #
1325 #       TCCActivationTemp "100"
1326 #       CoreCstates "392"
1327 #       PackageCstates "396"
1328 #       SystemManagementInterrupt true
1329 #       DigitalTemperatureSensor true
1330 #       PackageThermalManagement true
1331 #       RunningAveragePowerLimit "7"    
1332 #</Plugin>
1333
1334 #<Plugin unixsock>
1335 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1336 #       SocketGroup "collectd"
1337 #       SocketPerms "0660"
1338 #       DeleteSocket false
1339 #</Plugin>
1340
1341 #<Plugin uuid>
1342 #       UUIDFile "/etc/uuid"
1343 #</Plugin>
1344
1345 #<Plugin mic>
1346 #   ShowCPU true
1347 #   ShowCPUCores true
1348 #   ShowMemory true
1349 #   ShowTemperatures true
1350 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1351 ##  then inverted with a IgnoreSelectedTemperature.
1352 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1353 #   Temperature vddg
1354 #   IgnoreSelectedTemperature true
1355 #   ShowPower true
1356 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1357 ##  then inverted with a IgnoreSelectedTemperature.
1358 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1359 #   Power total1
1360 #   IgnoreSelectedPower true
1361 #</Plugin>
1362
1363 #<Plugin varnish>
1364 #   This tag support an argument if you want to
1365 #   monitor the local instance just use </Instance>
1366 #   If you prefer defining another instance you can do
1367 #   so by using <Instance "myinstance">
1368 #   <Instance>
1369 #      CollectBackend true
1370 #      CollectBan false           # Varnish 3 and above
1371 #      CollectCache true
1372 #      CollectConnections true
1373 #      CollectDirectorDNS false   # Varnish 3 only
1374 #      CollectESI false
1375 #      CollectFetch false
1376 #      CollectHCB false
1377 #      CollectObjects false
1378 #      CollectPurge false         # Varnish 2 only
1379 #      CollectSession false
1380 #      CollectSHM true
1381 #      CollectSMA false           # Varnish 2 only
1382 #      CollectSMS false
1383 #      CollectSM false            # Varnish 2 only
1384 #      CollectStruct false
1385 #      CollectTotals false
1386 #      CollectUptime false        # Varnish 3 and above
1387 #      CollectVCL false
1388 #      CollectVSM false           # Varnish 4 only
1389 #      CollectWorkers false
1390 #   </Instance>
1391 #</Plugin>
1392
1393 #<Plugin virt>
1394 #       Connection "xen:///"
1395 #       RefreshInterval 60
1396 #       Domain "name"
1397 #       BlockDevice "name:device"
1398 #       InterfaceDevice "name:device"
1399 #       IgnoreSelected false
1400 #       HostnameFormat name
1401 #       InterfaceFormat name
1402 #       PluginInstanceFormat name
1403 #</Plugin>
1404
1405 #<Plugin vmem>
1406 #       Verbose false
1407 #</Plugin>
1408
1409 #<Plugin write_graphite>
1410 #  <Node "example">
1411 #    Host "localhost"
1412 #    Port "2003"
1413 #    Protocol "tcp"
1414 #    ReconnectInterval 0
1415 #    LogSendErrors true
1416 #    Prefix "collectd"
1417 #    Postfix "collectd"
1418 #    StoreRates true
1419 #    AlwaysAppendDS false
1420 #    EscapeCharacter "_"
1421 #    SeparateInstances false
1422 #    DropDuplicateFields false
1423 #  </Node>
1424 #</Plugin>
1425
1426 #<Plugin write_http>
1427 #       <Node "example">
1428 #               URL "http://example.com/collectd-post"
1429 #               User "collectd"
1430 #               Password "weCh3ik0"
1431 #               VerifyPeer true
1432 #               VerifyHost true
1433 #               CACert "/etc/ssl/ca.crt"
1434 #               CAPath "/etc/ssl/certs/"
1435 #               ClientKey "/etc/ssl/client.pem"
1436 #               ClientCert "/etc/ssl/client.crt"
1437 #               ClientKeyPass "secret"
1438 #               Header "X-Custom-Header: custom_value"
1439 #               SSLVersion "TLSv1"
1440 #               Format "Command"
1441 #               Metrics true
1442 #               Notifications false
1443 #               StoreRates false
1444 #               BufferSize 4096
1445 #               LowSpeedLimit 0
1446 #               Timeout 0
1447 #       </Node>
1448 #</Plugin>
1449
1450 #<Plugin write_kafka>
1451 #  Property "metadata.broker.list" "localhost:9092"
1452 #  <Topic "collectd">
1453 #    Format JSON
1454 #  </Topic>
1455 #</Plugin>
1456
1457 #<Plugin write_mongodb>
1458 #       <Node "example">
1459 #               Host "localhost"
1460 #               Port "27017"
1461 #               Timeout 1000
1462 #               StoreRates false
1463 #               Database "auth_db"
1464 #               User "auth_user"
1465 #               Password "auth_passwd"
1466 #       </Node>
1467 #</Plugin>
1468
1469 #<Plugin write_redis>
1470 #       <Node "example">
1471 #               Host "localhost"
1472 #               Port "6379"
1473 #               Timeout 1000
1474 #               Prefix "collectd/"
1475 #       </Node>
1476 #</Plugin>
1477
1478 #<Plugin write_riemann>
1479 #       <Node "example">
1480 #               Host "localhost"
1481 #               Port 5555
1482 #               Protocol TCP
1483 #               Batch true
1484 #               BatchMaxSize 8192
1485 #               StoreRates true
1486 #               AlwaysAppendDS false
1487 #               TTLFactor 2.0
1488 #               Notifications true
1489 #               CheckThresholds false
1490 #               EventServicePrefix ""
1491 #       </Node>
1492 #       Tag "foobar"
1493 #       Attribute "foo" "bar"
1494 #</Plugin>
1495
1496 #<Plugin write_sensu>
1497 #       <Node "example">
1498 #               Host "localhost"
1499 #               Port 3030
1500 #               StoreRates true
1501 #               AlwaysAppendDS false
1502 #               Notifications true
1503 #               Metrics true
1504 #               EventServicePrefix ""
1505 #               MetricHandler "influx"
1506 #               MetricHandler "default"
1507 #               NotificationHandler "flapjack"
1508 #               NotificationHandler "howling_monkey"
1509 #       </Node>
1510 #       Tag "foobar"
1511 #       Attribute "foo" "bar"
1512 #</Plugin>
1513
1514 #<Plugin write_tsdb>
1515 #       <Node>
1516 #               Host "localhost"
1517 #               Port "4242"
1518 #               HostTags "status=production"
1519 #               StoreRates false
1520 #               AlwaysAppendDS false
1521 #       </Node>
1522 #</Plugin>
1523
1524 #<Plugin zookeeper>
1525 #    Host "localhost"
1526 #    Port "2181"
1527 #</Plugin>
1528
1529 ##############################################################################
1530 # Filter configuration                                                       #
1531 #----------------------------------------------------------------------------#
1532 # The following configures collectd's filtering mechanism. Before changing   #
1533 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1534 # in the collectd.conf(5) manual page.                                       #
1535 ##############################################################################
1536
1537 # Load required matches:
1538 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1539 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1540 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1541 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1542 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1543
1544 # Load required targets:
1545 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1546 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1547 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1548 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1549 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1550
1551 #----------------------------------------------------------------------------#
1552 # The following block demonstrates the default behavior if no filtering is   #
1553 # configured at all: All values will be sent to all available write plugins. #
1554 #----------------------------------------------------------------------------#
1555
1556 #<Chain "PostCache">
1557 #  Target "write"
1558 #</Chain>
1559
1560 ##############################################################################
1561 # Threshold configuration                                                    #
1562 #----------------------------------------------------------------------------#
1563 # The following outlines how to configure collectd's threshold checking      #
1564 # plugin. The plugin and possible configuration options are documented in    #
1565 # the collectd-threshold(5) manual page.                                     #
1566 ##############################################################################
1567
1568 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1569 #<Plugin threshold>
1570 #  <Type "foo">
1571 #    WarningMin    0.00
1572 #    WarningMax 1000.00
1573 #    FailureMin    0.00
1574 #    FailureMax 1200.00
1575 #    Invert false
1576 #    Instance "bar"
1577 #  </Type>
1578 #
1579 #  <Plugin "interface">
1580 #    Instance "eth0"
1581 #    <Type "if_octets">
1582 #      FailureMax 10000000
1583 #      DataSource "rx"
1584 #    </Type>
1585 #  </Plugin>
1586 #
1587 #  <Host "hostname">
1588 #    <Type "cpu">
1589 #      Instance "idle"
1590 #      FailureMin 10
1591 #    </Type>
1592 #
1593 #    <Plugin "memory">
1594 #      <Type "memory">
1595 #        Instance "cached"
1596 #        WarningMin 100000000
1597 #      </Type>
1598 #    </Plugin>
1599 #
1600 #    <Type "load">
1601 #       DataSource "midterm"
1602 #       FailureMax 4
1603 #       Hits 3
1604 #       Hysteresis 3
1605 #    </Type>
1606 #  </Host>
1607 #</Plugin>