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