grafana-dashboards/README.md

12 lines
237 B
Markdown
Raw Normal View History

2017-04-11 23:48:47 -07:00
# grafana-dashboards
Grafana dashboards
2017-07-27 08:42:31 -07:00
Only requires the default job_name: node, add as many targets as you need in '/etc/prometheus/prometheus.yml'.
2017-07-27 08:41:22 -07:00
```
- job_name: node
static_configs:
- targets: ['localhost:9100']
2017-07-27 08:41:22 -07:00
```