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"
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Linux Server
Monitor Linux with Grafana. Easily monitor your Linux deployment with Grafana Cloud's out-of-the-box monitoring solution.
Learn more