sensu / sandbox

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

Grafana pre-populated dashboards not working #25

Closed apaskulin closed 5 years ago

apaskulin commented 5 years ago

Doing a run through of the Core sandbox, I was unable to get data to appear in Grafana using the links pre-created during setup. The data is available in Grafana if you create a new dashboard, but the pre-populated links should work. Here's the line where they're created during setup: https://github.com/sensu/sandbox/blob/master/sensu/provision/setup.sh#L179

jspaleta commented 5 years ago

Found the issue. Hostname as set in the Vagrantfile is sensu-sandbox. Testing a fix now

jspaleta commented 5 years ago

Okay pushed a fix to ensure the hostname is set for core/enterprise provisioning. Closing now as the issue is resolved.