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