From: Florian Forster Date: Sat, 11 May 2013 07:31:50 +0000 (+0200) Subject: AUTHORS, README: Add Evan and the mic plugin. X-Git-Tag: collectd-5.4.0~42^2~12 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=4575a168cd817d0cfe6c897f6a1216987102e984;p=collectd.git AUTHORS, README: Add Evan and the mic plugin. --- diff --git a/AUTHORS b/AUTHORS index 45645d1a..3e990c1f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -73,6 +73,9 @@ Doug MacEachern Edward “Koko” Konetzko - fscache plugin. +Evan Felix + - mic plugin. + Fabian Linzberger - Percentage aggregation for `collectd-nagios'. diff --git a/README b/README index c3c45472..652dbe04 100644 --- a/README +++ b/README @@ -158,6 +158,10 @@ Features Memory utilization: Memory occupied by running processes, page cache, buffer cache and free. + - mic + Collects CPU usage, memory usage and temperatures 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. diff --git a/src/mic.c b/src/mic.c index aed7ba01..80a85c59 100644 --- a/src/mic.c +++ b/src/mic.c @@ -16,7 +16,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Evan Felix + * Evan Felix **/ #include "collectd.h"