From 0d4825956fc3ff3f13521b01236cc63b7bdcd35f Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Sun, 17 Sep 2017 21:15:58 +0000 Subject: [PATCH] update links for github --- website/source/guides/nomad-metrics.html.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/guides/nomad-metrics.html.md b/website/source/guides/nomad-metrics.html.md index c66ce0c3e..813335fca 100644 --- a/website/source/guides/nomad-metrics.html.md +++ b/website/source/guides/nomad-metrics.html.md @@ -29,24 +29,24 @@ In addition to these tools, [Graphite](https://graphiteapp.org/) and ## Setting up metrics Configurations for Grafana and Prometheus can be found in the -[integrations](https://github.com/hashicorp/nomad/integrations) subfolder. +[integrations](https://github.com/hashicorp/nomad/tree/master/integrations) subfolder. For Prometheus, first follow Prometheus's [Getting Started Guide](https://prometheus.io/docs/introduction/getting_started/) in order to set up a Prometheus server. Next, use the (Nomad Prometheus -Configuration)[https://github.com/hashicorp/noamd/integrations/prometheus/prometheus.yml] +Configuration)[https://github.com/hashicorp/tree/master/noamd/integrations/prometheus/prometheus.yml] in order to configure Prometheus to talk to a Consul agent to fetch information about the Nomad cluster. See the -[README](https://github.com/hashicorp/nomad/integrations/prometheus/README.md) +[README](https://github.com/hashicorp/tree/master/nomad/integrations/prometheus/README.md) for more information. For Grafana, follow Grafana's [Getting Started](http://docs.grafana.org/guides/getting_started/) guide to set up a running Grafana instance. Then, import the sample [Nomad -Dashboard](https://github.com/hashicorp/nomad/integrations/grafana/sample_dashboard.json) +Dashboard](https://github.com/hashicorp/nomad/tree/master/integrations/grafana/sample_dashboard.json) for an example Grafana dashboard. This dashboard requires a Prometheus data source to be configured, see the -[README.md](https://github.com/hashicorp/nomad/integrations/grafana/README.md) +[README.md](https://github.com/hashicorp/nomad/tree/master/integrations/grafana/README.md) for more information. ## Tagged Metrics