Adding node-exporter for host metrics.

This commit is contained in:
2022-06-30 05:49:49 +02:00
parent 40fdf4f8e3
commit c4eef29a75

View File

@@ -9,4 +9,6 @@ scrape_configs:
- job_name: cadvisor
static_configs:
- targets: ['cadvisor.lan']
- job_name: node-exporter
static_configs:
- targets: ['node-exporter.lan']