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