Skip to content

Deploy Mutable Grafana with Performance Analysis Dashboards to OpenShift

License

Notifications You must be signed in to change notification settings

openshift-scale/grafshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grafshift

Mutable Grafana with Performance Analysis Dashboards on OpenShift

For RHEL ensure that python-virtualenv is pre-installed.

Deploy Grafana on OpenShift Cluster with Dashboards

$ git clone https://github.com/openshift-scale/grafshift.git
$ cd grafshift
$ virtualenv .venv; . .venv/bin/activate; pip install -r requirements.txt
$ ./deploy.sh "$grafana_password"

Replace $grafana_password with a desired grafana password.

Redeploy Dashboards after deploying Grafana

If you edit the yaml in this repo and want to update the dashboards repeat below instructions.

$ cd grafshift
$ . .venv/bin/activate
$ grafana-dashboard --config-file .grafyaml_config update dashboards/

Install Dashboards

If you just want to upload dashboards without deploying Grafana, follow below instructions

$ git clone https://github.com/akrzos/grafshift.git
$ cd grafshift
$ virtualenv .venv; . .venv/bin/activate; pip install -r requirements.txt
$ # Configure your /etc/grafyaml/grafyaml.conf
$ grafana-dashboards update dashboards/

About

Deploy Mutable Grafana with Performance Analysis Dashboards to OpenShift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages