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