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