summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 6f6e7134..6911581c 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -325,6 +325,7 @@ iabak = host "iabak.archiveteam.org"
& Cron.niceJob "shardstats" (Cron.Times "*/30 * * * *") "root" "/"
"/usr/local/IA.BAK/shardstats-all"
& Cron.runPropellor (Cron.Times "30 * * * *")
+ & Apt.installed ["graphite-carbon", "graphite-web"]
where
repo = "https://github.com/ArchiveTeam/IA.BAK/"