From 3d5fdf0a28c9333f8518f568975fe4fa663ebf5b Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 Apr 2020 18:43:39 +0200 Subject: [PATCH] scrape: add freifunk_node 1176 --- 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 e214e164..fa9cb991 100644 --- a/hosts/containers/scrape/configuration.nix +++ b/hosts/containers/scrape/configuration.nix @@ -71,6 +71,10 @@ script = "freifunk_node"; host = "10.200.6.239"; }; + scrape-node1176 = makeService { + script = "freifunk_node"; + host = "10.200.7.80"; + }; }; systemd.timers.scrape-xeri = { partOf = [ "scrape-xeri.service" ]; @@ -112,6 +116,11 @@ wantedBy = [ "timers.target" ]; timerConfig.OnCalendar = "minutely"; }; + systemd.timers.scrape-node1176 = { + partOf = [ "scrape-node1176.service" ]; + wantedBy = [ "timers.target" ]; + timerConfig.OnCalendar = "minutely"; + }; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database