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