Thu Oct 31 21:43:01 UTC 2024

This commit is contained in:
Oleg Sheynin 2024-10-31 21:43:01 +00:00
parent e44c7697cd
commit b545543c10

View File

@ -5,6 +5,8 @@
#
# ------------------------ hosts healthcheck
* * * * * /home/oleg/prod/run/hosts_check.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/oleg/prod/logs/$(date +\%Y\%m\%d).hosts_check.log 2>&1
# ------------------------ services healthcheck
30 * * * * /home/oleg/prod/run/services_check.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/oleg/prod/logs/$(date +\%Y\%m\%d).services_check.log 2>&1
# ------------------------ storage healthcheck
0 0,12 * * * /home/oleg/prod/run/storage_health_check.sh 2>&1 /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/oleg/prod/logs/$(date +\%Y\%m\%d).storage_health_check.log 2>&1
#