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