diff options
| author | Jan Sydänviita <jan@sydanviita.fi> | 2026-09-03 08:33:24 +0300 |
|---|---|---|
| committer | Jan Sydänviita <jan@sydanviita.fi> | 2026-09-03 08:33:24 +0300 |
| commit | 62f8eb046d0545045f17765f94a3651df0bf964f (patch) | |
| tree | 794ef8233e003b57f4f0ae586a949d16a655dce6 /roles/host/templates/etc_crontab.j2 | |
| parent | 4d1a03c71c62a20a2e0ed4a8e892fdb8f412c16b (diff) | |
Update pylogsentinel conf
Diffstat (limited to 'roles/host/templates/etc_crontab.j2')
| -rw-r--r-- | roles/host/templates/etc_crontab.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/host/templates/etc_crontab.j2 b/roles/host/templates/etc_crontab.j2 index a78c105..0e94b00 100644 --- a/roles/host/templates/etc_crontab.j2 +++ b/roles/host/templates/etc_crontab.j2 @@ -28,8 +28,8 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin # Run pylogsentinel */10 * * * * root python -m pylogsentinel -# Run pylogsentinel batch job once a day -5 6 * * * root /usr/local/bin/pylogsentinel-batch-email.sh +# Run pylogsentinel batch job every Monday +5 6 * * 1 root /usr/local/bin/pylogsentinel-batch-email.sh # Update ports trees nightly 0 2 * * * root /usr/local/bin/update-ports quarterly >>/var/log/update-ports.log 2>&1 |
