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