7c9860f0378c6caf587aeb50490c72f40abc5dba
1 #
2 # Config file for collectd(1).
3 # Please read collectd.conf(5) for a list of options.
4 # http://collectd.org/
5 #
7 ##############################################################################
8 # Global #
9 #----------------------------------------------------------------------------#
10 # Global settings for the daemon. #
11 ##############################################################################
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"
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
27 #----------------------------------------------------------------------------#
28 # When enabled, internal statistics are collected, using "collectd" as the #
29 # plugin name. #
30 # Disabled by default. #
31 #----------------------------------------------------------------------------#
32 #CollectInternalStats false
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
43 #MaxReadInterval 86400
44 #Timeout 2
45 #ReadThreads 5
46 #WriteThreads 5
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
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 ##############################################################################
61 @LOAD_PLUGIN_SYSLOG@LoadPlugin syslog
62 @LOAD_PLUGIN_LOGFILE@LoadPlugin logfile
63 @LOAD_PLUGIN_LOG_LOGSTASH@LoadPlugin log_logstash
65 #<Plugin logfile>
66 # LogLevel @DEFAULT_LOG_LEVEL@
67 # File STDOUT
68 # Timestamp true
69 # PrintSeverity false
70 #</Plugin>
72 #<Plugin log_logstash>
73 # LogLevel @DEFAULT_LOG_LEVEL@
74 # File "@localstatedir@/log/@PACKAGE_NAME@.json.log"
75 #</Plugin>
77 #<Plugin syslog>
78 # LogLevel @DEFAULT_LOG_LEVEL@
79 #</Plugin>
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 begnning with `##' belong to plugins which have not been built due #
88 # to missing dependencies or because they have been deactivated explicitly. #
89 ##############################################################################
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_CONNTRACK_TRUE@LoadPlugin conntrack
102 #@BUILD_PLUGIN_CONTEXTSWITCH_TRUE@LoadPlugin contextswitch
103 #@BUILD_PLUGIN_CGROUPS_TRUE@LoadPlugin cgroups
104 @BUILD_PLUGIN_CPU_TRUE@@BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu
105 #@BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq
106 @LOAD_PLUGIN_CSV@LoadPlugin csv
107 #@BUILD_PLUGIN_CURL_TRUE@LoadPlugin curl
108 #@BUILD_PLUGIN_CURL_JSON_TRUE@LoadPlugin curl_json
109 #@BUILD_PLUGIN_CURL_XML_TRUE@LoadPlugin curl_xml
110 #@BUILD_PLUGIN_DBI_TRUE@LoadPlugin dbi
111 #@BUILD_PLUGIN_DF_TRUE@LoadPlugin df
112 #@BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk
113 #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
114 #@BUILD_PLUGIN_DRBD_TRUE@LoadPlugin drbd
115 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
116 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
117 #@BUILD_PLUGIN_ETHSTAT_TRUE@LoadPlugin ethstat
118 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
119 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
120 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
121 #@BUILD_PLUGIN_GMOND_TRUE@LoadPlugin gmond
122 #@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
123 @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
124 #@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
125 #@BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi
126 #@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
127 #@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
128 #@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
129 #@BUILD_PLUGIN_LIBVIRT_TRUE@LoadPlugin libvirt
130 @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
131 #@BUILD_PLUGIN_LPAR_TRUE@LoadPlugin lpar
132 #@BUILD_PLUGIN_LVM_TRUE@LoadPlugin lvm
133 #@BUILD_PLUGIN_MADWIFI_TRUE@LoadPlugin madwifi
134 #@BUILD_PLUGIN_MBMON_TRUE@LoadPlugin mbmon
135 #@BUILD_PLUGIN_MD_TRUE@LoadPlugin md
136 #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec
137 #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached
138 @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory
139 #@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus
140 #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter
141 #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql
142 #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp
143 #@BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
144 @LOAD_PLUGIN_NETWORK@LoadPlugin network
145 #@BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
146 #@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
147 #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
148 #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
149 #@BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
150 #@BUILD_PLUGIN_NUMA_TRUE@LoadPlugin numa
151 #@BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
152 #@BUILD_PLUGIN_OLSRD_TRUE@LoadPlugin olsrd
153 #@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire
154 #@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn
155 #@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle
156 #@BUILD_PLUGIN_PERL_TRUE@<LoadPlugin perl>
157 #@BUILD_PLUGIN_PERL_TRUE@ Globals true
158 #@BUILD_PLUGIN_PERL_TRUE@</LoadPlugin>
159 #@BUILD_PLUGIN_PINBA_TRUE@LoadPlugin pinba
160 #@BUILD_PLUGIN_PING_TRUE@LoadPlugin ping
161 #@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
162 #@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
163 #@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
164 #@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
165 #@BUILD_PLUGIN_PYTHON_TRUE@<LoadPlugin python>
166 #@BUILD_PLUGIN_PYTHON_TRUE@ Globals true
167 #@BUILD_PLUGIN_PYTHON_TRUE@</LoadPlugin>
168 #@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
169 #@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
170 #@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
171 @LOAD_PLUGIN_RRDTOOL@LoadPlugin rrdtool
172 #@BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors
173 #@BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial
174 #@BUILD_PLUGIN_SIGROK_TRUE@LoadPlugin sigrok
175 #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp
176 #@BUILD_PLUGIN_STATSD_TRUE@LoadPlugin statsd
177 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
178 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
179 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
180 #@BUILD_PLUGIN_TAIL_CSV_TRUE@LoadPlugin tail_csv
181 #@BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape
182 #@BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns
183 #@BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2
184 #@BUILD_PLUGIN_TED_TRUE@LoadPlugin ted
185 #@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal
186 #@BUILD_PLUGIN_TOKYOTYRANT_TRUE@LoadPlugin tokyotyrant
187 #@BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock
188 #@BUILD_PLUGIN_UPTIME_TRUE@LoadPlugin uptime
189 #@BUILD_PLUGIN_USERS_TRUE@LoadPlugin users
190 #@BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid
191 #@BUILD_PLUGIN_VARNISH_TRUE@LoadPlugin varnish
192 #@BUILD_PLUGIN_MIC_TRUE@LoadPlugin mic
193 #@BUILD_PLUGIN_VMEM_TRUE@LoadPlugin vmem
194 #@BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver
195 #@BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless
196 #@BUILD_PLUGIN_WRITE_GRAPHITE_TRUE@LoadPlugin write_graphite
197 #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http
198 #@BUILD_PLUGIN_WRITE_KAFKA_TRUE@LoadPlugin write_kafka
199 #@BUILD_PLUGIN_WRITE_MONGODB_TRUE@LoadPlugin write_mongodb
200 #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis
201 #@BUILD_PLUGIN_WRITE_RIEMANN_TRUE@LoadPlugin write_riemann
202 #@BUILD_PLUGIN_WRITE_TSDB_TRUE@LoadPlugin write_tsdb
203 #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms
204 #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc
206 ##############################################################################
207 # Plugin configuration #
208 #----------------------------------------------------------------------------#
209 # In this section configuration stubs for each plugin are provided. A desc- #
210 # ription of those options is available in the collectd.conf(5) manual page. #
211 ##############################################################################
213 #<Plugin aggregation>
214 # <Aggregation>
215 # #Host "unspecified"
216 # Plugin "cpu"
217 # #PluginInstance "unspecified"
218 # Type "cpu"
219 # #TypeInstance "unspecified"
220 #
221 # GroupBy "Host"
222 # GroupBy "TypeInstance"
223 #
224 # CalculateNum false
225 # CalculateSum false
226 # CalculateAverage true
227 # CalculateMinimum false
228 # CalculateMaximum false
229 # CalculateStddev false
230 # </Aggregation>
231 #</Plugin>
233 #<Plugin amqp>
234 # <Publish "name">
235 # Host "localhost"
236 # Port "5672"
237 # VHost "/"
238 # User "guest"
239 # Password "guest"
240 # Exchange "amq.fanout"
241 # RoutingKey "collectd"
242 # Persistent false
243 # StoreRates false
244 # </Publish>
245 #</Plugin>
247 #<Plugin apache>
248 # <Instance "local">
249 # URL "http://localhost/status?auto"
250 # User "www-user"
251 # Password "secret"
252 # CACert "/etc/ssl/ca.crt"
253 # </Instance>
254 #</Plugin>
256 #<Plugin apcups>
257 # Host "localhost"
258 # Port "3551"
259 # ReportSeconds true
260 #</Plugin>
262 #<Plugin aquaero>
263 # Device ""
264 #</Plugin>
266 #<Plugin ascent>
267 # URL "http://localhost/ascent/status/"
268 # User "www-user"
269 # Password "secret"
270 # CACert "/etc/ssl/ca.crt"
271 #</Plugin>
273 #<Plugin "barometer">
274 # Device "/dev/i2c-0";
275 # Oversampling 512
276 # PressureOffset 0.0
277 # TemperatureOffset 0.0
278 # Normalization 2
279 # Altitude 238.0
280 # TemperatureSensor "myserver/onewire-F10FCA000800/temperature"
281 #</Plugin>
283 #<Plugin "bind">
284 # URL "http://localhost:8053/"
285 # ParseTime false
286 # OpCodes true
287 # QTypes true
288 #
289 # ServerStats true
290 # ZoneMaintStats true
291 # ResolverStats false
292 # MemoryStats true
293 #
294 # <View "_default">
295 # QTypes true
296 # ResolverStats true
297 # CacheRRSets true
298 #
299 # Zone "127.in-addr.arpa/IN"
300 # </View>
301 #</Plugin>
303 #<Plugin cgroups>
304 # CGroup "libvirt"
305 # IgnoreSelected false
306 #</Plugin>
308 #<Plugin cpu>
309 # ReportActive false
310 # ReportByCpu true
311 # ValuesPercentage false
312 #</Plugin>
313 #
314 #<Plugin csv>
315 # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/csv"
316 # StoreRates false
317 #</Plugin>
319 #<Plugin curl>
320 # <Page "stock_quotes">
321 # URL "http://finance.google.com/finance?q=NYSE%3AAMD"
322 # User "foo"
323 # Password "bar"
324 # Digest false
325 # VerifyPeer true
326 # VerifyHost true
327 # CACert "/path/to/ca.crt"
328 # Header "X-Custom-Header: foobar"
329 # Post "foo=bar"
330 #
331 # MeasureResponseTime false
332 # MeasureResponseCode false
333 # <Match>
334 # Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
335 # DSType "GaugeAverage"
336 # Type "stock_value"
337 # Instance "AMD"
338 # </Match>
339 # </Page>
340 #</Plugin>
342 #<Plugin curl_json>
343 ## See: http://wiki.apache.org/couchdb/Runtime_Statistics
344 # <URL "http://localhost:5984/_stats">
345 # Instance "httpd"
346 # <Key "httpd/requests/count">
347 # Type "http_requests"
348 # </Key>
349 #
350 # <Key "httpd_request_methods/*/count">
351 # Type "http_request_methods"
352 # </Key>
353 #
354 # <Key "httpd_status_codes/*/count">
355 # Type "http_response_codes"
356 # </Key>
357 # </URL>
358 ## Database status metrics:
359 # <URL "http://localhost:5984/_all_dbs">
360 # Instance "dbs"
361 # <Key "*/doc_count">
362 # Type "gauge"
363 # </Key>
364 # <Key "*/doc_del_count">
365 # Type "counter"
366 # </Key>
367 # <Key "*/disk_size">
368 # Type "bytes"
369 # </Key>
370 # </URL>
371 #</Plugin>
373 #<Plugin curl_xml>
374 # <URL "http://localhost/stats.xml">
375 # Host "my_host"
376 # Instance "some_instance"
377 # User "collectd"
378 # Password "thaiNg0I"
379 # Digest false
380 # VerifyPeer true
381 # VerifyHost true
382 # CACert "/path/to/ca.crt"
383 # Header "X-Custom-Header: foobar"
384 # Post "foo=bar"
385 #
386 # <XPath "table[@id=\"magic_level\"]/tr">
387 # Type "magic_level"
388 # #InstancePrefix "prefix-"
389 # InstanceFrom "td[1]"
390 # ValuesFrom "td[2]/span[@class=\"level\"]"
391 # </XPath>
392 # </URL>
393 #</Plugin>
395 #<Plugin dbi>
396 # <Query "num_of_customers">
397 # Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
398 # <Result>
399 # Type "gauge"
400 # InstancesFrom "c_key"
401 # ValuesFrom "c_value"
402 # </Result>
403 # </Query>
404 # <Database "customers_db">
405 # Driver "mysql"
406 # DriverOption "host" "localhost"
407 # DriverOption "username" "collectd"
408 # DriverOption "password" "AeXohy0O"
409 # DriverOption "dbname" "custdb0"
410 # #SelectDB "custdb0"
411 # Query "num_of_customers"
412 # #Query "..."
413 # #Host "..."
414 # </Database>
415 #</Plugin>
417 #<Plugin df>
418 # Device "/dev/hda1"
419 # Device "192.168.0.2:/mnt/nfs"
420 # MountPoint "/home"
421 # FSType "ext3"
422 # IgnoreSelected false
423 # ReportByDevice false
424 # ReportReserved false
425 # ReportInodes false
426 # ValuesAbsolute true
427 # ValuesPercentage false
428 #</Plugin>
430 #<Plugin disk>
431 # Disk "/^[hs]d[a-f][0-9]?$/"
432 # IgnoreSelected false
433 # UseBSDName false
434 # UdevNameAttr "DEVNAME"
435 #</Plugin>
437 #<Plugin dns>
438 # Interface "eth0"
439 # IgnoreSource "192.168.0.1"
440 # SelectNumericQueryTypes true
441 #</Plugin>
443 #<Plugin email>
444 # SocketFile "@localstatedir@/run/@PACKAGE_NAME@-email"
445 # SocketGroup "collectd"
446 # SocketPerms "0770"
447 # MaxConns 5
448 #</Plugin>
450 #<Plugin ethstat>
451 # Interface "eth0"
452 # Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
453 # Map "multicast" "if_multicast"
454 # MappedOnly false
455 #</Plugin>
457 #<Plugin exec>
458 # Exec "user:group" "/path/to/exec"
459 # NotificationExec "user:group" "/path/to/exec"
460 #</Plugin>
462 #<Plugin filecount>
463 # <Directory "/path/to/dir">
464 # Instance "foodir"
465 # Name "*.conf"
466 # MTime "-5m"
467 # Size "+10k"
468 # Recursive true
469 # IncludeHidden false
470 # </Directory>
471 #</Plugin>
473 #<Plugin gmond>
474 # MCReceiveFrom "239.2.11.71" "8649"
475 # <Metric "swap_total">
476 # Type "swap"
477 # TypeInstance "total"
478 # DataSource "value"
479 # </Metric>
480 # <Metric "swap_free">
481 # Type "swap"
482 # TypeInstance "free"
483 # DataSource "value"
484 # </Metric>
485 #</Plugin>
487 #<Plugin hddtemp>
488 # Host "127.0.0.1"
489 # Port "7634"
490 #</Plugin>
492 #<Plugin interface>
493 # Interface "eth0"
494 # IgnoreSelected false
495 #</Plugin>
497 #<Plugin ipmi>
498 # Sensor "some_sensor"
499 # Sensor "another_one"
500 # IgnoreSelected false
501 # NotifySensorAdd false
502 # NotifySensorRemove true
503 # NotifySensorNotPresent false
504 #</Plugin>
506 #<Plugin iptables>
507 # Chain table chain
508 #</Plugin>
510 #<Plugin irq>
511 # Irq 7
512 # Irq 8
513 # Irq 9
514 # IgnoreSelected true
515 #</Plugin>
517 #<Plugin java>
518 # JVMArg "-verbose:jni"
519 # JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
520 #
521 # LoadPlugin "org.collectd.java.Foobar"
522 # <Plugin "org.collectd.java.Foobar">
523 # # To be parsed by the plugin
524 # </Plugin>
525 #</Plugin>
527 #<Plugin libvirt>
528 # Connection "xen:///"
529 # RefreshInterval 60
530 # Domain "name"
531 # BlockDevice "name:device"
532 # InterfaceDevice "name:device"
533 # IgnoreSelected false
534 # HostnameFormat name
535 # InterfaceFormat name
536 # PluginInstanceFormat name
537 #</Plugin>
539 #<Plugin load>
540 # ReportRelative true
541 #</Plugin>
543 #<Plugin lpar>
544 # CpuPoolStats false
545 # ReportBySerial false
546 #</Plugin>
548 #<Plugin madwifi>
549 # Interface "wlan0"
550 # IgnoreSelected false
551 # Source "SysFS"
552 # WatchSet "None"
553 # WatchAdd "node_octets"
554 # WatchAdd "node_rssi"
555 # WatchAdd "is_rx_acl"
556 # WatchAdd "is_scan_active"
557 #</Plugin>
559 #<Plugin mbmon>
560 # Host "127.0.0.1"
561 # Port "411"
562 #</Plugin>
564 #<Plugin md>
565 # Device "/dev/md0"
566 # IgnoreSelected false
567 #</Plugin>
569 #<Plugin memcachec>
570 # <Page "plugin_instance">
571 # Server "localhost"
572 # Key "page_key"
573 # <Match>
574 # Regex "(\\d+) bytes sent"
575 # ExcludeRegex "<lines to be excluded>"
576 # DSType CounterAdd
577 # Type "ipt_octets"
578 # Instance "type_instance"
579 # </Match>
580 # </Page>
581 #</Plugin>
583 #<Plugin memcached>
584 # <Instance "local">
585 # Host "127.0.0.1"
586 # Port "11211"
587 # </Instance>
588 #</Plugin>
590 #<Plugin memory>
591 # ValuesAbsolute true
592 # ValuesPercentage false
593 #</Plugin>
595 #<Plugin modbus>
596 # <Data "data_name">
597 # RegisterBase 1234
598 # RegisterType float
599 # Type gauge
600 # Instance "..."
601 # </Data>
602 #
603 # <Host "name">
604 # Address "addr"
605 # Port "1234"
606 # Interval 60
607 #
608 # <Slave 1>
609 # Instance "foobar" # optional
610 # Collect "data_name"
611 # </Slave>
612 # </Host>
613 #</Plugin>
615 #<Plugin mysql>
616 # <Database db_name>
617 # Host "database.serv.er"
618 # User "db_user"
619 # Password "secret"
620 # Database "db_name"
621 # MasterStats true
622 # ConnectTimeout 10
623 # InnodbStats true
624 # </Database>
625 #
626 # <Database db_name2>
627 # Alias "squeeze"
628 # Host "localhost"
629 # Socket "/var/run/mysql/mysqld.sock"
630 # SlaveStats true
631 # SlaveNotifications true
632 # </Database>
633 #</Plugin>
635 #<Plugin netapp>
636 # <Host "netapp1.example.com">
637 # Protocol "https"
638 # Address "10.0.0.1"
639 # Port 443
640 # User "username"
641 # Password "aef4Aebe"
642 # Interval 30
643 #
644 # <WAFL>
645 # Interval 30
646 # GetNameCache true
647 # GetDirCache true
648 # GetBufferCache true
649 # GetInodeCache true
650 # </WAFL>
651 #
652 # <Disks>
653 # Interval 30
654 # GetBusy true
655 # </Disks>
656 #
657 # <VolumePerf>
658 # Interval 30
659 # GetIO "volume0"
660 # IgnoreSelectedIO false
661 # GetOps "volume0"
662 # IgnoreSelectedOps false
663 # GetLatency "volume0"
664 # IgnoreSelectedLatency false
665 # </VolumePerf>
666 #
667 # <VolumeUsage>
668 # Interval 30
669 # GetCapacity "vol0"
670 # GetCapacity "vol1"
671 # IgnoreSelectedCapacity false
672 # GetSnapshot "vol1"
673 # GetSnapshot "vol3"
674 # IgnoreSelectedSnapshot false
675 # </VolumeUsage>
676 #
677 # <System>
678 # Interval 30
679 # GetCPULoad true
680 # GetInterfaces true
681 # GetDiskOps true
682 # GetDiskIO true
683 # </System>
684 # </Host>
685 #</Plugin>
687 #<Plugin netlink>
688 # Interface "All"
689 # VerboseInterface "All"
690 # QDisc "eth0" "pfifo_fast-1:0"
691 # Class "ppp0" "htb-1:10"
692 # Filter "ppp0" "u32-1:0"
693 # IgnoreSelected false
694 #</Plugin>
696 @LOAD_PLUGIN_NETWORK@<Plugin network>
697 # # client setup:
698 @LOAD_PLUGIN_NETWORK@ Server "ff18::efc0:4a42" "25826"
699 @LOAD_PLUGIN_NETWORK@ <Server "239.192.74.66" "25826">
700 # SecurityLevel Encrypt
701 # Username "user"
702 # Password "secret"
703 # Interface "eth0"
704 @LOAD_PLUGIN_NETWORK@ </Server>
705 # TimeToLive "128"
706 #
707 # # server setup:
708 # Listen "ff18::efc0:4a42" "25826"
709 # <Listen "239.192.74.66" "25826">
710 # SecurityLevel Sign
711 # AuthFile "/etc/collectd/passwd"
712 # Interface "eth0"
713 # </Listen>
714 # MaxPacketSize 1452
715 #
716 # # proxy setup (client and server as above):
717 # Forward true
718 #
719 # # statistics about the network plugin itself
720 # ReportStats false
721 #
722 # # "garbage collection"
723 # CacheFlush 1800
724 @LOAD_PLUGIN_NETWORK@</Plugin>
726 #<Plugin nginx>
727 # URL "http://localhost/status?auto"
728 # User "www-user"
729 # Password "secret"
730 # CACert "/etc/ssl/ca.crt"
731 #</Plugin>
733 #<Plugin notify_desktop>
734 # OkayTimeout 1000
735 # WarningTimeout 5000
736 # FailureTimeout 0
737 #</Plugin>
739 #<Plugin notify_email>
740 # SMTPServer "localhost"
741 # SMTPPort 25
742 # SMTPUser "my-username"
743 # SMTPPassword "my-password"
744 # From "collectd@main0server.com"
745 # # <WARNING/FAILURE/OK> on <hostname>. beware! do not use not more than two %s in this string!!!
746 # Subject "Aaaaaa!! %s on %s!!!!!"
747 # Recipient "email1@domain1.net"
748 # Recipient "email2@domain2.com"
749 #</Plugin>
751 #<Plugin ntpd>
752 # Host "localhost"
753 # Port 123
754 # ReverseLookups false
755 # IncludeUnitID true
756 #</Plugin>
758 #<Plugin nut>
759 # UPS "upsname@hostname:port"
760 #</Plugin>
762 #<Plugin olsrd>
763 # Host "127.0.0.1"
764 # Port "2006"
765 # CollectLinks "Summary"
766 # CollectRoutes "Summary"
767 # CollectTopology "Summary"
768 #</Plugin>
770 #<Plugin onewire>
771 # Device "-s localhost:4304"
772 # Sensor "F10FCA000800"
773 # IgnoreSelected false
774 #</Plugin>
776 #<Plugin openvpn>
777 # StatusFile "/etc/openvpn/openvpn-status.log"
778 # ImprovedNamingSchema false
779 # CollectCompression true
780 # CollectIndividualUsers true
781 # CollectUserCount false
782 #</Plugin>
784 #<Plugin oracle>
785 # <Query "out_of_stock">
786 # Statement "SELECT category, COUNT(*) AS value FROM products WHERE in_stock = 0 GROUP BY category"
787 # <Result>
788 # Type "gauge"
789 # InstancesFrom "category"
790 # ValuesFrom "value"
791 # </Result>
792 # </Query>
793 # <Database "product_information">
794 # ConnectID "db01"
795 # Username "oracle"
796 # Password "secret"
797 # Query "out_of_stock"
798 # </Database>
799 #</Plugin>
801 #<Plugin perl>
802 # IncludeDir "/my/include/path"
803 # BaseName "Collectd::Plugins"
804 # EnableDebugger ""
805 # LoadPlugin Monitorus
806 # LoadPlugin OpenVZ
807 #
808 # <Plugin foo>
809 # Foo "Bar"
810 # Qux "Baz"
811 # </Plugin>
812 #</Plugin>
814 #<Plugin pinba>
815 # Address "::0"
816 # Port "30002"
817 # <View "name">
818 # Host "host name"
819 # Server "server name"
820 # Script "script name"
821 # </View>
822 #</Plugin>
824 #<Plugin ping>
825 # Host "host.foo.bar"
826 # Interval 1.0
827 # Timeout 0.9
828 # TTL 255
829 # SourceAddress "1.2.3.4"
830 # Device "eth0"
831 # MaxMissed -1
832 #</Plugin>
834 #<Plugin postgresql>
835 # <Query magic>
836 # Statement "SELECT magic FROM wizard WHERE host = $1;"
837 # Param hostname
838 # <Result>
839 # Type gauge
840 # InstancePrefix "magic"
841 # ValuesFrom magic
842 # </Result>
843 # </Query>
844 # <Query rt36_tickets>
845 # Statement "SELECT COUNT(type) AS count, type \
846 # FROM (SELECT CASE \
847 # WHEN resolved = 'epoch' THEN 'open' \
848 # ELSE 'resolved' END AS type \
849 # FROM tickets) type \
850 # GROUP BY type;"
851 # <Result>
852 # Type counter
853 # InstancePrefix "rt36_tickets"
854 # InstancesFrom "type"
855 # ValuesFrom "count"
856 # </Result>
857 # </Query>
858 # <Writer sqlstore>
859 # # See contrib/postgresql/collectd_insert.sql for details
860 # Statement "SELECT collectd_insert($1, $2, $3, $4, $5, $6, $7, $8, $9);"
861 # StoreRates true
862 # </Writer>
863 # <Database foo>
864 # Host "hostname"
865 # Port "5432"
866 # User "username"
867 # Password "secret"
868 # SSLMode "prefer"
869 # KRBSrvName "kerberos_service_name"
870 # Query magic
871 # </Database>
872 # <Database bar>
873 # Interval 60
874 # Service "service_name"
875 # Query backend # predefined
876 # Query rt36_tickets
877 # </Database>
878 # <Database qux>
879 # Service "collectd_store"
880 # Writer sqlstore
881 # # see collectd.conf(5) for details
882 # CommitInterval 30
883 # </Database>
884 #</Plugin>
886 #<Plugin powerdns>
887 # <Server "server_name">
888 # Collect "latency"
889 # Collect "udp-answers" "udp-queries"
890 # Socket "/var/run/pdns.controlsocket"
891 # </Server>
892 # <Recursor "recursor_name">
893 # Collect "questions"
894 # Collect "cache-hits" "cache-misses"
895 # Socket "/var/run/pdns_recursor.controlsocket"
896 # </Recursor>
897 # LocalSocket "/opt/collectd/var/run/collectd-powerdns"
898 #</Plugin>
900 #<Plugin processes>
901 # Process "name"
902 #</Plugin>
904 #<Plugin protocols>
905 # Value "/^Tcp:/"
906 # IgnoreSelected false
907 #</Plugin>
909 #<Plugin python>
910 # ModulePath "/path/to/your/python/modules"
911 # LogTraces true
912 # Interactive true
913 # Import "spam"
914 #
915 # <Module spam>
916 # spam "wonderful" "lovely"
917 # </Module>
918 #</Plugin>
920 #<Plugin redis>
921 # <Node example>
922 # Host "redis.example.com"
923 # Port "6379"
924 # Timeout 2000
925 # </Node>
926 #</Plugin>
928 #<Plugin routeros>
929 # <Router>
930 # Host "router.example.com"
931 # Port "8728"
932 # User "admin"
933 # Password "dozaiTh4"
934 # CollectInterface true
935 # CollectRegistrationTable true
936 # CollectCPULoad true
937 # CollectMemory true
938 # CollectDF true
939 # CollectDisk true
940 # </Router>
941 #</Plugin>
943 #<Plugin rrdcached>
944 # DaemonAddress "unix:/tmp/rrdcached.sock"
945 # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
946 # CreateFiles true
947 # CreateFilesAsync false
948 # CollectStatistics true
949 #</Plugin>
951 #<Plugin rrdtool>
952 # DataDir "@localstatedir@/lib/@PACKAGE_NAME@/rrd"
953 # CreateFilesAsync false
954 # CacheTimeout 120
955 # CacheFlush 900
956 # WritesPerSecond 50
957 #</Plugin>
959 #<Plugin sensors>
960 # SensorConfigFile "/etc/sensors.conf"
961 # Sensor "it8712-isa-0290/temperature-temp1"
962 # Sensor "it8712-isa-0290/fanspeed-fan3"
963 # Sensor "it8712-isa-0290/voltage-in8"
964 # IgnoreSelected false
965 #</Plugin>
967 #<Plugin sigrok>
968 # LogLevel 3
969 # <Device "AC Voltage">
970 # Driver "fluke-dmm"
971 # MinimumInterval 10
972 # Conn "/dev/ttyUSB2"
973 # </Device>
974 # <Device "Sound Level">
975 # Driver "cem-dt-885x"
976 # Conn "/dev/ttyUSB1"
977 # </Device>
978 #</Plugin>
980 #<Plugin snmp>
981 # <Data "powerplus_voltge_input">
982 # Type "voltage"
983 # Table false
984 # Instance "input_line1"
985 # Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
986 # </Data>
987 # <Data "hr_users">
988 # Type "users"
989 # Table false
990 # Instance ""
991 # Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
992 # </Data>
993 # <Data "std_traffic">
994 # Type "if_octets"
995 # Table true
996 # Instance "IF-MIB::ifDescr"
997 # Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
998 # </Data>
999 #
1000 # <Host "some.switch.mydomain.org">
1001 # Address "192.168.0.2"
1002 # Version 1
1003 # Community "community_string"
1004 # Collect "std_traffic"
1005 # Interval 120
1006 # </Host>
1007 # <Host "some.server.mydomain.org">
1008 # Address "192.168.0.42"
1009 # Version 2
1010 # Community "another_string"
1011 # Collect "std_traffic" "hr_users"
1012 # </Host>
1013 # <Host "some.ups.mydomain.org">
1014 # Address "192.168.0.3"
1015 # Version 1
1016 # Community "more_communities"
1017 # Collect "powerplus_voltge_input"
1018 # Interval 300
1019 # </Host>
1020 #</Plugin>
1022 #<Plugin statsd>
1023 # Host "::"
1024 # Port "8125"
1025 # DeleteCounters false
1026 # DeleteTimers false
1027 # DeleteGauges false
1028 # DeleteSets false
1029 # TimerPercentile 90.0
1030 #</Plugin>
1032 #<Plugin swap>
1033 # ReportByDevice false
1034 # ReportBytes true
1035 # ValuesAbsolute true
1036 # ValuesPercentage false
1037 #</Plugin>
1039 #<Plugin table>
1040 # <Table "/proc/slabinfo">
1041 # Instance "slabinfo"
1042 # Separator " "
1043 # <Result>
1044 # Type gauge
1045 # InstancePrefix "active_objs"
1046 # InstancesFrom 0
1047 # ValuesFrom 1
1048 # </Result>
1049 # <Result>
1050 # Type gauge
1051 # InstancePrefix "objperslab"
1052 # InstancesFrom 0
1053 # ValuesFrom 4
1054 # </Result>
1055 # </Table>
1056 #</Plugin>
1058 #<Plugin tail>
1059 # <File "/var/log/exim4/mainlog">
1060 # Instance "exim"
1061 # Interval 60
1062 # <Match>
1063 # Regex "S=([1-9][0-9]*)"
1064 # DSType "CounterAdd"
1065 # Type "ipt_bytes"
1066 # Instance "total"
1067 # </Match>
1068 # <Match>
1069 # Regex "\\<R=local_user\\>"
1070 # ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
1071 # DSType "CounterInc"
1072 # Type "counter"
1073 # Instance "local_user"
1074 # </Match>
1075 # </File>
1076 #</Plugin>
1078 #<Plugin tail_csv>
1079 # <Metric "dropped">
1080 # Type "percent"
1081 # Instance "dropped"
1082 # ValueFrom 1
1083 # </Metric>
1084 # <Metric "mbps">
1085 # Type "bytes"
1086 # Instance "wire-realtime"
1087 # ValueFrom 2
1088 # </Metric>
1089 # <Metric "alerts">
1090 # Type "alerts_per_second"
1091 # ValueFrom 3
1092 # </Metric>
1093 # <Metric "kpps">
1094 # Type "kpackets_wire_per_sec.realtime"
1095 # ValueFrom 4
1096 # </Metric>
1097 # <File "/var/log/snort/snort.stats">
1098 # Instance "snort-eth0"
1099 # Interval 600
1100 # Collect "dropped" "mbps" "alerts" "kpps"
1101 # TimeFrom 0
1102 # </File>
1103 #</Plugin>
1105 #<Plugin tcpconns>
1106 # ListeningPorts false
1107 # LocalPort "25"
1108 # RemotePort "25"
1109 #</Plugin>
1111 #<Plugin teamspeak2>
1112 # Host "127.0.0.1"
1113 # Port "51234"
1114 # Server "8767"
1115 #</Plugin>
1117 #<Plugin ted>
1118 # Device "/dev/ttyUSB0"
1119 # Retries 0
1120 #</Plugin>
1122 #<Plugin thermal>
1123 # ForceUseProcfs false
1124 # Device "THRM"
1125 # IgnoreSelected false
1126 #</Plugin>
1128 #<Plugin tokyotyrant>
1129 # Host "localhost"
1130 # Port "1978"
1131 #</Plugin>
1133 #<Plugin unixsock>
1134 # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock"
1135 # SocketGroup "collectd"
1136 # SocketPerms "0660"
1137 # DeleteSocket false
1138 #</Plugin>
1140 #<Plugin uuid>
1141 # UUIDFile "/etc/uuid"
1142 #</Plugin>
1144 #<Plugin mic>
1145 # ShowCPU true
1146 # ShowCPUCores true
1147 # ShowMemory true
1148 # ShowTemperatures true
1149 ## Temperature Sensors can be ignored/shown by repeated #Temperature lines, and
1150 ## then inverted with a IgnoreSelectedTemperature.
1151 ## Known Temperature sensors: die, devmem, fin, fout, vccp, vddg, vddq
1152 # Temperature vddg
1153 # IgnoreSelectedTemperature true
1154 # ShowPower true
1155 ## Power Sensors can be ignored/shown by repeated #Power lines, and
1156 ## then inverted with a IgnoreSelectedTemperature.
1157 ## Known Temperature sensors: total0, total1, inst, imax, pci3, c2x3, c2x4, vccp, vddg, vddq
1158 # Power total1
1159 # IgnoreSelectedPower true
1160 #</Plugin>
1162 #<Plugin varnish>
1163 # This tag support an argument if you want to
1164 # monitor the local instance just use </Instance>
1165 # If you prefer defining another instance you can do
1166 # so by using <Instance "myinstance">
1167 # <Instance>
1168 # CollectCache true
1169 # CollectBackend true
1170 # CollectBan false # Varnish 3 only
1171 # CollectConnections true
1172 # CollectDirectorDNS false # Varnish 3 only
1173 # CollectSHM true
1174 # CollectESI false
1175 # CollectFetch false
1176 # CollectHCB false
1177 # CollectObjects false
1178 # CollectPurge false # Varnish 2 only
1179 # CollectSession false
1180 # CollectSMA false # Varnish 2 only
1181 # CollectSMS false
1182 # CollectSM false # Varnish 2 only
1183 # CollectStruct false
1184 # CollectTotals false
1185 # CollectUptime false
1186 # CollectVCL false
1187 # CollectWorkers false
1188 # </Instance>
1189 #</Plugin>
1191 #<Plugin vmem>
1192 # Verbose false
1193 #</Plugin>
1195 #<Plugin write_graphite>
1196 # <Node "example">
1197 # Host "localhost"
1198 # Port "2003"
1199 # Protocol "tcp"
1200 # LogSendErrors true
1201 # Prefix "collectd"
1202 # Postfix "collectd"
1203 # StoreRates true
1204 # AlwaysAppendDS false
1205 # EscapeCharacter "_"
1206 # </Node>
1207 #</Plugin>
1209 #<Plugin write_http>
1210 # <URL "http://example.com/collectd-post">
1211 # User "collectd"
1212 # Password "weCh3ik0"
1213 # VerifyPeer true
1214 # VerifyHost true
1215 # CACert "/etc/ssl/ca.crt"
1216 # CAPath "/etc/ssl/certs/"
1217 # ClientKey "/etc/ssl/client.pem"
1218 # ClientCert "/etc/ssl/client.crt"
1219 # ClientKeyPass "secret"
1220 # SSLVersion "TLSv1"
1221 # Format "Command"
1222 # StoreRates false
1223 # BufferSize 4096
1224 # </URL>
1225 #</Plugin>
1227 #<Plugin write_kafka>
1228 # Property "metadata.broker.list" "localhost:9092"
1229 # <Topic "collectd">
1230 # Format JSON
1231 # </Topic>
1232 #</Plugin>
1234 #<Plugin write_mongodb>
1235 # <Node "example">
1236 # Host "localhost"
1237 # Port "27017"
1238 # Timeout 1000
1239 # StoreRates false
1240 # Database "auth_db"
1241 # User "auth_user"
1242 # Password "auth_passwd"
1243 # </Node>
1244 #</Plugin>
1246 #<Plugin write_redis>
1247 # <Node "example">
1248 # Host "localhost"
1249 # Port "6379"
1250 # Timeout 1000
1251 # </Node>
1252 #</Plugin>
1254 #<Plugin write_riemann>
1255 # <Node "example">
1256 # Host "localhost"
1257 # Port 5555
1258 # Protocol UDP
1259 # StoreRates true
1260 # AlwaysAppendDS false
1261 # TTLFactor 2.0
1262 # EventServicePrefix ""
1263 # </Node>
1264 # Tag "foobar"
1265 # Attribute "foo" "bar"
1266 #</Plugin>
1268 #<Plugin write_tsdb>
1269 # <Node>
1270 # Host "localhost"
1271 # Port "4242"
1272 # HostTags "status=production"
1273 # StoreRates false
1274 # AlwaysAppendDS false
1275 # </Node>
1276 #</Plugin>
1278 ##############################################################################
1279 # Filter configuration #
1280 #----------------------------------------------------------------------------#
1281 # The following configures collectd's filtering mechanism. Before changing #
1282 # anything in this section, please read the `FILTER CONFIGURATION' section #
1283 # in the collectd.conf(5) manual page. #
1284 ##############################################################################
1286 # Load required matches:
1287 #@BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE@LoadPlugin match_empty_counter
1288 #@BUILD_PLUGIN_MATCH_HASHED_TRUE@LoadPlugin match_hashed
1289 #@BUILD_PLUGIN_MATCH_REGEX_TRUE@LoadPlugin match_regex
1290 #@BUILD_PLUGIN_MATCH_VALUE_TRUE@LoadPlugin match_value
1291 #@BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE@LoadPlugin match_timediff
1293 # Load required targets:
1294 #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
1295 #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
1296 #@BUILD_PLUGIN_TARGET_SCALE_TRUE@LoadPlugin target_scale
1297 #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
1298 #@BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE@LoadPlugin target_v5upgrade
1300 #----------------------------------------------------------------------------#
1301 # The following block demonstrates the default behavior if no filtering is #
1302 # configured at all: All values will be sent to all available write plugins. #
1303 #----------------------------------------------------------------------------#
1305 #<Chain "PostCache">
1306 # Target "write"
1307 #</Chain>
1309 ##############################################################################
1310 # Threshold configuration #
1311 #----------------------------------------------------------------------------#
1312 # The following outlines how to configure collectd's threshold checking #
1313 # plugin. The plugin and possible configuration options are documented in #
1314 # the collectd-threshold(5) manual page. #
1315 ##############################################################################
1317 #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold"
1318 #<Plugin threshold>
1319 # <Type "foo">
1320 # WarningMin 0.00
1321 # WarningMax 1000.00
1322 # FailureMin 0.00
1323 # FailureMax 1200.00
1324 # Invert false
1325 # Instance "bar"
1326 # </Type>
1327 #
1328 # <Plugin "interface">
1329 # Instance "eth0"
1330 # <Type "if_octets">
1331 # FailureMax 10000000
1332 # DataSource "rx"
1333 # </Type>
1334 # </Plugin>
1335 #
1336 # <Host "hostname">
1337 # <Type "cpu">
1338 # Instance "idle"
1339 # FailureMin 10
1340 # </Type>
1341 #
1342 # <Plugin "memory">
1343 # <Type "memory">
1344 # Instance "cached"
1345 # WarningMin 100000000
1346 # </Type>
1347 # </Plugin>
1348 #
1349 # <Type "load">
1350 # DataSource "midterm"
1351 # FailureMax 4
1352 # Hits 3
1353 # Hysteresis 3
1354 # </Type>
1355 # </Host>
1356 #</Plugin>