ovs_events: Fix plugin collectd config file
[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 #  OvsDbServerUrl "tcp:127.0.0.1:6640"
997 #  Interfaces "br0" "veth0"
998 #  SendNotification false
999 #</Plugin>
1000
1001 #<Plugin perl>
1002 #       IncludeDir "/my/include/path"
1003 #       BaseName "Collectd::Plugins"
1004 #       EnableDebugger ""
1005 #       LoadPlugin Monitorus
1006 #       LoadPlugin OpenVZ
1007 #
1008 #       <Plugin foo>
1009 #               Foo "Bar"
1010 #               Qux "Baz"
1011 #       </Plugin>
1012 #</Plugin>
1013
1014 #<Plugin pinba>
1015 #       Address "::0"
1016 #       Port "30002"
1017 #       <View "name">
1018 #               Host "host name"
1019 #               Server "server name"
1020 #               Script "script name"
1021 #       </View>
1022 #</Plugin>
1023
1024 #<Plugin ping>
1025 #       Host "host.foo.bar"
1026 #       Interval 1.0
1027 #       Timeout 0.9
1028 #       TTL 255
1029 #       SourceAddress "1.2.3.4"
1030 #       Device "eth0"
1031 #       MaxMissed -1
1032 #</Plugin>
1033
1034 #<Plugin postgresql>
1035 #       <Query magic>
1036 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
1037 #               Param hostname
1038 #               <Result>
1039 #                       Type gauge
1040 #                       InstancePrefix "magic"
1041 #                       ValuesFrom magic
1042 #               </Result>
1043 #       </Query>
1044 #       <Query rt36_tickets>
1045 #               Statement "SELECT COUNT(type) AS count, type \
1046 #                                 FROM (SELECT CASE \
1047 #                                              WHEN resolved = 'epoch' THEN 'open' \
1048 #                                              ELSE 'resolved' END AS type \
1049 #                                              FROM tickets) type \
1050 #                                 GROUP BY type;"
1051 #               <Result>
1052 #                       Type counter
1053 #                       InstancePrefix "rt36_tickets"
1054 #                       InstancesFrom "type"
1055 #                       ValuesFrom "count"
1056 #               </Result>
1057 #       </Query>
1058 #       <Writer sqlstore>
1059 #               # See contrib/postgresql/collectd_insert.sql for details
1060 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
1061 #               StoreRates true
1062 #       </Writer>
1063 #       <Database foo>
1064 #               Host "hostname"
1065 #               Port "5432"
1066 #               User "username"
1067 #               Password "secret"
1068 #               SSLMode "prefer"
1069 #               KRBSrvName "kerberos_service_name"
1070 #               Query magic
1071 #       </Database>
1072 #       <Database bar>
1073 #               Interval 60
1074 #               Service "service_name"
1075 #               Query backend # predefined
1076 #               Query rt36_tickets
1077 #       </Database>
1078 #       <Database qux>
1079 #               Service "collectd_store"
1080 #               Writer sqlstore
1081 #               # see collectd.conf(5) for details
1082 #               CommitInterval 30
1083 #       </Database>
1084 #</Plugin>
1085
1086 #<Plugin powerdns>
1087 #  <Server "server_name">
1088 #    Collect "latency"
1089 #    Collect "udp-answers" "udp-queries"
1090 #    Socket "/var/run/pdns.controlsocket"
1091 #  </Server>
1092 #  <Recursor "recursor_name">
1093 #    Collect "questions"
1094 #    Collect "cache-hits" "cache-misses"
1095 #    Socket "/var/run/pdns_recursor.controlsocket"
1096 #  </Recursor>
1097 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1098 #</Plugin>
1099
1100 #<Plugin processes>
1101 #       Process "name"
1102 #</Plugin>
1103
1104 #<Plugin protocols>
1105 #       Value "/^Tcp:/"
1106 #       IgnoreSelected false
1107 #</Plugin>
1108
1109 #<Plugin python>
1110 #       ModulePath "/path/to/your/python/modules"
1111 #       LogTraces true
1112 #       Interactive true
1113 #       Import "spam"
1114 #
1115 #       <Module spam>
1116 #               spam "wonderful" "lovely"
1117 #       </Module>
1118 #</Plugin>
1119
1120 #<Plugin redis>
1121 #   <Node example>
1122 #      Host "redis.example.com"
1123 #      Port "6379"
1124 #      Timeout 2000
1125 #   </Node>
1126 #</Plugin>
1127
1128 #<Plugin routeros>
1129 #       <Router>
1130 #               Host "router.example.com"
1131 #               Port "8728"
1132 #               User "admin"
1133 #               Password "dozaiTh4"
1134 #               CollectInterface true
1135 #               CollectRegistrationTable true
1136 #               CollectCPULoad true
1137 #               CollectMemory true
1138 #               CollectDF true
1139 #               CollectDisk true
1140 #       </Router>
1141 #</Plugin>
1142
1143 #<Plugin rrdcached>
1144 #       DaemonAddress "unix:/tmp/rrdcached.sock"
1145 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1146 #       CreateFiles true
1147 #       CreateFilesAsync false
1148 #       CollectStatistics true
1149 #</Plugin>
1150
1151 #<Plugin rrdtool>
1152 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1153 #       CreateFilesAsync false
1154 #       CacheTimeout 120
1155 #       CacheFlush   900
1156 #       WritesPerSecond 50
1157 #</Plugin>
1158
1159 #<Plugin sensors>
1160 #       SensorConfigFile "/etc/sensors.conf"
1161 #       Sensor "it8712-isa-0290/temperature-temp1"
1162 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1163 #       Sensor "it8712-isa-0290/voltage-in8"
1164 #       IgnoreSelected false
1165 #</Plugin>
1166
1167 #<Plugin sigrok>
1168 #  LogLevel 3
1169 #  <Device "AC Voltage">
1170 #    Driver "fluke-dmm"
1171 #    MinimumInterval 10
1172 #    Conn "/dev/ttyUSB2"
1173 #  </Device>
1174 #  <Device "Sound Level">
1175 #    Driver "cem-dt-885x"
1176 #    Conn "/dev/ttyUSB1"
1177 #  </Device>
1178 #</Plugin>
1179
1180 #<Plugin smart>
1181 #  Disk "/^[hs]d[a-f][0-9]?$/"
1182 #  IgnoreSelected false
1183 #</Plugin>
1184
1185 #<Plugin snmp>
1186 #   <Data "powerplus_voltge_input">
1187 #       Type "voltage"
1188 #       Table false
1189 #       Instance "input_line1"
1190 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1191 #   </Data>
1192 #   <Data "hr_users">
1193 #       Type "users"
1194 #       Table false
1195 #       Instance ""
1196 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1197 #   </Data>
1198 #   <Data "std_traffic">
1199 #       Type "if_octets"
1200 #       Table true
1201 #       Instance "IF-MIB::ifDescr"
1202 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1203 #   </Data>
1204 #
1205 #   <Host "some.switch.mydomain.org">
1206 #       Address "192.168.0.2"
1207 #       Version 1
1208 #       Community "community_string"
1209 #       Collect "std_traffic"
1210 #       Interval 120
1211 #   </Host>
1212 #   <Host "some.server.mydomain.org">
1213 #       Address "192.168.0.42"
1214 #       Version 2
1215 #       Community "another_string"
1216 #       Collect "std_traffic" "hr_users"
1217 #   </Host>
1218 #   <Host "some.ups.mydomain.org">
1219 #       Address "192.168.0.3"
1220 #       Version 1
1221 #       Community "more_communities"
1222 #       Collect "powerplus_voltge_input"
1223 #       Interval 300
1224 #   </Host>
1225 #</Plugin>
1226
1227 #<Plugin statsd>
1228 #  Host "::"
1229 #  Port "8125"
1230 #  DeleteCounters false
1231 #  DeleteTimers   false
1232 #  DeleteGauges   false
1233 #  DeleteSets     false
1234 #  CounterSum     false
1235 #  TimerPercentile 90.0
1236 #  TimerPercentile 95.0
1237 #  TimerPercentile 99.0
1238 #  TimerLower     false
1239 #  TimerUpper     false
1240 #  TimerSum       false
1241 #  TimerCount     false
1242 #</Plugin>
1243
1244 #<Plugin swap>
1245 #       ReportByDevice false
1246 #       ReportBytes true
1247 #       ValuesAbsolute true
1248 #       ValuesPercentage false
1249 #</Plugin>
1250
1251 #<Plugin table>
1252 #       <Table "/proc/slabinfo">
1253 #               Instance "slabinfo"
1254 #               Separator " "
1255 #               <Result>
1256 #                       Type gauge
1257 #                       InstancePrefix "active_objs"
1258 #                       InstancesFrom 0
1259 #                       ValuesFrom 1
1260 #               </Result>
1261 #               <Result>
1262 #                       Type gauge
1263 #                       InstancePrefix "objperslab"
1264 #                       InstancesFrom 0
1265 #                       ValuesFrom 4
1266 #               </Result>
1267 #       </Table>
1268 #</Plugin>
1269
1270 #<Plugin tail>
1271 #  <File "/var/log/exim4/mainlog">
1272 #    Instance "exim"
1273 #    Interval 60
1274 #    <Match>
1275 #      Regex "S=([1-9][0-9]*)"
1276 #      DSType "CounterAdd"
1277 #      Type "ipt_bytes"
1278 #      Instance "total"
1279 #    </Match>
1280 #    <Match>
1281 #      Regex "\\<R=local_user\\>"
1282 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1283 #      DSType "CounterInc"
1284 #      Type "counter"
1285 #      Instance "local_user"
1286 #    </Match>
1287 #  </File>
1288 #  <File "/var/log/nginx/apache-time.log">
1289 #    #Use the following log format in nginx:
1290 #    #log_format response_time '[$host] "$upstream_response_time" ...'
1291 #    Instance "apache"
1292 #    <Match>
1293 #      Regex "^\\S+ \"([0-9.]+)\""
1294 #      <DSType Distribution>
1295 #        Percentile 80    # -> latency-foo-80
1296 #        Percentile 95    # -> latency-foo-95
1297 #        Percentile 99    # -> latency-foo-99
1298 #        Bucket 0   0.1   # -> bucket-latency-foo-0_0.1
1299 #        Bucket 0.1 0.2   # -> bucket-latency-foo-0.1_0.2
1300 #        Bucket 0.2 0.5   # -> bucket-latency-foo-0.2_0.5
1301 #        Bucket 0.5 1.0   # -> bucket-latency-foo-0.5_1
1302 #        Bucket 1.0 2.0   # -> bucket-latency-foo-1_2
1303 #        Bucket 2.0 0     # -> bucket-latency-foo-2_inf
1304 #      </DSType>
1305 #      Type "latency"
1306 #      Instance "foo"
1307 #    </Match>
1308 #  </File>
1309 #</Plugin>
1310
1311 #<Plugin tail_csv>
1312 #   <Metric "dropped">
1313 #       Type "percent"
1314 #       Instance "dropped"
1315 #       ValueFrom 1
1316 #   </Metric>
1317 #   <Metric "mbps">
1318 #       Type "bytes"
1319 #       Instance "wire-realtime"
1320 #       ValueFrom 2
1321 #   </Metric>
1322 #   <Metric "alerts">
1323 #       Type "alerts_per_second"
1324 #       ValueFrom 3
1325 #   </Metric>
1326 #   <Metric "kpps">
1327 #       Type "kpackets_wire_per_sec.realtime"
1328 #       ValueFrom 4
1329 #   </Metric>
1330 #   <File "/var/log/snort/snort.stats">
1331 #       Instance "snort-eth0"
1332 #       Interval 600
1333 #       Collect "dropped" "mbps" "alerts" "kpps"
1334 #       TimeFrom 0
1335 #   </File>
1336 #</Plugin>
1337
1338 #<Plugin tcpconns>
1339 #       ListeningPorts false
1340 #       AllPortsSummary false
1341 #       LocalPort "25"
1342 #       RemotePort "25"
1343 #</Plugin>
1344
1345 #<Plugin teamspeak2>
1346 #       Host "127.0.0.1"
1347 #       Port "51234"
1348 #       Server "8767"
1349 #</Plugin>
1350
1351 #<Plugin ted>
1352 #       Device "/dev/ttyUSB0"
1353 #       Retries 0
1354 #</Plugin>
1355
1356 #<Plugin thermal>
1357 #       ForceUseProcfs false
1358 #       Device "THRM"
1359 #       IgnoreSelected false
1360 #</Plugin>
1361
1362 #<Plugin tokyotyrant>
1363 #       Host "localhost"
1364 #       Port "1978"
1365 #</Plugin>
1366
1367 #<Plugin turbostat>
1368 ##      None of the following option should be set manually
1369 ##      This plugin automatically detect most optimal options
1370 ##      Only set values here if:
1371 ##      - The module asks you to
1372 ##      - You want to disable the collection of some data
1373 ##      - Your (Intel) CPU is not supported (yet) by the module
1374 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1375 ##      In the last two cases, please open a bug request
1376 #
1377 #       TCCActivationTemp "100"
1378 #       CoreCstates "392"
1379 #       PackageCstates "396"
1380 #       SystemManagementInterrupt true
1381 #       DigitalTemperatureSensor true
1382 #       PackageThermalManagement true
1383 #       RunningAveragePowerLimit "7"    
1384 #</Plugin>
1385
1386 #<Plugin unixsock>
1387 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1388 #       SocketGroup "collectd"
1389 #       SocketPerms "0660"
1390 #       DeleteSocket false
1391 #</Plugin>
1392
1393 #<Plugin uuid>
1394 #       UUIDFile "/etc/uuid"
1395 #</Plugin>
1396
1397 #<Plugin mic>
1398 #   ShowCPU true
1399 #   ShowCPUCores true
1400 #   ShowMemory true
1401 #   ShowTemperatures true
1402 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1403 ##  then inverted with a IgnoreSelectedTemperature.
1404 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1405 #   Temperature vddg
1406 #   IgnoreSelectedTemperature true
1407 #   ShowPower true
1408 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1409 ##  then inverted with a IgnoreSelectedTemperature.
1410 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1411 #   Power total1
1412 #   IgnoreSelectedPower true
1413 #</Plugin>
1414
1415 #<Plugin varnish>
1416 #   This tag support an argument if you want to
1417 #   monitor the local instance just use </Instance>
1418 #   If you prefer defining another instance you can do
1419 #   so by using <Instance "myinstance">
1420 #   <Instance>
1421 #      CollectBackend true
1422 #      CollectBan false           # Varnish 3 and above
1423 #      CollectCache true
1424 #      CollectConnections true
1425 #      CollectDirectorDNS false   # Varnish 3 only
1426 #      CollectESI false
1427 #      CollectFetch false
1428 #      CollectHCB false
1429 #      CollectObjects false
1430 #      CollectPurge false         # Varnish 2 only
1431 #      CollectSession false
1432 #      CollectSHM true
1433 #      CollectSMA false           # Varnish 2 only
1434 #      CollectSMS false
1435 #      CollectSM false            # Varnish 2 only
1436 #      CollectStruct false
1437 #      CollectTotals false
1438 #      CollectUptime false        # Varnish 3 and above
1439 #      CollectVCL false
1440 #      CollectVSM false           # Varnish 4 only
1441 #      CollectWorkers false
1442 #   </Instance>
1443 #</Plugin>
1444
1445 #<Plugin virt>
1446 #       Connection "xen:///"
1447 #       RefreshInterval 60
1448 #       Domain "name"
1449 #       BlockDevice "name:device"
1450 #       BlockDeviceFormat target
1451 #       BlockDeviceFormatBasename false
1452 #       InterfaceDevice "name:device"
1453 #       IgnoreSelected false
1454 #       HostnameFormat name
1455 #       InterfaceFormat name
1456 #       PluginInstanceFormat name
1457 #       Instances 1
1458 #</Plugin>
1459
1460 #<Plugin vmem>
1461 #       Verbose false
1462 #</Plugin>
1463
1464 #<Plugin write_graphite>
1465 #  <Node "example">
1466 #    Host "localhost"
1467 #    Port "2003"
1468 #    Protocol "tcp"
1469 #    ReconnectInterval 0
1470 #    LogSendErrors true
1471 #    Prefix "collectd"
1472 #    Postfix "collectd"
1473 #    StoreRates true
1474 #    AlwaysAppendDS false
1475 #    EscapeCharacter "_"
1476 #    SeparateInstances false
1477 #    PreserveSeparator false
1478 #    DropDuplicateFields false
1479 #  </Node>
1480 #</Plugin>
1481
1482 #<Plugin write_http>
1483 #       <Node "example">
1484 #               URL "http://example.com/collectd-post"
1485 #               User "collectd"
1486 #               Password "weCh3ik0"
1487 #               VerifyPeer true
1488 #               VerifyHost true
1489 #               CACert "/etc/ssl/ca.crt"
1490 #               CAPath "/etc/ssl/certs/"
1491 #               ClientKey "/etc/ssl/client.pem"
1492 #               ClientCert "/etc/ssl/client.crt"
1493 #               ClientKeyPass "secret"
1494 #               Header "X-Custom-Header: custom_value"
1495 #               SSLVersion "TLSv1"
1496 #               Format "Command"
1497 #               Metrics true
1498 #               Notifications false
1499 #               StoreRates false
1500 #               BufferSize 4096
1501 #               LowSpeedLimit 0
1502 #               Timeout 0
1503 #       </Node>
1504 #</Plugin>
1505
1506 #<Plugin write_kafka>
1507 #  Property "metadata.broker.list" "localhost:9092"
1508 #  <Topic "collectd">
1509 #    Format JSON
1510 #  </Topic>
1511 #</Plugin>
1512
1513 #<Plugin write_mongodb>
1514 #       <Node "example">
1515 #               Host "localhost"
1516 #               Port "27017"
1517 #               Timeout 1000
1518 #               StoreRates false
1519 #               Database "auth_db"
1520 #               User "auth_user"
1521 #               Password "auth_passwd"
1522 #       </Node>
1523 #</Plugin>
1524
1525 #<Plugin write_prometheus>
1526 #       Port "9103"
1527 #</Plugin>
1528
1529 #<Plugin write_redis>
1530 #       <Node "example">
1531 #               Host "localhost"
1532 #               Port "6379"
1533 #               Timeout 1000
1534 #               Prefix "collectd/"
1535 #       </Node>
1536 #</Plugin>
1537
1538 #<Plugin write_riemann>
1539 #       <Node "example">
1540 #               Host "localhost"
1541 #               Port 5555
1542 #               Protocol TCP
1543 #               Batch true
1544 #               BatchMaxSize 8192
1545 #               StoreRates true
1546 #               AlwaysAppendDS false
1547 #               TTLFactor 2.0
1548 #               Notifications true
1549 #               CheckThresholds false
1550 #               EventServicePrefix ""
1551 #       </Node>
1552 #       Tag "foobar"
1553 #       Attribute "foo" "bar"
1554 #</Plugin>
1555
1556 #<Plugin write_sensu>
1557 #       <Node "example">
1558 #               Host "localhost"
1559 #               Port 3030
1560 #               StoreRates true
1561 #               AlwaysAppendDS false
1562 #               Notifications true
1563 #               Metrics true
1564 #               EventServicePrefix ""
1565 #               MetricHandler "influx"
1566 #               MetricHandler "default"
1567 #               NotificationHandler "flapjack"
1568 #               NotificationHandler "howling_monkey"
1569 #       </Node>
1570 #       Tag "foobar"
1571 #       Attribute "foo" "bar"
1572 #</Plugin>
1573
1574 #<Plugin write_tsdb>
1575 #       <Node>
1576 #               Host "localhost"
1577 #               Port "4242"
1578 #               HostTags "status=production"
1579 #               StoreRates false
1580 #               AlwaysAppendDS false
1581 #       </Node>
1582 #</Plugin>
1583
1584 #<Plugin zookeeper>
1585 #    Host "localhost"
1586 #    Port "2181"
1587 #</Plugin>
1588
1589 ##############################################################################
1590 # Filter configuration                                                       #
1591 #----------------------------------------------------------------------------#
1592 # The following configures collectd's filtering mechanism. Before changing   #
1593 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1594 # in the collectd.conf(5) manual page.                                       #
1595 ##############################################################################
1596
1597 # Load required matches:
1598 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1599 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1600 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1601 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1602 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1603
1604 # Load required targets:
1605 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1606 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1607 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1608 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1609 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1610
1611 #----------------------------------------------------------------------------#
1612 # The following block demonstrates the default behavior if no filtering is   #
1613 # configured at all: All values will be sent to all available write plugins. #
1614 #----------------------------------------------------------------------------#
1615
1616 #<Chain "PostCache">
1617 #  Target "write"
1618 #</Chain>
1619
1620 ##############################################################################
1621 # Threshold configuration                                                    #
1622 #----------------------------------------------------------------------------#
1623 # The following outlines how to configure collectd's threshold checking      #
1624 # plugin. The plugin and possible configuration options are documented in    #
1625 # the collectd-threshold(5) manual page.                                     #
1626 ##############################################################################
1627
1628 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1629 #<Plugin threshold>
1630 #  <Type "foo">
1631 #    WarningMin    0.00
1632 #    WarningMax 1000.00
1633 #    FailureMin    0.00
1634 #    FailureMax 1200.00
1635 #    Invert false
1636 #    Instance "bar"
1637 #  </Type>
1638 #
1639 #  <Plugin "interface">
1640 #    Instance "eth0"
1641 #    <Type "if_octets">
1642 #      FailureMax 10000000
1643 #      DataSource "rx"
1644 #    </Type>
1645 #  </Plugin>
1646 #
1647 #  <Host "hostname">
1648 #    <Type "cpu">
1649 #      Instance "idle"
1650 #      FailureMin 10
1651 #    </Type>
1652 #
1653 #    <Plugin "memory">
1654 #      <Type "memory">
1655 #        Instance "cached"
1656 #        WarningMin 100000000
1657 #      </Type>
1658 #    </Plugin>
1659 #
1660 #    <Type "load">
1661 #       DataSource "midterm"
1662 #       FailureMax 4
1663 #       Hits 3
1664 #       Hysteresis 3
1665 #    </Type>
1666 #  </Host>
1667 #</Plugin>