From 3d1da3fdf1d8f4bad0e4641cf95f75fbb0d9f823 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 24 Jun 2023 18:09:21 -0400 Subject: [PATCH] grafana: add sora --- hosts/sakura/services/grafana.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/sakura/services/grafana.nix b/hosts/sakura/services/grafana.nix index f6b7e88..f4a325d 100644 --- a/hosts/sakura/services/grafana.nix +++ b/hosts/sakura/services/grafana.nix @@ -49,6 +49,12 @@ _: { url = "http://192.168.1.211:9090"; orgId = 1; } + { + name = "Prometheus-sora"; + type = "prometheus"; + url = "http://100.87.54.48:9090"; + orgId = 1; + } ]; }; };