Code

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 45645d1a26e52700130ed68c6dc7042307f27895..3e990c1f1fc7992e64a77750dcb745ba614eebd0 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 c3c454720484f71c3915bf6f0917ce2e27dd93ae..652dbe04e9f2378352791610cb3ff0613c1ca13c 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 aed7ba01c626f12af909e86d18fb390195399fc9..80a85c595a299d0105eca13709203927c9b3cbd1 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"