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