From c4eef29a7572163f5ff026d5938a2ed919acc07e Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 30 Jun 2022 05:49:49 +0200 Subject: [PATCH] Adding node-exporter for host metrics. --- prometheus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prometheus.yml b/prometheus.yml index a8e0c85..b0b11d3 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -9,4 +9,6 @@ scrape_configs: - job_name: cadvisor static_configs: - targets: ['cadvisor.lan'] - + - job_name: node-exporter + static_configs: + - targets: ['node-exporter.lan']