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