scrape: add freifunk node 1099

This commit is contained in:
Astro 2020-06-03 17:20:18 +02:00
parent 9de52f1c4f
commit 39562676b2
1 changed files with 9 additions and 0 deletions

View File

@ -80,6 +80,10 @@
script = "freifunk_node";
host = "10.200.7.80";
};
scrape-node1099 = makeService {
script = "freifunk_node";
host = "10.200.4.80";
};
};
systemd.timers.scrape-xeri = {
partOf = [ "scrape-xeri.service" ];
@ -131,6 +135,11 @@
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "minutely";
};
systemd.timers.scrape-node1099 = {
partOf = [ "scrape-node1099.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