From 98919a5c38c443e840f9d05cfbee94c3c42e7ff4 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 21 Jan 2025 22:56:03 +0100 Subject: [PATCH] [overwatch] temporary disable scraping durruti,nextcloud --- machines/overwatch/configuration.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 2fa3041..4ad7a2b 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -87,24 +87,24 @@ with lib; targets = [ "127.0.0.1:9002" ]; }]; } - { - job_name = "durruti"; - static_configs = [{ - targets = [ "10.0.0.5:9002" ]; - }]; - } + #{ + # job_name = "durruti"; + # static_configs = [{ + # targets = [ "10.0.0.5:9002" ]; + # }]; + #} { job_name = "infradocs"; static_configs = [{ targets = [ "10.0.0.11:9002" ]; }]; } - { - job_name = "nextcloud"; - static_configs = [{ - targets = [ "10.0.0.13:9002" ]; - }]; - } + #{ + # job_name = "nextcloud"; + # static_configs = [{ + # targets = [ "10.0.0.13:9002" ]; + # }]; + #} # add vpn - check how to reach it first. most probably 10.100.0.1 ]; };