From 6deeb8c3304b64c60771d1d9f45d08c57de44125 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 10 Feb 2024 20:41:11 -0500 Subject: [PATCH] monitoring --- nixos/hosts/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 8729f62..d5f212b 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -27,7 +27,7 @@ enable = true; datasources.settings.datasources = [ { - url = "localhost:4000"; + url = "http://localhost:4000"; type = "prometheus"; name = "Prometheus"; }