mirror of
https://github.com/collectd/collectd.git
synced 2026-02-09 04:09:15 +08:00
update README to mention write_prometheus & support lib
This commit is contained in:
8
README
8
README
@@ -500,6 +500,10 @@ Features
|
||||
- write_mongodb
|
||||
Sends data to MongoDB, a NoSQL database.
|
||||
|
||||
- write_prometheus
|
||||
Publish values using an embedded HTTP server, in a format compatible
|
||||
with Prometheus' collectd_exporter.
|
||||
|
||||
- write_redis
|
||||
Sends the values to a Redis key-value database server.
|
||||
|
||||
@@ -780,6 +784,10 @@ Prerequisites
|
||||
Used by the `memcachec' plugin to connect to a memcache daemon.
|
||||
<http://tangent.org/552/libmemcached.html>
|
||||
|
||||
* libmicrohttpd (optional)
|
||||
Used by the write_prometheus plugin to run an http daemon.
|
||||
<http://www.gnu.org/software/libmicrohttpd/>
|
||||
|
||||
* libmnl (optional)
|
||||
Used by the `netlink' plugin.
|
||||
<http://www.netfilter.org/projects/libmnl/>
|
||||
|
||||
Reference in New Issue
Block a user