mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 22:36:21 +00:00
15 lines
503 B
Text
15 lines
503 B
Text
# Limpiar mensualmente
|
|
check program cleanup
|
|
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv cleanup" as uid "rails" gid "www-data"
|
|
every "0 3 1 * *"
|
|
if status != 0 then alert
|
|
|
|
check program access_logs
|
|
with path "/srv/http/bin/access_logs" as uid "app" and gid "www-data"
|
|
every "0 0 * * *"
|
|
if status != 0 then alert
|
|
|
|
check program stats
|
|
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv stats" as uid "rails" gid "www-data"
|
|
every "0 1 * * *"
|
|
if status != 0 then alert
|