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