5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 11:36:07 +00:00
This commit is contained in:
f 2022-04-23 20:35:07 -03:00
parent 233e6bc5f9
commit f7e87a441c

View file

@ -1,10 +1,10 @@
# Limpiar mensualmente
check program cleanup
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv " as uid "rails" gid "http-data"
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv " as uid "rails" gid "www-data"
every "0 3 1 * *"
if status != 0 then alert
check program access_logs
with path "/srv/bin/access_logs" as uid "app" and gid "www-data"
with path "/srv/bin/access_logs" as uid "rails" and gid "www-data"
every "0 0 * * *"
if status != 0 then alert