From 9497957ba5bf82035fb136be73b329a270fd76ef Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 22 Nov 2025 16:12:33 -0600 Subject: [PATCH] Add bookmarks for Prometheus and Grafana --- modules/hm/gui/bookmarks.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index 04b0142..1f0803c 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -271,6 +271,14 @@ name = "Kubernetes Dashboard"; url = "https://dashboard.shire-zebra.ts.net/"; } + { + name = "Prometheus"; + url = "http://hosea.shire-zebra.ts.net:9090/"; + } + { + name = "Grafana"; + url = "http://hosea.shire-zebra.ts.net:3000/"; + } ]; } {