Grafana dashboards
Find a file
2017-07-31 18:27:56 +02:00
prometheus Last updates under disk and net sections 2017-07-31 18:27:56 +02:00
LICENSE Initial commit 2017-04-12 08:48:47 +02:00
README.md Last updates under disk and net sections 2017-07-31 18:27:56 +02:00

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'.

  - job_name: node
    static_configs:
      - targets: ['localhost:9100']

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