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