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