Grafana dashboards
Find a file
2017-07-27 17:42:31 +02:00
prometheus Change node_exporter to node in job_name 2017-07-27 17:39:53 +02:00
LICENSE Initial commit 2017-04-12 08:48:47 +02:00
README.md Add file info to readme 2017-07-27 17:42:31 +02:00

grafana-dashboards

Grafana dashboards

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