From 1ded062099d7d56394eded1d512c5065d6cfc26c Mon Sep 17 00:00:00 2001 From: f Date: Sat, 28 Dec 2024 18:08:06 -0300 Subject: [PATCH] fix: cron --- monit.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monit.conf b/monit.conf index dda958b..09b0c53 100644 --- a/monit.conf +++ b/monit.conf @@ -7,13 +7,13 @@ check program certbot_bootstrap # Renew certificates once a week check program certbot_renew with path "/usr/local/bin/syslogize certbotd renew" - every "13 5 * * *" + every "13 5 * * 1" if status != 0 then alert -# Prune old keys +# Prune old keys before renewals check program certbot_prune with path "/usr/local/bin/syslogize certbotd prune" - every "13 1 2 * *" + every "13 3 * * 1" if status != 0 then alert # Get missing certificates for every cycle.