From: Marc Fournier Date: Thu, 15 Dec 2016 22:22:59 +0000 (+0100) Subject: update README to mention write_prometheus & support lib X-Git-Tag: collectd-5.7.1~14 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=e37293e6675221d07b2fbda7751aae0b23c6cb6b update README to mention write_prometheus & support lib --- 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.