fix: cron
All checks were successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful

This commit is contained in:
f 2024-12-28 18:08:06 -03:00
parent e65c45715c
commit 1ded062099
No known key found for this signature in database

View file

@ -7,13 +7,13 @@ check program certbot_bootstrap
# Renew certificates once a week # Renew certificates once a week
check program certbot_renew check program certbot_renew
with path "/usr/local/bin/syslogize certbotd renew" with path "/usr/local/bin/syslogize certbotd renew"
every "13 5 * * *" every "13 5 * * 1"
if status != 0 then alert if status != 0 then alert
# Prune old keys # Prune old keys before renewals
check program certbot_prune check program certbot_prune
with path "/usr/local/bin/syslogize certbotd prune" with path "/usr/local/bin/syslogize certbotd prune"
every "13 1 2 * *" every "13 3 * * 1"
if status != 0 then alert if status != 0 then alert
# Get missing certificates for every cycle. # Get missing certificates for every cycle.