Unverified Commit 64f1c74e authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub

Merge pull request #1008 from bleything/patch-1

fix indentation on node_exporter example
parents eb57a9cc 36c4eef9
......@@ -152,8 +152,8 @@ We will configure Prometheus to scrape this new target. To achieve this, add a n
```
- job_name: node
static_configs:
- targets: ['localhost:9100']
static_configs:
- targets: ['localhost:9100']
```
Our new job is called `node`. It scrapes a static target, `localhost` on port `9100`. You would replace this name with the name or IP address of the host you're monitoring.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment