summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9a5404)
raw | patch | inline | side by side (parent: a9a5404)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 15 Dec 2016 22:22:59 +0000 (23:22 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 15 Dec 2016 22:22:59 +0000 (23:22 +0100) |
README | patch | blob | history |
index 0989312f413f640a9dc5be0d80b1ee44efcab824..803fbaaf1d44b5bcad189a3f21a7dc7d3d0f2f14 100644 (file)
--- a/README
+++ b/README
- 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.
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/>