AUTHORS, README: Add Evan and the mic plugin.
authorFlorian Forster <octo@collectd.org>
Sat, 11 May 2013 07:31:50 +0000 (09:31 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 11 May 2013 07:31:50 +0000 (09:31 +0200)
AUTHORS
README
src/mic.c

diff --git a/AUTHORS b/AUTHORS
index 45645d1..3e990c1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -73,6 +73,9 @@ Doug MacEachern <dougm at hyperic.com>
 Edward “Koko” Konetzko <konetzed at quixoticagony.com>
  - fscache plugin.
 
+Evan Felix <evan.felix at pnnl.gov>
+ - mic plugin.
+
 Fabian Linzberger <e at lefant.net>
  - Percentage aggregation for `collectd-nagios'.
 
diff --git a/README b/README
index c3c4547..652dbe0 100644 (file)
--- 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.
index aed7ba0..80a85c5 100644 (file)
--- 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@pnnl.gov>
+ *   Evan Felix <evan.felix at pnnl.gov>
  **/
 
 #include "collectd.h"