mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
Update readme info
This commit is contained in:
parent
2c82857de5
commit
cbb20bedea
14
README.md
14
README.md
|
@ -1,6 +1,11 @@
|
||||||
# grafana-dashboards
|
# Grafana Dashboards
|
||||||
Grafana dashboards
|
Grafana dashboards
|
||||||
|
|
||||||
|
|
||||||
|
### Node Exporter Full
|
||||||
|
|
||||||
|
For node_exporter
|
||||||
|
|
||||||
Only requires the default job_name: node, add as many targets as you need in '/etc/prometheus/prometheus.yml'.
|
Only requires the default job_name: node, add as many targets as you need in '/etc/prometheus/prometheus.yml'.
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,3 +14,10 @@ Only requires the default job_name: node, add as many targets as you need in '/e
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:9100']
|
- targets: ['localhost:9100']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Haproxy Full
|
||||||
|
|
||||||
|
For haproxy_exporter
|
||||||
|
|
||||||
|
Only requires a configured target under any job_name.
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue