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