sensu / sandbox

The place to get started for new Sensu users
MIT License
21 stars 13 forks source link

Grafana Dashboard Login Failure #70

Closed arky closed 3 years ago

arky commented 4 years ago

It is not possible to login to Grafana Dashboard in the sandbox. The Grafana Sign-In URI is always pointing to port 4000.

http://localhost:4000/?orgId=1&forceLogin=true

jspaleta commented 3 years ago

Inside the vagrant virtual machine, grafana is using port 4000 But the vagrant configuration maps this to port 4002 on the host computer when ENABLE_SENSU_SANDBOX_PORT_FORWARDING is set

Unfortunately there's no garuntee that 4002 on the virtual machine host will be available. You may need to adjust the Vagrantfile to choose a free port that works.