Post
Topic
Board Mining
Re: "Rug Monitor" - Monitor your mining rigs (graphs for hashrate, temps, etc.)
by
wacked
on 03/07/2011, 04:56:25 UTC
Nice, that did work well, as it now scaled to 100. 
I changed it from  "--right-axis 1:50" to  "--right-axis 1:0" and then changed that tempoff to temp and it now scaled to 100C.
I then added -u 90 -r and it now will scale to only 90. 
Thanks much!

As far as the shares and hashrate, I personally don't need both, and would prefer hashrate over shares anyhow, but having both would help others I'm sure.

I personally run the ./gen-graph.php every 14 minutes and ftp the data every 15 to a external web server.
The overall ./gen-graph.php all is generated twice a week, and then all the generated PNG files all deleted 30 minutes later so the normal FTPing of just the ./gen-graph.php data can proceed.

It does what I need it to do, that's all that matters!
Thanks again for your help! =)

I tried removing "--right-axis 1:50" and not only does it not scale, but it doesn't show the temps.
This is the main thing I'd like to get fixed, any other suggestions?

Ah sorry, you also have to edit the line that says "LINE2:tempoff#D62728CC:"Temp"" to "LINE2:temp#D62728CC:"Temp"" (line 272 i believe)

If you set an offset other than 50 in the axis, you also have to change line "CDEF:tempoff=temp,50,-,0,MAX" (line 257) to reflect the change. (LINE2 should stay as "tempoff" then)