Installing, configuring Prometheus and Grafana Below I am continuing, with options on installing Prometheus and Grafana. This is Part 2. in Part 1 I am describing what it takes to install Helm, Tiller as well as SSL/TLS configuration. It has been a while, I didn’t had a chance to complete the Prometheus & Grafana installation […]
Tag: grafana
Deploying Helm / Tiller, Prometheus, AlertManager, Grafana, Elasticsearch On Your kubernetes Cluster
Deploying Helm Charts / Tiller on your kubernetes cluster Below is a continuation to my previous post(S) part 1-7 on how to configure Kubernetes 3 Master Node cluster. In the post below I am going to show you. How to install / configure – Helm / Tiller on your kubernetes cluster. How to install / […]
Grafana and elasticsearch – helpful tips
https://blog.raintank.io/how-to-effectively-use-the-elasticsearch-data-source-and-solutions-to-common-pitfalls/
Installing a Specific Version Of Grafana Server
How to install a specific version of Grafana server Installing a specific version
1 |
yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.6.0-1.x86_64.rpm |
1 2 3 4 |
service grafana-server start /sbin/chkconfig --add grafana-server systemctl enable grafana-server.service systemctl status grafana-server |
Make sure to modify the config file according to your environment.
1 |
/etc/grafana/grafana.ini |