SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
HOME=/

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name command to be executed

0    *  *  *  * root       /usr/pythoncontroller/devhealth_cache_update > /tmp/devhealth_cache_update.output
*/2 * * * * root /usr/pythoncontroller/localupdate
*/1 * * * * root /usr/pythoncontroller/check_active_sync
*/1 * * * * root /usr/pythoncontroller/timeout_nodes 
*/1 * * * * root /usr/pythoncontroller/nbd_stats
*/2 * * * * root /usr/pythoncontroller/stale_devices
*/1 * * * * root /etc/snmp/cpu_store.sh
