From 74448ec61e528f52b36616ada010a68a77daddbc Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Wed, 24 Jan 2024 15:53:20 +0000 Subject: [PATCH] totoro: add scraping emf website metrics --- ops/nixos/totoro/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index 7fa8128247..b3c4b1925e 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -324,6 +324,13 @@ in { static_configs = [{ targets = ["monitoring.nixos.org:443"]; }]; + } { + job_name = "emf/website"; + metrics_path = "/metrics"; + scheme = "https"; + static_configs = [{ + targets = ["www.emfcamp.org:443"]; + }]; }]; pushgateway.enable = true;