X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=803fbaaf1d44b5bcad189a3f21a7dc7d3d0f2f14;hp=0989312f413f640a9dc5be0d80b1ee44efcab824;hb=6d63f6e9834c838e0a6469d9eaf17feffa3b2959;hpb=3fb6fe5776c14f41879249f4147c0b8924b39cc1 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.