From 3b416b4677c183f9086db93104e2aee57ca05a43 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 17 Jan 2024 08:55:46 -0500 Subject: [PATCH] grafana: provision more datasources --- hosts/sakura/services/grafana.nix | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/hosts/sakura/services/grafana.nix b/hosts/sakura/services/grafana.nix index 044cb2e..00ab647 100644 --- a/hosts/sakura/services/grafana.nix +++ b/hosts/sakura/services/grafana.nix @@ -38,19 +38,19 @@ _: { { name = "Prometheus-kariru"; type = "prometheus"; - url = "http://192.168.1.54:9090"; + url = "http://100.126.229.95:9090"; orgId = 1; } { name = "Prometheus-yuki"; type = "prometheus"; - url = "http://192.168.1.36:9090"; + url = "http://100.108.113.89:9090"; orgId = 1; } { name = "Prometheus-arashi"; type = "prometheus"; - url = "http://192.168.1.211:9090"; + url = "http://100.94.214.100:9090"; orgId = 1; } { @@ -59,6 +59,18 @@ _: { url = "http://100.104.42.96:9090"; orgId = 1; } + { + name = "Prometheus-tsuru"; + type = "prometheus"; + url = "http://100.82.146.40:9090"; + orgId = 1; + } + { + name = "Prometheus-kaze"; + type = "prometheus"; + url = "http://100.69.79.81:9090"; + orgId = 1; + } { name = "Prometheus-haru"; type = "prometheus";