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