summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-13 10:07:16 +0200
committerPaul Buetow <paul@buetow.org>2024-12-13 10:07:16 +0200
commite1d8392ad021316b84db2968e25d22d20873b7dc (patch)
tree594b35ee82c381c1022f719516835af95773cf61 /frontends/Rexfile
parentc7920567f5aba7992aad4b695757384fd60b4ca8 (diff)
foostats now also replicates
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 6e02adf..f6427c5 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -530,9 +530,9 @@ task 'foostats', group => 'frontends',
group => 'wheel',
mode => '500';
- append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/foostats.pl --parse-logs';
+ append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/foostats.pl --parse-logs --replicate';
- my @deps = qw(p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util p5-Compress-Bzip2);
+ my @deps = qw(p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util p5-LWP-Protocol-https);
pkg $_, ensure => present for @deps;
# For now, custom syslog config only required for foostats (to keep some logs for longer)