X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=50e2743711a8f154be5a9060ce64443fc69dc463;hb=8cdc851cbd58c39712825057cf3a1126e56d8ca7;hp=bb5e1db7acbba7e5b1fa721676042e68287882b5;hpb=12b23b9f0e65c14145d41eb2c872e8703b2f3409;p=collectd.git diff --git a/README b/README index bb5e1db7..50e27437 100644 --- a/README +++ b/README @@ -165,6 +165,10 @@ Features Memory utilization: Memory occupied by running processes, page cache, buffer cache and free. + - mic + Collects CPU usage, memory usage, temperatures and power consumption from + Intel Many Integrated Core (MIC) CPUs. + - modbus Reads values from Modbus/TCP enabled devices. Supports reading values from multiple "slaves" so gateway devices can be used. @@ -383,7 +387,9 @@ Features done. - write_graphite - Sends data to Carbon, the storage layer of Graphite. + Sends data to Carbon, the storage layer of Graphite using TCP or UDP. It + can be configured to avoid logging send errors (especially useful when + using UDP). - write_http Sends the values collected by collectd to a web-server using HTTP POST @@ -612,6 +618,10 @@ Prerequisites Used by the `memcachec' plugin to connect to a memcache daemon. + * libmnl (optional) + Used by the `netlink' plugin. + + * libmodbus (optional) Used by the “modbus” plugin to communicate with Modbus/TCP devices. The “modbus” plugin works with version 2.0.3 of the library – due to frequent @@ -626,10 +636,6 @@ Prerequisites Required for the “netapp” plugin. This library is part of the “Manage ONTAP SDK” published by NetApp. - * libnetlink (optional) - Used, obviously, for the `netlink' plugin. - - * libnetsnmp (optional) For the `snmp' plugin.