Post
Topic
Board Mining
Re: "Rug Monitor" - Monitor your mining rigs (graphs for hashrate, temps, etc.)
by
disq
on 01/07/2011, 20:31:05 UTC
I understand setting:
Code:
"status_type":"phoenix"
 to
Code:
"status_type":"hashrate"
but where do I get the hashrate data from? It's not explained in the readme.

I know I would set it in:  
Code:
"status_file":"Off",
 by replacing Off with the source of the file, but I need more info on which file has the
hashrates or how to get the hashrates to log to a file. I assume the same thing would be needed to get shares?
Well, yes, if you set status_type to hashrate you have to point the status_file to a file which is updated with the hashrate. There is no built-in support to get your miner's current hashrate to a file, you have to implement this part yourself. Also, if you use this method, there is no way to get share counts.

Quote
Does anyone know how to scale the load/temp graphs to scale on the right side for temperatures to something lower than 150?  Right now my temps are in the mid 80s for the high, yet the right side scales to 150.
You can edit gen-graph.php and remove the "--right-axis 1:50" statement (I think it's in line 276) to prevent the right-axis values from shifting.

Quote
Any help would be appreciated. The README file is good, but I think it assumes I know more than I do. Wink
rrdgraph manpage is a good resource Smiley