Crontab
From Hack Sphere Labs Wiki
Revision as of 01:15, 28 October 2013 by Webdawg (talk | contribs) (Created page with " * * * * * /sbin/ping -c 5 www.mydigitallife.info > /dev/null 2>&1 * * * * * /sbin/ping -c 5 www.mydigitallife.info > /dev/null The first cron job will send no email at all,...")
* * * * * /sbin/ping -c 5 www.mydigitallife.info > /dev/null 2>&1 * * * * * /sbin/ping -c 5 www.mydigitallife.info > /dev/null
The first cron job will send no email at all, while the second cron job will notify when there is error and other debug messages occurred.