Merge "[SEBA-201] Adding documentation for monitoring"
diff --git a/SUMMARY.md b/SUMMARY.md
index 403aab7..ee4e0ec 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -35,6 +35,7 @@
             * [VTN Setup](prereqs/vtn-setup.md)
         * [M-CORD](charts/mcord.md)
         * [XOSSH](charts/xossh.md)
+        * [MONITORING](charts/monitoring.md)
 * [Operations Guide](operating_cord/operating_cord.md)
     * [General Info](operating_cord/general.md)
         * [GUI](operating_cord/gui.md)
diff --git a/charts/monitoring.md b/charts/monitoring.md
new file mode 100644
index 0000000..60af004
--- /dev/null
+++ b/charts/monitoring.md
@@ -0,0 +1,20 @@
+# Deploy Monitoring
+
+To read more about the monitoring in CORD, please refer to this [document](https://docs.google.com/document/d/1hCljvKzsNW9D2Y1cbvOTNOCbTy1AgH33zXvVjbicjH8/edit).
+
+To install the required components in you cluster:
+
+```shell
+helm dep update nem-monitoring
+helm install -n nem-monitoring nem-monitoring
+```
+
+> NOTE: In order to display `voltha` kpis you need to have `voltha`
+> and `voltha-kafka` installed.
+
+## Access the monitoring dashboard
+
+This chart exposes two dashboards:
+
+- grafana on port `31300`
+- prometheus on port `31301`
diff --git a/profiles/rcord/workflows/att.md b/profiles/rcord/workflows/att.md
index fa4a3e6..890481e 100644
--- a/profiles/rcord/workflows/att.md
+++ b/profiles/rcord/workflows/att.md
@@ -156,4 +156,8 @@
 ```
 
 For instructions on how to push TOSCA into a CORD POD, please
-refer to this [guide](../../../xos-tosca/README.md).
\ No newline at end of file
+refer to this [guide](../../../xos-tosca/README.md).
+
+### Device monitoring
+
+Please refer to the [monitoring](../../../charts/monitoring.md) chart.
\ No newline at end of file