2017-07-27 08:51:35 -07:00
|
|
|
# Grafana Dashboards
|
2017-04-11 23:48:47 -07:00
|
|
|
Grafana dashboards
|
2017-07-27 08:39:53 -07:00
|
|
|
|
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:39:53 -07:00
|
|
|
|
|
|
|
|
2017-07-27 08:41:22 -07:00
|
|
|
```
|
2017-07-27 08:39:53 -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
|
|
|
|
2017-09-15 08:41:57 -07:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2017-07-27 08:51:35 -07:00
|
|
|
|
|
|
|
### Haproxy Full
|
|
|
|
|
|
|
|
For haproxy_exporter
|
|
|
|
|
|
|
|
Only requires a configured target under any job_name.
|
2017-07-31 09:27:56 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
2017-09-15 08:41:57 -07:00
|
|
|
### MySQL Full
|
|
|
|
|
|
|
|
For mysql_exporter
|
|
|
|
|
|
|
|
Only requires a configured target under any job_name.
|
|
|
|
|
|
|
|
|