hugepages: check for error if readdir returns NULL
[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_DRBD_TRUE@LoadPlugin drbd
117 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
118 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
119 #@BUILD_PLUGIN_ETHSTAT_TRUE@LoadPlugin ethstat
120 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
121 #@BUILD_PLUGIN_FHCOUNT_TRUE@LoadPlugin fhcount
122 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
123 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
124 #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond
125 #@BUILD_PLUGIN_GRPC_TRUE@LoadPlugin grpc
126 #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
127 #@BUILD_PLUGIN_HUGEPAGES_TRUE@LoadPlugin hugepages
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 email>
520 #       SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
521 #       SocketGroup "collectd"
522 #       SocketPerms "0770"
523 #       MaxConns 5
524 #</Plugin>
525
526 #<Plugin ethstat>
527 #       Interface "eth0"
528 #       Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
529 #       Map "multicast" "if_multicast"
530 #       MappedOnly false
531 #</Plugin>
532
533 #<Plugin exec>
534 #       Exec "user:group" "/path/to/exec"
535 #       NotificationExec "user:group" "/path/to/exec"
536 #</Plugin>
537
538 #<Plugin fhcount>
539 #       ValuesAbsolute true
540 #       ValuesPercentage false
541 #</Plugin>
542
543 #<Plugin filecount>
544 #       <Directory "/path/to/dir">
545 #               Instance "foodir"
546 #               Name "*.conf"
547 #               MTime "-5m"
548 #               Size "+10k"
549 #               Recursive true
550 #               IncludeHidden false
551 #       </Directory>
552 #</Plugin>
553
554 #<Plugin gmond>
555 #  MCReceiveFrom "239.2.11.71" "8649"
556 #  <Metric "swap_total">
557 #    Type "swap"
558 #    TypeInstance "total"
559 #    DataSource "value"
560 #  </Metric>
561 #  <Metric "swap_free">
562 #    Type "swap"
563 #    TypeInstance "free"
564 #    DataSource "value"
565 #  </Metric>
566 #</Plugin>
567
568 #<Plugin grpc>
569 #       WorkerThreads 5
570 #       <Listen "0.0.0.0" "50051">
571 #               EnableSSL true
572 #               SSLRootCerts "/path/to/root.pem"
573 #               SSLServerCert "/path/to/server.pem"
574 #               SSLServerKey "/path/to/server.key"
575 #       </Listen>
576 #</Plugin>
577
578 #<Plugin hddtemp>
579 #  Host "127.0.0.1"
580 #  Port "7634"
581 #</Plugin>
582
583 #<Plugin hugepages>
584 #    ReportPerNodeHP "true"
585 #    ReportRootHP "true"
586 #</Plugin>
587
588 #<Plugin interface>
589 #       Interface "eth0"
590 #       IgnoreSelected false
591 #       UniqueName false
592 #</Plugin>
593
594 #<Plugin ipmi>
595 #       Sensor "some_sensor"
596 #       Sensor "another_one"
597 #       IgnoreSelected false
598 #       NotifySensorAdd false
599 #       NotifySensorRemove true
600 #       NotifySensorNotPresent false
601 #</Plugin>
602
603 #<Plugin iptables>
604 #       Chain table chain
605 #       Chain6 table chain
606 #</Plugin>
607
608 #<Plugin irq>
609 #       Irq 7
610 #       Irq 8
611 #       Irq 9
612 #       IgnoreSelected true
613 #</Plugin>
614
615 #<Plugin java>
616 #       JVMArg "-verbose:jni"
617 #       JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
618 #
619 #       LoadPlugin "org.collectd.java.Foobar"
620 #       <Plugin "org.collectd.java.Foobar">
621 #         # To be parsed by the plugin
622 #       </Plugin>
623 #</Plugin>
624
625 #<Plugin load>
626 #        ReportRelative true
627 #</Plugin>
628
629 #<Plugin lpar>
630 #       CpuPoolStats   false
631 #       ReportBySerial false
632 #</Plugin>
633
634 #<Plugin madwifi>
635 #       Interface "wlan0"
636 #       IgnoreSelected false
637 #       Source "SysFS"
638 #       WatchSet "None"
639 #       WatchAdd "node_octets"
640 #       WatchAdd "node_rssi"
641 #       WatchAdd "is_rx_acl"
642 #       WatchAdd "is_scan_active"
643 #</Plugin>
644
645 #<Plugin mbmon>
646 #       Host "127.0.0.1"
647 #       Port "411"
648 #</Plugin>
649
650 #<Plugin md>
651 #       Device "/dev/md0"
652 #       IgnoreSelected false
653 #</Plugin>
654
655 #<Plugin memcachec>
656 #       <Page "plugin_instance">
657 #               Server "localhost"
658 #               Key "page_key"
659 #               <Match>
660 #                       Regex "(\\d+) bytes sent"
661 #                       ExcludeRegex "<lines to be excluded>"
662 #                       DSType CounterAdd
663 #                       Type "ipt_octets"
664 #                       Instance "type_instance"
665 #               </Match>
666 #       </Page>
667 #</Plugin>
668
669 #<Plugin memcached>
670 #       <Instance "local">
671 #               Host "127.0.0.1"
672 #               Port "11211"
673 #       </Instance>
674 #</Plugin>
675
676 #<Plugin memory>
677 #       ValuesAbsolute true
678 #       ValuesPercentage false
679 #</Plugin>
680
681 #<Plugin modbus>
682 #       <Data "data_name">
683 #               RegisterBase 1234
684 #               RegisterCmd ReadHolding
685 #               RegisterType float
686 #               Type gauge
687 #               Instance "..."
688 #       </Data>
689 #
690 #       <Host "name">
691 #               Address "addr"
692 #               Port "1234"
693 #               Interval 60
694 #
695 #               <Slave 1>
696 #                       Instance "foobar" # optional
697 #                       Collect "data_name"
698 #               </Slave>
699 #       </Host>
700 #</Plugin>
701
702 #<Plugin mqtt>
703 #       <Publish "name">
704 #               Host "localhost"
705 #               Port 1883
706 #               ClientId "localhost"
707 #               User "user"
708 #               Password "secret"
709 #               QoS 0
710 #               Prefix "collectd"
711 #               StoreRates true
712 #               Retain false
713 #               CACert "/etc/ssl/ca.crt"
714 #               CertificateFile "/etc/ssl/client.crt"
715 #               CertificateKeyFile "/etc/ssl/client.pem"
716 #               TLSProtocol "tlsv1.2"
717 #               CipherSuite "ciphers"
718 #       </Publish>
719 #       <Subscribe "name">
720 #               Host "localhost"
721 #               Port 1883
722 #               ClientId "localhost"
723 #               User "user"
724 #               Password "secret"
725 #               QoS 2
726 #               Topic "collectd/#"
727 #               CleanSession true
728 #       </Subscribe>
729 #</Plugin>
730
731 #<Plugin mysql>
732 #       <Database db_name>
733 #               Host "database.serv.er"
734 #               User "db_user"
735 #               Password "secret"
736 #               Database "db_name"
737 #               MasterStats true
738 #               ConnectTimeout 10
739 #               InnodbStats true
740 #       </Database>
741 #
742 #       <Database db_name2>
743 #               Alias "squeeze"
744 #               Host "localhost"
745 #               Socket "/var/run/mysql/mysqld.sock"
746 #               SlaveStats true
747 #               SlaveNotifications true
748 #       </Database>
749 #</Plugin>
750
751 #<Plugin netapp>
752 #       <Host "netapp1.example.com">
753 #               Protocol      "https"
754 #               Address       "10.0.0.1"
755 #               Port          443
756 #               User          "username"
757 #               Password      "aef4Aebe"
758 #               Interval      30
759 #
760 #               <WAFL>
761 #                       Interval 30
762 #                       GetNameCache   true
763 #                       GetDirCache    true
764 #                       GetBufferCache true
765 #                       GetInodeCache  true
766 #               </WAFL>
767 #
768 #               <Disks>
769 #                       Interval 30
770 #                       GetBusy true
771 #               </Disks>
772 #
773 #               <VolumePerf>
774 #                       Interval 30
775 #                       GetIO      "volume0"
776 #                       IgnoreSelectedIO      false
777 #                       GetOps     "volume0"
778 #                       IgnoreSelectedOps     false
779 #                       GetLatency "volume0"
780 #                       IgnoreSelectedLatency false
781 #               </VolumePerf>
782 #
783 #               <VolumeUsage>
784 #                       Interval 30
785 #                       GetCapacity "vol0"
786 #                       GetCapacity "vol1"
787 #                       IgnoreSelectedCapacity false
788 #                       GetSnapshot "vol1"
789 #                       GetSnapshot "vol3"
790 #                       IgnoreSelectedSnapshot false
791 #               </VolumeUsage>
792 #
793 #               <System>
794 #                       Interval 30
795 #                       GetCPULoad     true
796 #                       GetInterfaces  true
797 #                       GetDiskOps     true
798 #                       GetDiskIO      true
799 #               </System>
800 #       </Host>
801 #</Plugin>
802
803 #<Plugin netlink>
804 #       Interface "All"
805 #       VerboseInterface "All"
806 #       QDisc "eth0" "pfifo_fast-1:0"
807 #       Class "ppp0" "htb-1:10"
808 #       Filter "ppp0" "u32-1:0"
809 #       IgnoreSelected false
810 #</Plugin>
811
812 @LOAD_PLUGIN_NETWORK@<Plugin network>
813 #       # client setup:
814 @LOAD_PLUGIN_NETWORK@   Server "ff18::efc0:4a42" "25826"
815 @LOAD_PLUGIN_NETWORK@   <Server "239.192.74.66" "25826">
816 #               SecurityLevel Encrypt
817 #               Username "user"
818 #               Password "secret"
819 #               Interface "eth0"
820 #               ResolveInterval 14400
821 @LOAD_PLUGIN_NETWORK@   </Server>
822 #       TimeToLive 128
823 #
824 #       # server setup:
825 #       Listen "ff18::efc0:4a42" "25826"
826 #       <Listen "239.192.74.66" "25826">
827 #               SecurityLevel Sign
828 #               AuthFile "/etc/collectd/passwd"
829 #               Interface "eth0"
830 #       </Listen>
831 #       MaxPacketSize 1452
832 #
833 #       # proxy setup (client and server as above):
834 #       Forward true
835 #
836 #       # statistics about the network plugin itself
837 #       ReportStats false
838 #
839 #       # "garbage collection"
840 #       CacheFlush 1800
841 @LOAD_PLUGIN_NETWORK@</Plugin>
842
843 #<Plugin nginx>
844 #       URL "http://localhost/status?auto"
845 #       User "www-user"
846 #       Password "secret"
847 #       CACert "/etc/ssl/ca.crt"
848 #</Plugin>
849
850 #<Plugin notify_desktop>
851 #       OkayTimeout 1000
852 #       WarningTimeout 5000
853 #       FailureTimeout 0
854 #</Plugin>
855
856 #<Plugin notify_email>
857 #       SMTPServer "localhost"
858 #       SMTPPort 25
859 #       SMTPUser "my-username"
860 #       SMTPPassword "my-password"
861 #       From "collectd@main0server.com"
862 #       # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
863 #       Subject "Aaaaaa!! %s on %s!!!!!"
864 #       Recipient "email1@domain1.net"
865 #       Recipient "email2@domain2.com"
866 #</Plugin>
867
868 #<Plugin notify_nagios>
869 #       CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
870 #</Plugin>
871
872 #<Plugin ntpd>
873 #       Host "localhost"
874 #       Port 123
875 #       ReverseLookups false
876 #       IncludeUnitID true
877 #</Plugin>
878
879 #<Plugin nut>
880 #       UPS "upsname@hostname:port"
881 #</Plugin>
882
883 #<Plugin olsrd>
884 #       Host "127.0.0.1"
885 #       Port "2006"
886 #       CollectLinks "Summary"
887 #       CollectRoutes "Summary"
888 #       CollectTopology "Summary"
889 #</Plugin>
890
891 #<Plugin onewire>
892 #       Device "-s localhost:4304"
893 #       Sensor "F10FCA000800"
894 #       IgnoreSelected false
895 #</Plugin>
896
897 #<Plugin openldap>
898 #  <Instance "localhost">
899 #    URL "ldap://localhost:389"
900 #    StartTLS false
901 #    VerifyHost true
902 #    CACert "/path/to/ca.crt"
903 #    Timeout -1
904 #    Version 3
905 #  </Instance>
906 #</Plugin>
907
908 #<Plugin openvpn>
909 #       StatusFile "/etc/openvpn/openvpn-status.log"
910 #       ImprovedNamingSchema false
911 #       CollectCompression true
912 #       CollectIndividualUsers true
913 #       CollectUserCount false
914 #</Plugin>
915
916 #<Plugin oracle>
917 #  <Query "out_of_stock">
918 #    Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
919 #    <Result>
920 #      Type "gauge"
921 #      InstancesFrom "category"
922 #      ValuesFrom "value"
923 #    </Result>
924 #  </Query>
925 #  <Database "product_information">
926 #    ConnectID "db01"
927 #    Username "oracle"
928 #    Password "secret"
929 #    Query "out_of_stock"
930 #  </Database>
931 #</Plugin>
932
933 #<Plugin perl>
934 #       IncludeDir "/my/include/path"
935 #       BaseName "Collectd::Plugins"
936 #       EnableDebugger ""
937 #       LoadPlugin Monitorus
938 #       LoadPlugin OpenVZ
939 #
940 #       <Plugin foo>
941 #               Foo "Bar"
942 #               Qux "Baz"
943 #       </Plugin>
944 #</Plugin>
945
946 #<Plugin pinba>
947 #       Address "::0"
948 #       Port "30002"
949 #       <View "name">
950 #               Host "host name"
951 #               Server "server name"
952 #               Script "script name"
953 #       </View>
954 #</Plugin>
955
956 #<Plugin ping>
957 #       Host "host.foo.bar"
958 #       Interval 1.0
959 #       Timeout 0.9
960 #       TTL 255
961 #       SourceAddress "1.2.3.4"
962 #       Device "eth0"
963 #       MaxMissed -1
964 #</Plugin>
965
966 #<Plugin postgresql>
967 #       <Query magic>
968 #               Statement "SELECT magic FROM wizard WHERE host = $1;"
969 #               Param hostname
970 #               <Result>
971 #                       Type gauge
972 #                       InstancePrefix "magic"
973 #                       ValuesFrom magic
974 #               </Result>
975 #       </Query>
976 #       <Query rt36_tickets>
977 #               Statement "SELECT COUNT(type) AS count, type \
978 #                                 FROM (SELECT CASE \
979 #                                              WHEN resolved = 'epoch' THEN 'open' \
980 #                                              ELSE 'resolved' END AS type \
981 #                                              FROM tickets) type \
982 #                                 GROUP BY type;"
983 #               <Result>
984 #                       Type counter
985 #                       InstancePrefix "rt36_tickets"
986 #                       InstancesFrom "type"
987 #                       ValuesFrom "count"
988 #               </Result>
989 #       </Query>
990 #       <Writer sqlstore>
991 #               # See contrib/postgresql/collectd_insert.sql for details
992 #               Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
993 #               StoreRates true
994 #       </Writer>
995 #       <Database foo>
996 #               Host "hostname"
997 #               Port "5432"
998 #               User "username"
999 #               Password "secret"
1000 #               SSLMode "prefer"
1001 #               KRBSrvName "kerberos_service_name"
1002 #               Query magic
1003 #       </Database>
1004 #       <Database bar>
1005 #               Interval 60
1006 #               Service "service_name"
1007 #               Query backend # predefined
1008 #               Query rt36_tickets
1009 #       </Database>
1010 #       <Database qux>
1011 #               Service "collectd_store"
1012 #               Writer sqlstore
1013 #               # see collectd.conf(5) for details
1014 #               CommitInterval 30
1015 #       </Database>
1016 #</Plugin>
1017
1018 #<Plugin powerdns>
1019 #  <Server "server_name">
1020 #    Collect "latency"
1021 #    Collect "udp-answers" "udp-queries"
1022 #    Socket "/var/run/pdns.controlsocket"
1023 #  </Server>
1024 #  <Recursor "recursor_name">
1025 #    Collect "questions"
1026 #    Collect "cache-hits" "cache-misses"
1027 #    Socket "/var/run/pdns_recursor.controlsocket"
1028 #  </Recursor>
1029 #  LocalSocket "/opt/collectd/var/run/collectd-powerdns"
1030 #</Plugin>
1031
1032 #<Plugin processes>
1033 #       Process "name"
1034 #</Plugin>
1035
1036 #<Plugin protocols>
1037 #       Value "/^Tcp:/"
1038 #       IgnoreSelected false
1039 #</Plugin>
1040
1041 #<Plugin python>
1042 #       ModulePath "/path/to/your/python/modules"
1043 #       LogTraces true
1044 #       Interactive true
1045 #       Import "spam"
1046 #
1047 #       <Module spam>
1048 #               spam "wonderful" "lovely"
1049 #       </Module>
1050 #</Plugin>
1051
1052 #<Plugin redis>
1053 #   <Node example>
1054 #      Host "redis.example.com"
1055 #      Port "6379"
1056 #      Timeout 2000
1057 #   </Node>
1058 #</Plugin>
1059
1060 #<Plugin routeros>
1061 #       <Router>
1062 #               Host "router.example.com"
1063 #               Port "8728"
1064 #               User "admin"
1065 #               Password "dozaiTh4"
1066 #               CollectInterface true
1067 #               CollectRegistrationTable true
1068 #               CollectCPULoad true
1069 #               CollectMemory true
1070 #               CollectDF true
1071 #               CollectDisk true
1072 #       </Router>
1073 #</Plugin>
1074
1075 #<Plugin rrdcached>
1076 #       DaemonAddress "unix:/tmp/rrdcached.sock"
1077 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1078 #       CreateFiles true
1079 #       CreateFilesAsync false
1080 #       CollectStatistics true
1081 #</Plugin>
1082
1083 #<Plugin rrdtool>
1084 #       DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
1085 #       CreateFilesAsync false
1086 #       CacheTimeout 120
1087 #       CacheFlush   900
1088 #       WritesPerSecond 50
1089 #</Plugin>
1090
1091 #<Plugin sensors>
1092 #       SensorConfigFile "/etc/sensors.conf"
1093 #       Sensor "it8712-isa-0290/temperature-temp1"
1094 #       Sensor "it8712-isa-0290/fanspeed-fan3"
1095 #       Sensor "it8712-isa-0290/voltage-in8"
1096 #       IgnoreSelected false
1097 #</Plugin>
1098
1099 #<Plugin sigrok>
1100 #  LogLevel 3
1101 #  <Device "AC Voltage">
1102 #    Driver "fluke-dmm"
1103 #    MinimumInterval 10
1104 #    Conn "/dev/ttyUSB2"
1105 #  </Device>
1106 #  <Device "Sound Level">
1107 #    Driver "cem-dt-885x"
1108 #    Conn "/dev/ttyUSB1"
1109 #  </Device>
1110 #</Plugin>
1111
1112 #<Plugin smart>
1113 #  Disk "/^[hs]d[a-f][0-9]?$/"
1114 #  IgnoreSelected false
1115 #</Plugin>
1116
1117 #<Plugin snmp>
1118 #   <Data "powerplus_voltge_input">
1119 #       Type "voltage"
1120 #       Table false
1121 #       Instance "input_line1"
1122 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
1123 #   </Data>
1124 #   <Data "hr_users">
1125 #       Type "users"
1126 #       Table false
1127 #       Instance ""
1128 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
1129 #   </Data>
1130 #   <Data "std_traffic">
1131 #       Type "if_octets"
1132 #       Table true
1133 #       Instance "IF-MIB::ifDescr"
1134 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
1135 #   </Data>
1136 #
1137 #   <Host "some.switch.mydomain.org">
1138 #       Address "192.168.0.2"
1139 #       Version 1
1140 #       Community "community_string"
1141 #       Collect "std_traffic"
1142 #       Interval 120
1143 #   </Host>
1144 #   <Host "some.server.mydomain.org">
1145 #       Address "192.168.0.42"
1146 #       Version 2
1147 #       Community "another_string"
1148 #       Collect "std_traffic" "hr_users"
1149 #   </Host>
1150 #   <Host "some.ups.mydomain.org">
1151 #       Address "192.168.0.3"
1152 #       Version 1
1153 #       Community "more_communities"
1154 #       Collect "powerplus_voltge_input"
1155 #       Interval 300
1156 #   </Host>
1157 #</Plugin>
1158
1159 #<Plugin statsd>
1160 #  Host "::"
1161 #  Port "8125"
1162 #  DeleteCounters false
1163 #  DeleteTimers   false
1164 #  DeleteGauges   false
1165 #  DeleteSets     false
1166 #  CounterSum     false
1167 #  TimerPercentile 90.0
1168 #  TimerPercentile 95.0
1169 #  TimerPercentile 99.0
1170 #  TimerLower     false
1171 #  TimerUpper     false
1172 #  TimerSum       false
1173 #  TimerCount     false
1174 #</Plugin>
1175
1176 #<Plugin swap>
1177 #       ReportByDevice false
1178 #       ReportBytes true
1179 #       ValuesAbsolute true
1180 #       ValuesPercentage false
1181 #</Plugin>
1182
1183 #<Plugin table>
1184 #       <Table "/proc/slabinfo">
1185 #               Instance "slabinfo"
1186 #               Separator " "
1187 #               <Result>
1188 #                       Type gauge
1189 #                       InstancePrefix "active_objs"
1190 #                       InstancesFrom 0
1191 #                       ValuesFrom 1
1192 #               </Result>
1193 #               <Result>
1194 #                       Type gauge
1195 #                       InstancePrefix "objperslab"
1196 #                       InstancesFrom 0
1197 #                       ValuesFrom 4
1198 #               </Result>
1199 #       </Table>
1200 #</Plugin>
1201
1202 #<Plugin tail>
1203 #  <File "/var/log/exim4/mainlog">
1204 #    Instance "exim"
1205 #    Interval 60
1206 #    <Match>
1207 #      Regex "S=([1-9][0-9]*)"
1208 #      DSType "CounterAdd"
1209 #      Type "ipt_bytes"
1210 #      Instance "total"
1211 #    </Match>
1212 #    <Match>
1213 #      Regex "\\<R=local_user\\>"
1214 #      ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1215 #      DSType "CounterInc"
1216 #      Type "counter"
1217 #      Instance "local_user"
1218 #    </Match>
1219 #  </File>
1220 #</Plugin>
1221
1222 #<Plugin tail_csv>
1223 #   <Metric "dropped">
1224 #       Type "percent"
1225 #       Instance "dropped"
1226 #       ValueFrom 1
1227 #   </Metric>
1228 #   <Metric "mbps">
1229 #       Type "bytes"
1230 #       Instance "wire-realtime"
1231 #       ValueFrom 2
1232 #   </Metric>
1233 #   <Metric "alerts">
1234 #       Type "alerts_per_second"
1235 #       ValueFrom 3
1236 #   </Metric>
1237 #   <Metric "kpps">
1238 #       Type "kpackets_wire_per_sec.realtime"
1239 #       ValueFrom 4
1240 #   </Metric>
1241 #   <File "/var/log/snort/snort.stats">
1242 #       Instance "snort-eth0"
1243 #       Interval 600
1244 #       Collect "dropped" "mbps" "alerts" "kpps"
1245 #       TimeFrom 0
1246 #   </File>
1247 #</Plugin>
1248
1249 #<Plugin tcpconns>
1250 #       ListeningPorts false
1251 #       AllPortsSummary false
1252 #       LocalPort "25"
1253 #       RemotePort "25"
1254 #</Plugin>
1255
1256 #<Plugin teamspeak2>
1257 #       Host "127.0.0.1"
1258 #       Port "51234"
1259 #       Server "8767"
1260 #</Plugin>
1261
1262 #<Plugin ted>
1263 #       Device "/dev/ttyUSB0"
1264 #       Retries 0
1265 #</Plugin>
1266
1267 #<Plugin thermal>
1268 #       ForceUseProcfs false
1269 #       Device "THRM"
1270 #       IgnoreSelected false
1271 #</Plugin>
1272
1273 #<Plugin tokyotyrant>
1274 #       Host "localhost"
1275 #       Port "1978"
1276 #</Plugin>
1277
1278 #<Plugin turbostat>
1279 ##      None of the following option should be set manually
1280 ##      This plugin automatically detect most optimal options
1281 ##      Only set values here if:
1282 ##      - The module asks you to
1283 ##      - You want to disable the collection of some data
1284 ##      - Your (Intel) CPU is not supported (yet) by the module
1285 ##      - The module generates a lot of errors 'MSR offset 0x... read failed'
1286 ##      In the last two cases, please open a bug request
1287 #
1288 #       TCCActivationTemp "100"
1289 #       CoreCstates "392"
1290 #       PackageCstates "396"
1291 #       SystemManagementInterrupt true
1292 #       DigitalTemperatureSensor true
1293 #       PackageThermalManagement true
1294 #       RunningAveragePowerLimit "7"    
1295 #</Plugin>
1296
1297 #<Plugin unixsock>
1298 #       SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1299 #       SocketGroup "collectd"
1300 #       SocketPerms "0660"
1301 #       DeleteSocket false
1302 #</Plugin>
1303
1304 #<Plugin uuid>
1305 #       UUIDFile "/etc/uuid"
1306 #</Plugin>
1307
1308 #<Plugin mic>
1309 #   ShowCPU true
1310 #   ShowCPUCores true
1311 #   ShowMemory true
1312 #   ShowTemperatures true
1313 ##  Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1314 ##  then inverted with a IgnoreSelectedTemperature.
1315 ##  Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1316 #   Temperature vddg
1317 #   IgnoreSelectedTemperature true
1318 #   ShowPower true
1319 ##  Power Sensors can be ignored/shown by repeated #Power lines, and
1320 ##  then inverted with a IgnoreSelectedTemperature.
1321 ##  Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1322 #   Power total1
1323 #   IgnoreSelectedPower true
1324 #</Plugin>
1325
1326 #<Plugin varnish>
1327 #   This tag support an argument if you want to
1328 #   monitor the local instance just use </Instance>
1329 #   If you prefer defining another instance you can do
1330 #   so by using <Instance "myinstance">
1331 #   <Instance>
1332 #      CollectBackend true
1333 #      CollectBan false           # Varnish 3 and above
1334 #      CollectCache true
1335 #      CollectConnections true
1336 #      CollectDirectorDNS false   # Varnish 3 only
1337 #      CollectESI false
1338 #      CollectFetch false
1339 #      CollectHCB false
1340 #      CollectObjects false
1341 #      CollectPurge false         # Varnish 2 only
1342 #      CollectSession false
1343 #      CollectSHM true
1344 #      CollectSMA false           # Varnish 2 only
1345 #      CollectSMS false
1346 #      CollectSM false            # Varnish 2 only
1347 #      CollectStruct false
1348 #      CollectTotals false
1349 #      CollectUptime false        # Varnish 3 and above
1350 #      CollectVCL false
1351 #      CollectVSM false           # Varnish 4 only
1352 #      CollectWorkers false
1353 #   </Instance>
1354 #</Plugin>
1355
1356 #<Plugin virt>
1357 #       Connection "xen:///"
1358 #       RefreshInterval 60
1359 #       Domain "name"
1360 #       BlockDevice "name:device"
1361 #       InterfaceDevice "name:device"
1362 #       IgnoreSelected false
1363 #       HostnameFormat name
1364 #       InterfaceFormat name
1365 #       PluginInstanceFormat name
1366 #</Plugin>
1367
1368 #<Plugin vmem>
1369 #       Verbose false
1370 #</Plugin>
1371
1372 #<Plugin write_graphite>
1373 #  <Node "example">
1374 #    Host "localhost"
1375 #    Port "2003"
1376 #    Protocol "tcp"
1377 #    ReconnectInterval 0
1378 #    LogSendErrors true
1379 #    Prefix "collectd"
1380 #    Postfix "collectd"
1381 #    StoreRates true
1382 #    AlwaysAppendDS false
1383 #    EscapeCharacter "_"
1384 #  </Node>
1385 #</Plugin>
1386
1387 #<Plugin write_http>
1388 #       <Node "example">
1389 #               URL "http://example.com/collectd-post"
1390 #               User "collectd"
1391 #               Password "weCh3ik0"
1392 #               VerifyPeer true
1393 #               VerifyHost true
1394 #               CACert "/etc/ssl/ca.crt"
1395 #               CAPath "/etc/ssl/certs/"
1396 #               ClientKey "/etc/ssl/client.pem"
1397 #               ClientCert "/etc/ssl/client.crt"
1398 #               ClientKeyPass "secret"
1399 #               Header "X-Custom-Header: custom_value"
1400 #               SSLVersion "TLSv1"
1401 #               Format "Command"
1402 #               StoreRates false
1403 #               BufferSize 4096
1404 #               LowSpeedLimit 0
1405 #               Timeout 0
1406 #       </Node>
1407 #</Plugin>
1408
1409 #<Plugin write_kafka>
1410 #  Property "metadata.broker.list" "localhost:9092"
1411 #  <Topic "collectd">
1412 #    Format JSON
1413 #  </Topic>
1414 #</Plugin>
1415
1416 #<Plugin write_mongodb>
1417 #       <Node "example">
1418 #               Host "localhost"
1419 #               Port "27017"
1420 #               Timeout 1000
1421 #               StoreRates false
1422 #               Database "auth_db"
1423 #               User "auth_user"
1424 #               Password "auth_passwd"
1425 #       </Node>
1426 #</Plugin>
1427
1428 #<Plugin write_redis>
1429 #       <Node "example">
1430 #               Host "localhost"
1431 #               Port "6379"
1432 #               Timeout 1000
1433 #               Prefix "collectd/"
1434 #       </Node>
1435 #</Plugin>
1436
1437 #<Plugin write_riemann>
1438 #       <Node "example">
1439 #               Host "localhost"
1440 #               Port 5555
1441 #               Protocol TCP
1442 #               Batch true
1443 #               BatchMaxSize 8192
1444 #               StoreRates true
1445 #               AlwaysAppendDS false
1446 #               TTLFactor 2.0
1447 #               Notifications true
1448 #               CheckThresholds false
1449 #               EventServicePrefix ""
1450 #       </Node>
1451 #       Tag "foobar"
1452 #       Attribute "foo" "bar"
1453 #</Plugin>
1454
1455 #<Plugin write_sensu>
1456 #       <Node "example">
1457 #               Host "localhost"
1458 #               Port 3030
1459 #               StoreRates true
1460 #               AlwaysAppendDS false
1461 #               Notifications true
1462 #               Metrics true
1463 #               EventServicePrefix ""
1464 #               MetricHandler "influx"
1465 #               MetricHandler "default"
1466 #               NotificationHandler "flapjack"
1467 #               NotificationHandler "howling_monkey"
1468 #       </Node>
1469 #       Tag "foobar"
1470 #       Attribute "foo" "bar"
1471 #</Plugin>
1472
1473 #<Plugin write_tsdb>
1474 #       <Node>
1475 #               Host "localhost"
1476 #               Port "4242"
1477 #               HostTags "status=production"
1478 #               StoreRates false
1479 #               AlwaysAppendDS false
1480 #       </Node>
1481 #</Plugin>
1482
1483 #<Plugin zookeeper>
1484 #    Host "localhost"
1485 #    Port "2181"
1486 #</Plugin>
1487
1488 ##############################################################################
1489 # Filter configuration                                                       #
1490 #----------------------------------------------------------------------------#
1491 # The following configures collectd's filtering mechanism. Before changing   #
1492 # anything in this section, please read the `FILTER CONFIGURATION' section   #
1493 # in the collectd.conf(5) manual page.                                       #
1494 ##############################################################################
1495
1496 # Load required matches:
1497 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1498 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1499 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1500 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1501 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1502
1503 # Load required targets:
1504 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1505 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1506 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1507 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1508 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1509
1510 #----------------------------------------------------------------------------#
1511 # The following block demonstrates the default behavior if no filtering is   #
1512 # configured at all: All values will be sent to all available write plugins. #
1513 #----------------------------------------------------------------------------#
1514
1515 #<Chain "PostCache">
1516 #  Target "write"
1517 #</Chain>
1518
1519 ##############################################################################
1520 # Threshold configuration                                                    #
1521 #----------------------------------------------------------------------------#
1522 # The following outlines how to configure collectd's threshold checking      #
1523 # plugin. The plugin and possible configuration options are documented in    #
1524 # the collectd-threshold(5) manual page.                                     #
1525 ##############################################################################
1526
1527 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1528 #<Plugin threshold>
1529 #  <Type "foo">
1530 #    WarningMin    0.00
1531 #    WarningMax 1000.00
1532 #    FailureMin    0.00
1533 #    FailureMax 1200.00
1534 #    Invert false
1535 #    Instance "bar"
1536 #  </Type>
1537 #
1538 #  <Plugin "interface">
1539 #    Instance "eth0"
1540 #    <Type "if_octets">
1541 #      FailureMax 10000000
1542 #      DataSource "rx"
1543 #    </Type>
1544 #  </Plugin>
1545 #
1546 #  <Host "hostname">
1547 #    <Type "cpu">
1548 #      Instance "idle"
1549 #      FailureMin 10
1550 #    </Type>
1551 #
1552 #    <Plugin "memory">
1553 #      <Type "memory">
1554 #        Instance "cached"
1555 #        WarningMin 100000000
1556 #      </Type>
1557 #    </Plugin>
1558 #
1559 #    <Type "load">
1560 #       DataSource "midterm"
1561 #       FailureMax 4
1562 #       Hits 3
1563 #       Hysteresis 3
1564 #    </Type>
1565 #  </Host>
1566 #</Plugin>