All dashboards

Overview VMs with Node Exporter

Overview VMs with Node Exporter and Prometheus Visão Geral das VMs com Node Exporter e Prometheus

Prometheus config -> prometheus.yml

  - job_name: node-name
    scrape_interval: 5s
    static_configs:
      - targets: ['localhost:9100']
    relabel_configs:
      - source_labels: [__address__]
        regex: '.*'
        target_label: instance
        replacement: 'node-name'

Painel -> Edit -> Query -> job=~"node-name"

Revisions
RevisionDescriptionCreated
Linux Server

Linux Server

by Grafana Labs
Grafana Labs solution

Monitor Linux with Grafana. Easily monitor your Linux deployment with Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies