From b91ba12f0f6a15883bb4f7b76ed51f8202aaf017 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 28 Jun 2021 21:17:48 +0000 Subject: [PATCH] totoro: monitor minotarproxy --- ops/nixos/totoro/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index 867784f81c..6978d3e484 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -217,6 +217,12 @@ in { target_label = "__address__"; replacement = "totoro:${toString config.services.prometheus.exporters.snmp.port}"; }]; + } { + job_name = "minotar/minotarproxy"; + scheme = "https"; + static_configs = [{ + targets = ["minotarproxy.lukegb.xyz:443"]; + }]; } { job_name = "nixos/prometheus"; metrics_path = "/prometheus/federate";