grafana-dashboards/README.md

29 lines
536 B
Markdown
Raw Normal View History

2017-07-27 08:51:35 -07:00
# Grafana Dashboards
2017-04-11 23:48:47 -07:00
Grafana dashboards
2017-07-27 08:51:35 -07:00
### Node Exporter Full
For node_exporter
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
```
2017-07-27 08:51:35 -07:00
### Haproxy Full
For haproxy_exporter
Only requires a configured target under any job_name.
Note:
Thanks to the PCP project for document the values reported by the kernel in /proc (in their /pmdas/linux/help src file mainly). Url --> http://pcp.io