Hi !
I'm trying to add an own cron for a daily summary mail but it doesn't getting executed by cron. I see that the cron process and supervisor are running but I don't get any output in /var/log/cron.log.
I also tried to setup a very simple check which doesn't do anything:
root@314fc2bee821:/etc/cron.d/icinga# cat /etc/cron.d/icinga/test
* * * * * root echo "cron works: $(date)" >> /tmp/cron_test.log
does anyone have an idea what could be wrong with cron or what I could do to fix it ?
Hi !
I'm trying to add an own cron for a daily summary mail but it doesn't getting executed by cron. I see that the cron process and supervisor are running but I don't get any output in /var/log/cron.log.
I also tried to setup a very simple check which doesn't do anything:
does anyone have an idea what could be wrong with cron or what I could do to fix it ?