From: Tom Hughes Date: Sat, 21 Oct 2023 14:05:34 +0000 (+0100) Subject: Enable prometheus backup timer X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c807ca7d7c7815c8ac3474a46bf0d49944bdef2b Enable prometheus backup timer --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index d16d47fda..6ea6c9333 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -417,3 +417,7 @@ systemd_timer "prometheus-backup-data" do description "Backup prometheus data to S3" on_calendar "03:11" end + +service "prometheus-backup-data.timer" do + action [:enable, :start] +end