dreport: Added dmesginfo plugin

Plugin used for collecting dmesg log

Tested: verified using dreport

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: If374c7c3a5d861bc6d562f2e23b4287ad1bb979e
diff --git a/tools/dreport.d/plugins.d/dmesginfo b/tools/dreport.d/plugins.d/dmesginfo
new file mode 100644
index 0000000..a5b98e0
--- /dev/null
+++ b/tools/dreport.d/plugins.d/dmesginfo
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+# config: 2 20
+# @brief: Collect dmesg information.
+#
+
+. $DREPORT_INCLUDE/functions
+
+desc="dmesg"
+file_name="dmesg.log"
+command="dmesg"
+
+add_cmd_output "$command" "$file_name" "$desc"