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