intel_pmu: address PR comments
[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_STATSD_TRUE@LoadPlugin statsd
193 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
194 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
195 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
196 #@BUILD_PLUGIN_TAIL_CSV_TRUE@LoadPlugin tail_csv
197 #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape
198 #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns
199 #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2
200 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted
201 #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal
202 #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant
203 #@BUILD_PLUGIN_TURBOSTAT_TRUE@LoadPlugin turbostat
204 #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock
205 #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime
206 #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users
207 #@BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid
208 #@BUILD_PLUGIN_VARNISH_TRUE@LoadPlugin varnish
209 #@BUILD_PLUGIN_VIRT_TRUE@LoadPlugin virt
210 #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem
211 #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver
212 #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless
213 #@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@LoadPlugin write_graphite
214 #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http
215 #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka
216 #@BUILD_PLUGIN_WRITE_LOG_TRUE@LoadPlugin write_log
217 #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb
218 #@BUILD_PLUGIN_WRITE_PROMETHEUS_TRUE@LoadPlugin write_prometheus
219 #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis
220 #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann
221 #@BUILD_PLUGIN_WRITE_SENSU_TRUE@LoadPlugin write_sensu
222 #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb
223 #@BUILD_PLUGIN_XENCPU_TRUE@LoadPlugin xencpu
224 #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms
225 #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc
226 #@BUILD_PLUGIN_ZONE_TRUE@LoadPlugin zone
227 #@BUILD_PLUGIN_ZOOKEEPER_TRUE@LoadPlugin zookeeper
228
229 ##############################################################################
230 # Plugin configuration                                                       #
231 #----------------------------------------------------------------------------#
232 # In this section configuration stubs for each plugin are provided. A desc-  #
233 # ription of those options is available in the collectd.conf(5) manual page. #
234 ##############################################################################
235
236 #<Plugin aggregation>
237 #  <Aggregation>
238 #    #Host "unspecified"
239 #    Plugin "cpu"
240 #    #PluginInstance "unspecified"
241 #    Type "cpu"
242 #    #TypeInstance "unspecified"
243 #
244 #    GroupBy "Host"
245 #    GroupBy "TypeInstance"
246 #
247 #    CalculateNum false
248 #    CalculateSum false
249 #    CalculateAverage true
250 #    CalculateMinimum false
251 #    CalculateMaximum false
252 #    CalculateStddev false
253 #  </Aggregation>
254 #</Plugin>
255
256 #<Plugin amqp>
257 #  <Publish "name">
258 #    Host "localhost"
259 #    Port "5672"
260 #    VHost "/"
261 #    User "guest"
262 #    Password "guest"
263 #    Exchange "amq.fanout"
264 #    RoutingKey "collectd"
265 #    Persistent false
266 #    StoreRates false
267 #    ConnectionRetryDelay 0
268 #  </Publish>
269 #</Plugin>
270
271 #<Plugin apache>
272 #  <Instance "local">
273 #    URL "http://localhost/status?auto"
274 #    User "www-user"
275 #    Password "secret"
276 #    CACert "/etc/ssl/ca.crt"
277 #  </Instance>
278 #</Plugin>
279
280 #<Plugin apcups>
281 #       Host "localhost"
282 #       Port "3551"
283 #       ReportSeconds true
284 #       PersistentConnection true
285 #</Plugin>
286
287 #<Plugin aquaero>
288 #       Device ""
289 #</Plugin>
290
291 #<Plugin ascent>
292 #       URL "http://localhost/ascent/status/"
293 #       User "www-user"
294 #       Password "secret"
295 #       CACert "/etc/ssl/ca.crt"
296 #</Plugin>
297
298 #<Plugin "barometer">
299 #   Device            "/dev/i2c-0";
300 #   Oversampling      512
301 #   PressureOffset    0.0
302 #   TemperatureOffset 0.0
303 #   Normalization     2
304 #   Altitude          238.0
305 #   TemperatureSensor "myserver/onewire-F10FCA000800/temperature"
306 #</Plugin>
307
308 #<Plugin "battery">
309 #  ValuesPercentage false
310 #  ReportDegraded false
311 #  QueryStateFS false
312 #</Plugin>
313
314 #<Plugin "bind">
315 #  URL "http://localhost:8053/"
316 #  ParseTime       false
317 #  OpCodes         true
318 #  QTypes          true
319 #
320 #  ServerStats     true
321 #  ZoneMaintStats  true
322 #  ResolverStats   false
323 #  MemoryStats     true
324 #
325 #  <View "_default">
326 #    QTypes        true
327 #    ResolverStats true
328 #    CacheRRSets   true
329 #
330 #    Zone "127.in-addr.arpa/IN"
331 #  </View>
332 #</Plugin>
333
334 #<Plugin ceph>
335 #  LongRunAvgLatency false
336 #  ConvertSpecialMetricTypes true
337 #  <Daemon "osd.0">
338 #    SocketPath "/var/run/ceph/ceph-osd.0.asok"
339 #  </Daemon>
340 #  <Daemon "osd.1">
341 #    SocketPath "/var/run/ceph/ceph-osd.1.asok"
342 #  </Daemon>
343 #  <Daemon "mon.a">
344 #    SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
345 #  </Daemon>
346 #  <Daemon "mds.a">
347 #    SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
348 #  </Daemon>
349 #</Plugin>
350
351 #<Plugin chrony>
352 #       Host    "localhost"
353 #       Port    "323"
354 #       Timeout "2"
355 #</Plugin>
356
357 #<Plugin cgroups>
358 #  CGroup "libvirt"
359 #  IgnoreSelected false
360 #</Plugin>
361
362 #<Plugin cpu>
363 #  ReportByCpu true
364 #  ReportByState true
365 #  ValuesPercentage false
366 #</Plugin>
367 #
368 #<Plugin csv>
369 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv"
370 #       StoreRates false
371 #</Plugin>
372
373 #<Plugin curl>
374 #  <Page "stock_quotes">
375 #    URL "http://finance.google.com/finance?q=NYSE%3AAMD"
376 #    User "foo"
377 #    Password "bar"
378 #    Digest false
379 #    VerifyPeer true
380 #    VerifyHost true
381 #    CACert "/path/to/ca.crt"
382 #    Header "X-Custom-Header: foobar"
383 #    Post "foo=bar"
384 #
385 #    MeasureResponseTime false
386 #    MeasureResponseCode false
387 #    <Match>
388 #      Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
389 #      DSType "GaugeAverage"
390 #      Type "stock_value"
391 #      Instance "AMD"
392 #    </Match>
393 #  </Page>
394 #</Plugin>
395
396 #<Plugin curl_json>
397 #  <URL "http://localhost:80/test.json">
398 #    Instance "test_http_json"
399 #    <Key "testArray/0">
400 #      Type "gauge"
401 #      # Expect: 1
402 #    </Key>
403 #    <Key "testArray/1">
404 #      Type "gauge"
405 #      # Expect: 2
406 #    </Key>
407 #    <Key "testArrayInbetween/0/blarg">
408 #      Type "gauge"
409 #      # Expect: 3
410 #    </Key>
411 #    <Key "testArrayInbetween/1/blub">
412 #      Type "gauge"
413 #      # Expect: 4
414 #    </Key>
415 #    <Key "testDirectHit">
416 #      Type "gauge"
417 #      # Expect: 5
418 #    </Key>
419 #    <Key "testSubLevelHit/oneMoreLevel">
420 #      Type "gauge"
421 #      # Expect: 6
422 #    </Key>
423 #  </URL>
424 # put this as test.json on your webserver, the above config demonstraces
425 # how to match them.
426 # {
427 #  "testArray":[1,2],
428 #  "testArrayInbetween":[{"blarg":3},{"blub":4}],
429 #  "testDirectHit":5,
430 #  "testSubLevelHit":{"oneMoreLevel":6}
431 # }
432 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
433 #  <URL "http://localhost:5984/_stats">
434 #    Instance "httpd"
435 #    <Key "httpd/requests/count">
436 #      Type "http_requests"
437 #    </Key>
438 #
439 #    <Key "httpd_request_methods/*/count">
440 #      Type "http_request_methods"
441 #    </Key>
442 #
443 #    <Key "httpd_status_codes/*/count">
444 #      Type "http_response_codes"
445 #    </Key>
446 #  </URL>
447 ## Database status metrics:
448 #  <URL "http://localhost:5984/_all_dbs">
449 #    Instance "dbs"
450 #    <Key "*/doc_count">
451 #      Type "gauge"
452 #    </Key>
453 #    <Key "*/doc_del_count">
454 #      Type "counter"
455 #    </Key>
456 #    <Key "*/disk_size">
457 #      Type "bytes"
458 #    </Key>
459 #  </URL>
460 #</Plugin>
461
462 #<Plugin curl_xml>
463 #  <URL "http://localhost/stats.xml">
464 #    Host "my_host"
465 #    Instance "some_instance"
466 #    User "collectd"
467 #    Password "thaiNg0I"
468 #    Digest false
469 #    VerifyPeer true
470 #    VerifyHost true
471 #    CACert "/path/to/ca.crt"
472 #    Header "X-Custom-Header: foobar"
473 #    Post "foo=bar"
474 #
475 #    <XPath "table[@id=\"magic_level\"]/tr">
476 #      Type "magic_level"
477 #      #InstancePrefix "prefix-"
478 #      InstanceFrom "td[1]"
479 #      ValuesFrom "td[2]/span[@class=\"level\"]"
480 #    </XPath>
481 #  </URL>
482 #</Plugin>
483
484 #<Plugin dbi>
485 #       <Query "num_of_customers">
486 #               Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
487 #               <Result>
488 #                       Type "gauge"
489 #                       InstancesFrom "c_key"
490 #                       ValuesFrom "c_value"
491 #               </Result>
492 #       </Query>
493 #       <Database "customers_db">
494 #               Driver "mysql"
495 #               DriverOption "host" "localhost"
496 #               DriverOption "username" "collectd"
497 #               DriverOption "password" "AeXohy0O"
498 #               DriverOption "dbname" "custdb0"
499 #               #SelectDB "custdb0"
500 #               Query "num_of_customers"
501 #               #Query "..."
502 #               #Host "..."
503 #       </Database>
504 #</Plugin>
505
506 #<Plugin df>
507 #       Device "/dev/hda1"
508 #       Device "192.168.0.2:/mnt/nfs"
509 #       MountPoint "/home"
510 #       FSType "ext3"
511 #       IgnoreSelected false
512 #       ReportByDevice false
513 #       ReportInodes false
514 #       ValuesAbsolute true
515 #       ValuesPercentage false
516 #</Plugin>
517
518 #<Plugin disk>
519 #       Disk "/^[hs]d[a-f][0-9]?$/"
520 #       IgnoreSelected false
521 #       UseBSDName false
522 #       UdevNameAttr "DEVNAME"
523 #</Plugin>
524
525 #<Plugin dns>
526 #       Interface "eth0"
527 #       IgnoreSource "192.168.0.1"
528 #       SelectNumericQueryTypes true
529 #</Plugin>
530
531 #<Plugin "dpdkevents">
532 #  <EAL>
533 #    Coremask "0x1"
534 #    MemoryChannels "4"
535 #    ProcessType "secondary"
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 #    ProcessType "secondary"
558 #    FilePrefix "rte"
559 #  </EAL>
560 #  SharedMemObj "dpdk_collectd_stats_0"
561 #  EnabledPortMask 0xffff
562 #  PortName "interface1"
563 #  PortName "interface2"
564 #</Plugin>
565
566 #<Plugin email>
567 #       SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
568 #       SocketGroup "collectd"
569 #       SocketPerms "0770"
570 #       MaxConns 5
571 #</Plugin>
572
573 #<Plugin ethstat>
574 #       Interface "eth0"
575 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
576 #       Map "multicast" "if_multicast"
577 #       MappedOnly false
578 #</Plugin>
579
580 #<Plugin exec>
581 #       Exec "user:group" "/path/to/exec"
582 #       NotificationExec "user:group" "/path/to/exec"
583 #</Plugin>
584
585 #<Plugin fhcount>
586 #       ValuesAbsolute true
587 #       ValuesPercentage false
588 #</Plugin>
589
590 #<Plugin filecount>
591 #       <Directory "/path/to/dir">
592 #               Instance "foodir"
593 #               Name "*.conf"
594 #               MTime "-5m"
595 #               Size "+10k"
596 #               Recursive true
597 #               IncludeHidden false
598 #       </Directory>
599 #</Plugin>
600
601 #<Plugin gmond>
602 #  MCReceiveFrom "239.2.11.71" "8649"
603 #  <Metric "swap_total">
604 #    Type "swap"
605 #    TypeInstance "total"
606 #    DataSource "value"
607 #  </Metric>
608 #  <Metric "swap_free">
609 #    Type "swap"
610 #    TypeInstance "free"
611 #    DataSource "value"
612 #  </Metric>
613 #</Plugin>
614
615 #<Plugin gps>
616 #  Host "127.0.0.1"
617 #  Port "2947"
618 #  Timeout 0.015
619 #  PauseConnect 5
620 #</Plugin>
621
622 #<Plugin grpc>
623 #       <Server "example.com" "50051">
624 #               EnableSSL true
625 #               SSLCACertificateFile "/path/to/root.pem"
626 #               SSLCertificateFile "/path/to/server.pem"
627 #               SSLCertificateKeyFile "/path/to/server.key"
628 #       </Server>
629 #       <Listen "0.0.0.0" "50051">
630 #               EnableSSL true
631 #               SSLCACertificateFile "/path/to/root.pem"
632 #               SSLCertificateFile "/path/to/client.pem"
633 #               SSLCertificateKeyFile "/path/to/client.key"
634 #       </Listen>
635 #</Plugin>
636
637 #<Plugin hddtemp>
638 #  Host "127.0.0.1"
639 #  Port "7634"
640 #</Plugin>
641
642 #<Plugin hugepages>
643 #    ReportPerNodeHP  true
644 #    ReportRootHP     true
645 #    ValuesPages      true
646 #    ValuesBytes      false
647 #    ValuesPercentage false
648 #</Plugin>
649
650 #<Plugin intel_pmu>
651 #    ReportHardwareCacheEvents true
652 #    ReportKernelPMUEvents true
653 #    ReportSoftwareEvents true
654 #    EventList "/var/cache/pmu/GenuineIntel-6-2D-core.json"
655 #    HardwareEvents "L2_RQSTS.CODE_RD_HIT,L2_RQSTS.CODE_RD_MISS" "L2_RQSTS.ALL_CODE_RD"
656 #</Plugin>
657
658 #<Plugin "intel_rdt">
659 #  Cores "0-2"
660 #</Plugin>
661
662 #<Plugin interface>
663 #       Interface "eth0"
664 #       IgnoreSelected false
665 #       ReportInactive true
666 #       UniqueName false
667 #</Plugin>
668
669 #<Plugin ipmi>
670 #       Sensor "some_sensor"
671 #       Sensor "another_one"
672 #       IgnoreSelected false
673 #       NotifySensorAdd false
674 #       NotifySensorRemove true
675 #       NotifySensorNotPresent false
676 #</Plugin>
677
678 #<Plugin iptables>
679 #       Chain table chain
680 #       Chain6 table chain
681 #</Plugin>
682
683 #<Plugin irq>
684 #       Irq 7
685 #       Irq 8
686 #       Irq 9
687 #       IgnoreSelected true
688 #</Plugin>
689
690 #<Plugin java>
691 #       JVMArg "-verbose:jni"
692 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
693 #
694 #       LoadPlugin "org.collectd.java.Foobar"
695 #       <Plugin "org.collectd.java.Foobar">
696 #         # To be parsed by the plugin
697 #       </Plugin>
698 #</Plugin>
699
700 #<Plugin load>
701 #        ReportRelative true
702 #</Plugin>
703
704 #<Plugin lpar>
705 #       CpuPoolStats   false
706 #       ReportBySerial false
707 #</Plugin>
708
709 #<Plugin lua>
710 #       BasePath "@prefix@/share/@PACKAGE_NAME@/lua"
711 #       Script "script1.lua"
712 #       Script "script2.lua"
713 #</Plugin>
714
715 #<Plugin madwifi>
716 #       Interface "wlan0"
717 #       IgnoreSelected false
718 #       Source "SysFS"
719 #       WatchSet "None"
720 #       WatchAdd "node_octets"
721 #       WatchAdd "node_rssi"
722 #       WatchAdd "is_rx_acl"
723 #       WatchAdd "is_scan_active"
724 #</Plugin>
725
726 #<Plugin mbmon>
727 #       Host "127.0.0.1"
728 #       Port "411"
729 #</Plugin>
730
731 #<Plugin mcelog>
732 #       McelogClientSocket "/var/run/mcelog-client"
733 #       McelogLogfile "/var/log/mcelog"
734 #</Plugin>
735
736 #<Plugin md>
737 #       Device "/dev/md0"
738 #       IgnoreSelected false
739 #</Plugin>
740
741 #<Plugin memcachec>
742 #       <Page "plugin_instance">
743 #               Server "localhost"
744 #               Key "page_key"
745 #               <Match>
746 #                       Regex "(\\d+) bytes sent"
747 #                       ExcludeRegex "<lines to be excluded>"
748 #                       DSType CounterAdd
749 #                       Type "ipt_octets"
750 #                       Instance "type_instance"
751 #               </Match>
752 #       </Page>
753 #</Plugin>
754
755 #<Plugin memcached>
756 #       <Instance "local">
757 #               #Host "memcache.example.com"
758 #               Address "127.0.0.1"
759 #               Port "11211"
760 #       </Instance>
761 #</Plugin>
762
763 #<Plugin memory>
764 #       ValuesAbsolute true
765 #       ValuesPercentage false
766 #</Plugin>
767
768 #<Plugin modbus>
769 #       <Data "data_name">
770 #               RegisterBase 1234
771 #               RegisterCmd ReadHolding
772 #               RegisterType float
773 #               Type gauge
774 #               Instance "..."
775 #       </Data>
776 #
777 #       <Host "name">
778 #               Address "addr"
779 #               Port "1234"
780 #               Interval 60
781 #
782 #               <Slave 1>
783 #                       Instance "foobar" # optional
784 #                       Collect "data_name"
785 #               </Slave>
786 #       </Host>
787 #</Plugin>
788
789 #<Plugin mqtt>
790 #       <Publish "name">
791 #               Host "localhost"
792 #               Port 1883
793 #               ClientId "localhost"
794 #               User "user"
795 #               Password "secret"
796 #               QoS 0
797 #               Prefix "collectd"
798 #               StoreRates true
799 #               Retain false
800 #               CACert "/etc/ssl/ca.crt"
801 #               CertificateFile "/etc/ssl/client.crt"
802 #               CertificateKeyFile "/etc/ssl/client.pem"
803 #               TLSProtocol "tlsv1.2"
804 #               CipherSuite "ciphers"
805 #       </Publish>
806 #       <Subscribe "name">
807 #               Host "localhost"
808 #               Port 1883
809 #               ClientId "localhost"
810 #               User "user"
811 #               Password "secret"
812 #               QoS 2
813 #               Topic "collectd/#"
814 #               CleanSession true
815 #       </Subscribe>
816 #</Plugin>
817
818 #<Plugin mysql>
819 #       <Database db_name>
820 #               Host "database.serv.er"
821 #               User "db_user"
822 #               Password "secret"
823 #               Database "db_name"
824 #               SSLKey "/path/to/key.pem"
825 #               SSLCert "/path/to/cert.pem"
826 #               SSLCA "/path/to/ca.pem"
827 #               SSLCAPath "/path/to/cas/"
828 #               SSLCipher "DHE-RSA-AES256-SHA"
829 #               MasterStats true
830 #               ConnectTimeout 10
831 #               InnodbStats true
832 #       </Database>
833 #
834 #       <Database db_name2>
835 #               Alias "squeeze"
836 #               Host "localhost"
837 #               Socket "/var/run/mysql/mysqld.sock"
838 #               SlaveStats true
839 #               SlaveNotifications true
840 #       </Database>
841 #       <Database galera>
842 #               Alias "galera"
843 #               Host "localhost"
844 #               Socket "/var/run/mysql/mysqld.sock"
845 #               WsrepStats true
846 #       </Database>
847 #</Plugin>
848
849 #<Plugin netapp>
850 #       <Host "netapp1.example.com">
851 #               Protocol      "https"
852 #               Address       "10.0.0.1"
853 #               Port          443
854 #               User          "username"
855 #               Password      "aef4Aebe"
856 #               Interval      30
857 #
858 #               <WAFL>
859 #                       Interval 30
860 #                       GetNameCache   true
861 #                       GetDirCache    true
862 #                       GetBufferCache true
863 #                       GetInodeCache  true
864 #               </WAFL>
865 #
866 #               <Disks>
867 #                       Interval 30
868 #                       GetBusy true
869 #               </Disks>
870 #
871 #               <VolumePerf>
872 #                       Interval 30
873 #                       GetIO      "volume0"
874 #                       IgnoreSelectedIO      false
875 #                       GetOps     "volume0"
876 #                       IgnoreSelectedOps     false
877 #                       GetLatency "volume0"
878 #                       IgnoreSelectedLatency false
879 #               </VolumePerf>
880 #
881 #               <VolumeUsage>
882 #                       Interval 30
883 #                       GetCapacity "vol0"
884 #                       GetCapacity "vol1"
885 #                       IgnoreSelectedCapacity false
886 #                       GetSnapshot "vol1"
887 #                       GetSnapshot "vol3"
888 #                       IgnoreSelectedSnapshot false
889 #               </VolumeUsage>
890 #
891 #               <System>
892 #                       Interval 30
893 #                       GetCPULoad     true
894 #                       GetInterfaces  true
895 #                       GetDiskOps     true
896 #                       GetDiskIO      true
897 #               </System>
898 #       </Host>
899 #</Plugin>
900
901 #<Plugin netlink>
902 #       Interface "All"
903 #       VerboseInterface "All"
904 #       QDisc "eth0" "pfifo_fast-1:0"
905 #       Class "ppp0" "htb-1:10"
906 #       Filter "ppp0" "u32-1:0"
907 #       IgnoreSelected false
908 #</Plugin>
909
910 @LOAD_PLUGIN_NETWORK@<Plugin network>
911 #       # client setup:
912 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
913 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
914 #               SecurityLevel Encrypt
915 #               Username "user"
916 #               Password "secret"
917 #               Interface "eth0"
918 #               ResolveInterval 14400
919 @LOAD_PLUGIN_NETWORK@   </Server>
920 #       TimeToLive 128
921 #
922 #       # server setup:
923 #       Listen "ff18::efc0:4a42" "25826"
924 #       <Listen "239.192.74.66" "25826">
925 #               SecurityLevel Sign
926 #               AuthFile "/etc/collectd/passwd"
927 #               Interface "eth0"
928 #       </Listen>
929 #       MaxPacketSize 1452
930 #
931 #       # proxy setup (client and server as above):
932 #       Forward true
933 #
934 #       # statistics about the network plugin itself
935 #       ReportStats false
936 #
937 #       # "garbage collection"
938 #       CacheFlush 1800
939 @LOAD_PLUGIN_NETWORK@</Plugin>
940
941 #<Plugin nginx>
942 #       URL "http://localhost/status?auto"
943 #       User "www-user"
944 #       Password "secret"
945 #       CACert "/etc/ssl/ca.crt"
946 #</Plugin>
947
948 #<Plugin notify_desktop>
949 #       OkayTimeout 1000
950 #       WarningTimeout 5000
951 #       FailureTimeout 0
952 #</Plugin>
953
954 #<Plugin notify_email>
955 #       SMTPServer "localhost"
956 #       SMTPPort 25
957 #       SMTPUser "my-username"
958 #       SMTPPassword "my-password"
959 #       From "collectd@main0server.com"
960 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
961 #       Subject "Aaaaaa!! %s on %s!!!!!"
962 #       Recipient "email1@domain1.net"
963 #       Recipient "email2@domain2.com"
964 #</Plugin>
965
966 #<Plugin notify_nagios>
967 #       CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
968 #</Plugin>
969
970 #<Plugin ntpd>
971 #       Host "localhost"
972 #       Port 123
973 #       ReverseLookups false
974 #       IncludeUnitID true
975 #</Plugin>
976
977 #<Plugin nut>
978 #       UPS "upsname@hostname:port"
979 #       ForceSSL true
980 #       VerifyPeer true
981 #       CAPath "/path/to/folder"
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 statsd>
1288 #  Host "::"
1289 #  Port "8125"
1290 #  DeleteCounters false
1291 #  DeleteTimers   false
1292 #  DeleteGauges   false
1293 #  DeleteSets     false
1294 #  CounterSum     false
1295 #  TimerPercentile 90.0
1296 #  TimerPercentile 95.0
1297 #  TimerPercentile 99.0
1298 #  TimerLower     false
1299 #  TimerUpper     false
1300 #  TimerSum       false
1301 #  TimerCount     false
1302 #</Plugin>
1303
1304 #<Plugin swap>
1305 #       ReportByDevice false
1306 #       ReportBytes true
1307 #       ValuesAbsolute true
1308 #       ValuesPercentage false
1309 #</Plugin>
1310
1311 #<Plugin table>
1312 #       <Table "/proc/slabinfo">
1313 #               Instance "slabinfo"
1314 #               Separator " "
1315 #               <Result>
1316 #                       Type gauge
1317 #                       InstancePrefix "active_objs"
1318 #                       InstancesFrom 0
1319 #                       ValuesFrom 1
1320 #               </Result>
1321 #               <Result>
1322 #                       Type gauge
1323 #                       InstancePrefix "objperslab"
1324 #                       InstancesFrom 0
1325 #                       ValuesFrom 4
1326 #               </Result>
1327 #       </Table>
1328 #</Plugin>
1329
1330 #<Plugin tail>
1331 #  <File "/var/log/exim4/mainlog">
1332 #    Instance "exim"
1333 #    Interval 60
1334 #    <Match>
1335 #      Regex "S=([1-9][0-9]*)"
1336 #      DSType "CounterAdd"
1337 #      Type "ipt_bytes"
1338 #      Instance "total"
1339 #    </Match>
1340 #    <Match>
1341 #      Regex "\\<R=local_user\\>"
1342 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1343 #      DSType "CounterInc"
1344 #      Type "counter"
1345 #      Instance "local_user"
1346 #    </Match>
1347 #  </File>
1348 #  <File "/var/log/nginx/apache-time.log">
1349 #    #Use the following log format in nginx:
1350 #    #log_format response_time '[$host] "$upstream_response_time" ...'
1351 #    Instance "apache"
1352 #    <Match>
1353 #      Regex "^\\S+ \"([0-9.]+)\""
1354 #      <DSType Distribution>
1355 #        Percentile 80    # -> latency-foo-80
1356 #        Percentile 95    # -> latency-foo-95
1357 #        Percentile 99    # -> latency-foo-99
1358 #        Bucket 0   0.1   # -> bucket-latency-foo-0_0.1
1359 #        Bucket 0.1 0.2   # -> bucket-latency-foo-0.1_0.2
1360 #        Bucket 0.2 0.5   # -> bucket-latency-foo-0.2_0.5
1361 #        Bucket 0.5 1.0   # -> bucket-latency-foo-0.5_1
1362 #        Bucket 1.0 2.0   # -> bucket-latency-foo-1_2
1363 #        Bucket 2.0 0     # -> bucket-latency-foo-2_inf
1364 #      </DSType>
1365 #      Type "latency"
1366 #      Instance "foo"
1367 #    </Match>
1368 #  </File>
1369 #</Plugin>
1370
1371 #<Plugin tail_csv>
1372 #   <Metric "dropped">
1373 #       Type "percent"
1374 #       Instance "dropped"
1375 #       ValueFrom 1
1376 #   </Metric>
1377 #   <Metric "mbps">
1378 #       Type "bytes"
1379 #       Instance "wire-realtime"
1380 #       ValueFrom 2
1381 #   </Metric>
1382 #   <Metric "alerts">
1383 #       Type "alerts_per_second"
1384 #       ValueFrom 3
1385 #   </Metric>
1386 #   <Metric "kpps">
1387 #       Type "kpackets_wire_per_sec.realtime"
1388 #       ValueFrom 4
1389 #   </Metric>
1390 #   <File "/var/log/snort/snort.stats">
1391 #       Instance "snort-eth0"
1392 #       Interval 600
1393 #       Collect "dropped" "mbps" "alerts" "kpps"
1394 #       TimeFrom 0
1395 #   </File>
1396 #</Plugin>
1397
1398 #<Plugin tcpconns>
1399 #       ListeningPorts false
1400 #       AllPortsSummary false
1401 #       LocalPort "25"
1402 #       RemotePort "25"
1403 #</Plugin>
1404
1405 #<Plugin teamspeak2>
1406 #       Host "127.0.0.1"
1407 #       Port "51234"
1408 #       Server "8767"
1409 #</Plugin>
1410
1411 #<Plugin ted>
1412 #       Device "/dev/ttyUSB0"
1413 #       Retries 0
1414 #</Plugin>
1415
1416 #<Plugin thermal>
1417 #       ForceUseProcfs false
1418 #       Device "THRM"
1419 #       IgnoreSelected false
1420 #</Plugin>
1421
1422 #<Plugin tokyotyrant>
1423 #       Host "localhost"
1424 #       Port "1978"
1425 #</Plugin>
1426
1427 #<Plugin turbostat>
1428 ##      None of the following option should be set manually
1429 ##      This plugin automatically detect most optimal options
1430 ##      Only set values here if:
1431 ##      - The module asks you to
1432 ##      - You want to disable the collection of some data
1433 ##      - Your (Intel) CPU is not supported (yet) by the module
1434 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1435 ##      In the last two cases, please open a bug request
1436 #
1437 #       TCCActivationTemp "100"
1438 #       CoreCstates "392"
1439 #       PackageCstates "396"
1440 #       SystemManagementInterrupt true
1441 #       DigitalTemperatureSensor true
1442 #       PackageThermalManagement true
1443 #       RunningAveragePowerLimit "7"    
1444 #</Plugin>
1445
1446 #<Plugin unixsock>
1447 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1448 #       SocketGroup "collectd"
1449 #       SocketPerms "0660"
1450 #       DeleteSocket false
1451 #</Plugin>
1452
1453 #<Plugin uuid>
1454 #       UUIDFile "/etc/uuid"
1455 #</Plugin>
1456
1457 #<Plugin mic>
1458 #   ShowCPU true
1459 #   ShowCPUCores true
1460 #   ShowMemory true
1461 #   ShowTemperatures true
1462 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1463 ##  then inverted with a IgnoreSelectedTemperature.
1464 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1465 #   Temperature vddg
1466 #   IgnoreSelectedTemperature true
1467 #   ShowPower true
1468 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1469 ##  then inverted with a IgnoreSelectedTemperature.
1470 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1471 #   Power total1
1472 #   IgnoreSelectedPower true
1473 #</Plugin>
1474
1475 #<Plugin varnish>
1476 #   This tag support an argument if you want to
1477 #   monitor the local instance just use </Instance>
1478 #   If you prefer defining another instance you can do
1479 #   so by using <Instance "myinstance">
1480 #   <Instance>
1481 #      CollectBackend true
1482 #      CollectBan false           # Varnish 3 and above
1483 #      CollectCache true
1484 #      CollectConnections true
1485 #      CollectDirectorDNS false   # Varnish 3 only
1486 #      CollectESI false
1487 #      CollectFetch false
1488 #      CollectHCB false
1489 #      CollectObjects false
1490 #      CollectPurge false         # Varnish 2 only
1491 #      CollectSession false
1492 #      CollectSHM true
1493 #      CollectSMA false           # Varnish 2 only
1494 #      CollectSMS false
1495 #      CollectSM false            # Varnish 2 only
1496 #      CollectStruct false
1497 #      CollectTotals false
1498 #      CollectUptime false        # Varnish 3 and above
1499 #      CollectVCL false
1500 #      CollectVSM false           # Varnish 4 only
1501 #      CollectWorkers false
1502 #   </Instance>
1503 #</Plugin>
1504
1505 #<Plugin virt>
1506 #       Connection "xen:///"
1507 #       RefreshInterval 60
1508 #       Domain "name"
1509 #       BlockDevice "name:device"
1510 #       BlockDeviceFormat target
1511 #       BlockDeviceFormatBasename false
1512 #       InterfaceDevice "name:device"
1513 #       IgnoreSelected false
1514 #       HostnameFormat name
1515 #       InterfaceFormat name
1516 #       PluginInstanceFormat name
1517 #       Instances 1
1518 #       ExtraStats "cpu_util disk disk_err domain_state fs_info job_stats_background pcpu perf vcpupin"
1519 #</Plugin>
1520
1521 #<Plugin vmem>
1522 #       Verbose false
1523 #</Plugin>
1524
1525 #<Plugin write_graphite>
1526 #  <Node "example">
1527 #    Host "localhost"
1528 #    Port "2003"
1529 #    Protocol "tcp"
1530 #    ReconnectInterval 0
1531 #    LogSendErrors true
1532 #    Prefix "collectd"
1533 #    Postfix "collectd"
1534 #    StoreRates true
1535 #    AlwaysAppendDS false
1536 #    EscapeCharacter "_"
1537 #    SeparateInstances false
1538 #    PreserveSeparator false
1539 #    DropDuplicateFields false
1540 #  </Node>
1541 #</Plugin>
1542
1543 #<Plugin write_http>
1544 #       <Node "example">
1545 #               URL "http://example.com/collectd-post"
1546 #               User "collectd"
1547 #               Password "weCh3ik0"
1548 #               VerifyPeer true
1549 #               VerifyHost true
1550 #               CACert "/etc/ssl/ca.crt"
1551 #               CAPath "/etc/ssl/certs/"
1552 #               ClientKey "/etc/ssl/client.pem"
1553 #               ClientCert "/etc/ssl/client.crt"
1554 #               ClientKeyPass "secret"
1555 #               Header "X-Custom-Header: custom_value"
1556 #               SSLVersion "TLSv1"
1557 #               Format "Command"
1558 #               Attribute "key" "value"     # only available for KAIROSDB format
1559 #               TTL 0   # data ttl, only available for KAIROSDB format
1560 #               Metrics true
1561 #               Notifications false
1562 #               StoreRates false
1563 #               BufferSize 4096
1564 #               LowSpeedLimit 0
1565 #               Timeout 0
1566 #       </Node>
1567 #</Plugin>
1568
1569 #<Plugin write_kafka>
1570 #  Property "metadata.broker.list" "localhost:9092"
1571 #  <Topic "collectd">
1572 #    Format JSON
1573 #  </Topic>
1574 #</Plugin>
1575
1576 #<Plugin write_mongodb>
1577 #       <Node "example">
1578 #               Host "localhost"
1579 #               Port "27017"
1580 #               Timeout 1000
1581 #               StoreRates false
1582 #               Database "auth_db"
1583 #               User "auth_user"
1584 #               Password "auth_passwd"
1585 #       </Node>
1586 #</Plugin>
1587
1588 #<Plugin write_prometheus>
1589 #       Port "9103"
1590 #</Plugin>
1591
1592 #<Plugin write_redis>
1593 #       <Node "example">
1594 #               Host "localhost"
1595 #               Port "6379"
1596 #               Timeout 1000
1597 #               Prefix "collectd/"
1598 #       </Node>
1599 #</Plugin>
1600
1601 #<Plugin write_riemann>
1602 #       <Node "example">
1603 #               Host "localhost"
1604 #               Port 5555
1605 #               Protocol TCP
1606 #               Batch true
1607 #               BatchMaxSize 8192
1608 #               StoreRates true
1609 #               AlwaysAppendDS false
1610 #               TTLFactor 2.0
1611 #               Notifications true
1612 #               CheckThresholds false
1613 #               EventServicePrefix ""
1614 #       </Node>
1615 #       Tag "foobar"
1616 #       Attribute "foo" "bar"
1617 #</Plugin>
1618
1619 #<Plugin write_sensu>
1620 #       <Node "example">
1621 #               Host "localhost"
1622 #               Port 3030
1623 #               StoreRates true
1624 #               AlwaysAppendDS false
1625 #               Notifications true
1626 #               Metrics true
1627 #               EventServicePrefix ""
1628 #               MetricHandler "influx"
1629 #               MetricHandler "default"
1630 #               NotificationHandler "flapjack"
1631 #               NotificationHandler "howling_monkey"
1632 #       </Node>
1633 #       Tag "foobar"
1634 #       Attribute "foo" "bar"
1635 #</Plugin>
1636
1637 #<Plugin write_tsdb>
1638 #       <Node>
1639 #               Host "localhost"
1640 #               Port "4242"
1641 #               HostTags "status=production"
1642 #               StoreRates false
1643 #               AlwaysAppendDS false
1644 #       </Node>
1645 #</Plugin>
1646
1647 #<Plugin zookeeper>
1648 #    Host "localhost"
1649 #    Port "2181"
1650 #</Plugin>
1651
1652 ##############################################################################
1653 # Filter configuration                                                       #
1654 #----------------------------------------------------------------------------#
1655 # The following configures collectd's filtering mechanism. Before changing   #
1656 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1657 # in the collectd.conf(5) manual page.                                       #
1658 ##############################################################################
1659
1660 # Load required matches:
1661 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1662 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1663 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1664 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1665 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1666
1667 # Load required targets:
1668 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1669 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1670 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1671 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1672 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1673
1674 #----------------------------------------------------------------------------#
1675 # The following block demonstrates the default behavior if no filtering is   #
1676 # configured at all: All values will be sent to all available write plugins. #
1677 #----------------------------------------------------------------------------#
1678
1679 #<Chain "PostCache">
1680 #  Target "write"
1681 #</Chain>
1682
1683 ##############################################################################
1684 # Threshold configuration                                                    #
1685 #----------------------------------------------------------------------------#
1686 # The following outlines how to configure collectd's threshold checking      #
1687 # plugin. The plugin and possible configuration options are documented in    #
1688 # the collectd-threshold(5) manual page.                                     #
1689 ##############################################################################
1690
1691 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1692 #<Plugin threshold>
1693 #  <Type "foo">
1694 #    WarningMin    0.00
1695 #    WarningMax 1000.00
1696 #    FailureMin    0.00
1697 #    FailureMax 1200.00
1698 #    Invert false
1699 #    Instance "bar"
1700 #  </Type>
1701 #
1702 #  <Plugin "interface">
1703 #    Instance "eth0"
1704 #    <Type "if_octets">
1705 #      FailureMax 10000000
1706 #      DataSource "rx"
1707 #    </Type>
1708 #  </Plugin>
1709 #
1710 #  <Host "hostname">
1711 #    <Type "cpu">
1712 #      Instance "idle"
1713 #      FailureMin 10
1714 #    </Type>
1715 #
1716 #    <Plugin "memory">
1717 #      <Type "memory">
1718 #        Instance "cached"
1719 #        WarningMin 100000000
1720 #      </Type>
1721 #    </Plugin>
1722 #
1723 #    <Type "load">
1724 #       DataSource "midterm"
1725 #       FailureMax 4
1726 #       Hits 3
1727 #       Hysteresis 3
1728 #    </Type>
1729 #  </Host>
1730 #</Plugin>