# /etc/cron.d/zzzt: crontab fragment for zzzt
# This tries to check the configured inverter every minute and write the current production to the DB

* * * * * root cd /var/www/zzzt/standalone_crontab/ && bash crontab_monitor.sh

