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