From f3ae53050695b1a3b731f4a29a45bea7b8c63c4b Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 30 Apr 2020 20:59:11 +0200 Subject: [PATCH] scrape: add freifunk node 1891 --- hosts/containers/scrape/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/containers/scrape/configuration.nix b/hosts/containers/scrape/configuration.nix index e2bfc954..bd174df0 100644 --- a/hosts/containers/scrape/configuration.nix +++ b/hosts/containers/scrape/configuration.nix @@ -67,6 +67,10 @@ script = "freifunk_node"; host = "10.200.7.100"; }; + scrape-node1891 = makeService { + script = "freifunk_node"; + host = "10.200.7.107"; + }; scrape-node1768 = makeService { script = "freifunk_node"; host = "10.200.6.239"; @@ -111,6 +115,11 @@ wantedBy = [ "timers.target" ]; timerConfig.OnCalendar = "minutely"; }; + systemd.timers.scrape-node1891 = { + partOf = [ "scrape-node1894.service" ]; + wantedBy = [ "timers.target" ]; + timerConfig.OnCalendar = "minutely"; + }; systemd.timers.scrape-node1768 = { partOf = [ "scrape-node1768.service" ]; wantedBy = [ "timers.target" ];