From 60cfdfda825ddaf54e636a22267f9fcd60bb9d25 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 22 Jan 2025 01:35:33 +0100 Subject: [PATCH] [overwatch] scrape fanny --- machines/overwatch/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 2fa3041..66a6fd8 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -105,6 +105,12 @@ with lib; targets = [ "10.0.0.13:9002" ]; }]; } + { + job_name = "fanny"; + static_configs = [{ + targets = [ "10.0.0.1:9002" ]; + }]; + } # add vpn - check how to reach it first. most probably 10.100.0.1 ]; };