2017-09-12 01:10:01 +00:00
|
|
|
# Setting up a Grafana dashboard for Nomad
|
|
|
|
|
|
|
|
This is a sample Grafana dashboard to use for a Nomad cluster.
|
|
|
|
|
|
|
|
Requirements:
|
|
|
|
|
2017-09-14 18:06:01 +00:00
|
|
|
1. Set up a Prometheus server configured to read data from Nomad. See
|
2017-09-15 01:07:56 +00:00
|
|
|
this [sample Prometheus configuration][https://github.com/hashicorp/nomad/integrations/prometheus]
|
|
|
|
for an example.
|
2017-09-14 18:06:01 +00:00
|
|
|
|
|
|
|
2. Set up a Grafana server configured with a Prometheus data source. See
|
|
|
|
[Prometheus's instructions for Grafana](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source)
|
|
|
|
for more information
|
|
|
|
|
|
|
|
3. [Import](http://docs.grafana.org/features/export_import/) this Grafana
|
|
|
|
dashboard as a new Grafana dashboard. Make sure the data source name matches
|
|
|
|
the Prometheus data source in #2.
|