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