evocheck: cron jobs execute in verbose

This commit is contained in:
Jérémy Lecour 2019-09-23 09:22:40 +02:00 committed by Jérémy Lecour
parent a358db065b
commit 9f619adf68
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ The **patch** part changes incrementally at each release.
### Changed
* elasticsearch: listen on local interface only by default
* evocheck: upstream version 19.08
* evocheck: cron jobs execute in verbose
* squid: Remove wait time when we turn off squid
* evomaintenance: Turn on API by default (instead of DB)
* evomaintenance: upstream version 0.5.1

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }}
PATH=/usr/sbin:/usr/bin:/sbin:/bin
33 1 1 * * root /usr/share/scripts/evocheck.sh
33 1 2-31 * * root /usr/share/scripts/evocheck.sh --cron
33 1 1 * * root /usr/share/scripts/evocheck.sh --verbose
33 1 2-31 * * root /usr/share/scripts/evocheck.sh --verbose --cron