From e37293e6675221d07b2fbda7751aae0b23c6cb6b Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Thu, 15 Dec 2016 23:22:59 +0100 Subject: [PATCH] update README to mention write_prometheus & support lib --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 0989312f..803fbaaf 100644 --- a/README +++ b/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. + * libmicrohttpd (optional) + Used by the write_prometheus plugin to run an http daemon. + + * libmnl (optional) Used by the `netlink' plugin. -- 2.11.0