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