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" ]; } ];