From 1260206cb9e6af08a1ced820761dabb2122e001d Mon Sep 17 00:00:00 2001 From: Joinemm Date: Wed, 10 Apr 2024 17:58:57 +0300 Subject: [PATCH] Add node-exporter metrics --- hosts/monitoring/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monitoring/configuration.nix b/hosts/monitoring/configuration.nix index 3b6213b..d1cf42c 100644 --- a/hosts/monitoring/configuration.nix +++ b/hosts/monitoring/configuration.nix @@ -90,11 +90,11 @@ in { scrapeConfigs = [ { job_name = "miso"; - scheme = "https"; static_configs = [ { targets = [ "api.misobot.xyz" + "api.misobot.xyz:9100" ]; } ];