You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to installing Seyren. I'm unable to get Seyren to attach to the docker version of Graphite. I'm not sure what the problem is or how to trouble shoot it. Any assistance would be great. I've provided OS and docker container versions below. The Graphite docker container puts Graphite on port 81 instead if port 80.
I'm new to installing Seyren. I'm unable to get Seyren to attach to the docker version of Graphite. I'm not sure what the problem is or how to trouble shoot it. Any assistance would be great. I've provided OS and docker container versions below. The Graphite docker container puts Graphite on port 81 instead if port 80.
OS:
Ubuntu 14.04 LTS
Graphite/Grafana:
sudo docker run --detach --publish=80:80 --publish=81:81 --publish=8125:8125/udp --publish=8126:8126 --name kamon-grafana-dashboard kamon/grafana_graphite
MongoDB:
docker run -d --name mongodb mongo:3.0.1
Seyren and link MongoDB:
docker run -d -p 8080:8080 --name seyren --link mongodb:mongodb -it usman/docker-seyren http://localhost:81
When I start Seyren and create a check I get the following message: "Sorry, Seyren or Graphite are not available"
Thank you.
The text was updated successfully, but these errors were encountered: