How to solve Grafana: HTTP Error Bad Getway.
Reason: Grafana app not able to find the "Graphite App instance".
"For the time being" follow below steps
- Install Graphite with port 8080, step as below
-
Pull docker image:
docker pull graphiteapp/graphite-statsd:latest -
Run docker image:
docker run -d --name graphite --restart=always -p 8080:80 -p 2003-2004:2003-2004 -p 2023-2024:2023-2024 -p 8125:8125/udp -p 8126:8126 graphiteapp/graphite-statsd:latest -
Open/Verify Graphite app:
localhost:8080 - Install Grafana 6.4.3 version
-
Pull docker image:
docker pull grafana/grafana:6.4.3 -
Run docker image:
docker run -d --name=grafana -p 3000:3000 grafana/grafana:6.4.3 -
Open/Verify Graphite app:
localhost:3000
Note: Default User/Password is admin/admin
Result Screenshot as below
No comments:
Post a Comment