Using Dashboards
Grafana home page lists the dashboards bundled with CEE. The dashboards provide an overall status of the system.
To view the dashboards, perform the following:
-
Navigate to Grafana Login page using any standard web browser.
-
Login to Grafana to view the home page.
Grafana – Home Page -
Click
icon on the left pane.
-
Click Dashboards.
-
By default, you can view the following dashboards.
-
Host Summary – This dashboard provides a overview of CPU, Memory, Disk I/O Utilization, Filesystem Fullness and Filesystem Fill UP time. You can choose the machine from Machine drop-down list to view the host summary of individual machines available in the clusters.
-
Host Details – This dashboard provides a detailed view on each of the following categories:
- Basic CPU/ Mem / Disk Gauge
- Basic CPU/ Mem / Disk Info
- Basic CPU / Mem Graph
- Basic Net / Disk Info
- CPU Memory Net Disk
- Memory Detail Meminfo
- Memory Detail Vmstat
- Memory Detail Vmstat Counters
- System Detail
- Disk Detail
- Filesystem Detail
- Network Traffic Detail
- Network Sockstat
- Network Netstat
- Network Netstat TCP
- Network Netstat TCP Linux MIPs
- Network Netstat UDP
- Network Netstat ICMP
- Node Exporter
-
-
You can create new Dashboards or Data Sources in Grafana through settings ( icon) tab.

Important | The bundled dashboards are provisioned statically and cannot be modified. However, you can copy or clone the dashboards before saving the changes. |
The following example imports custom Grafana dashboard from a GIT repository.
cee# configure terminal
grafana dashboards sample
git-url https://wwwin-github.cisco.com/mobile-cnat-sample/sample-dashboards.git
exit