Grafana Config Mode Command Reference

grafana

Configures Grafana parameters.

Command Mode

Exec > Global Configuration

Syntax

grafana enable { false | true} 

enable { false | true}

Specify to enable or disable Grafana and dashboard.

Must be one of the following:

  • false

  • true

Default Value: true.

Usage Guidelines

Use this command to configure Grafana parameters.

grafana dashboards

Configures Git repositories containing dashboards.

Command Mode

Exec > Global Configuration

Syntax

grafana dashboards [ git_repo_name ] git-url git_url 

git-url git_url

Specify the Git URL.

Must be a string.

git_repo_name

Specify name of the Git repository.

Must be a string.

Usage Guidelines

Use this command to configure Git repositories containing dashboards.

grafana enable-basic-auth

Configure basic authentication in CEE Ops Center.

Command Mode

Exec > Global Configuration

Syntax

grafana enable-basic-auth { false | true} 

enable-basic-auth { false | true}

Specify to enable or disable basic authentication in CEE Ops Center.

Must be one of the following:

  • false

  • true

Default value: true

Usage Guidelines

Use this command to configure basic authentication in CEE Ops Center for custom Grafana dashboards.