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:

  1. Navigate to Grafana Login page using any standard web browser.

  2. Login to Grafana to view the home page.

    Grafana – Home Page
  3. Click icon on the left pane.

  4. Click Dashboards.

    1. By default, you can view the following dashboards.

      1. 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.

      2. 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.

Settings 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.

Example:
cee# configure terminal
  grafana dashboards sample
  git-url https://wwwin-github.cisco.com/mobile-cnat-sample/sample-dashboards.git
  exit