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