Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
yxzq
on 28/08/2013, 22:30:29 UTC
Is there a way to reset the graphing for the static site?  I love the graphs!!!  Smiley
The static graphs are generated by index.php on each page load.
The source from which the graphs are generated is a round robin file "populated" by a cronjob that runs each 5 minutes.
So, possible causes for static graphs to show 0:
  • /opt/minepeon/etc/cron.d/5min permissions were changed (should be 770 minepeon.http)
  • /opt/minepeon/etc/cron.d/5min/hashrate permissions were changed (should be 770 minepeon.http)
  • /opt/minepeon/etc/cron.d/5min/hashrate was removed (look it up on github)
  • cronjob was removed?