Skip to content

Instantly share code, notes, and snippets.

@maniac103
Created January 18, 2014 05:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maniac103/8486528 to your computer and use it in GitHub Desktop.
Save maniac103/8486528 to your computer and use it in GitHub Desktop.
EMS graph generation
*/15 * * * * www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung day
5 * * * * www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung halfweek
10 */3 * * * www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung week
0 0 * * * www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung month
@reboot www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung day
@reboot www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung halfweek
@reboot www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung week
@reboot www-data /usr/local/bin/ems-gen-graphs.py /var/tmp/heizung month
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment