dreport: Added meminfo plugin

Plugin used for collecting information about the
systems RAM usage.

Change-Id: I5a3de1442355d913e08675fa1713a0feb4d5bef4
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/tools/dreport.d/plugins.d/meminfo b/tools/dreport.d/plugins.d/meminfo
new file mode 100644
index 0000000..d9b4f0f
--- /dev/null
+++ b/tools/dreport.d/plugins.d/meminfo
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# config: 123 10
+# @brief: Collect meminfo log
+#
+
+. $DREPORT_INCLUDE/functions
+
+desc="Memory info"
+file_name="/proc/meminfo"
+
+add_copy_file "$file_name" "$desc"