scrape: add freifunk_node 1176

This commit is contained in:
Astro 2020-04-23 18:43:39 +02:00
parent 6882367df8
commit 3d5fdf0a28
1 changed files with 9 additions and 0 deletions

View File

@ -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