th00ber (OP)
|
|
May 18, 2016, 03:49:01 PM |
|
morning everyone! could you please share a sample monitoring stat of the monitoring tool? same format as th00ber mentioned http://<monitoring-ip>:9510/mining-info.json. you can pm me for the link. I am creating an iOS app project to monitor mining rigs. currently i added monitoring for EthOS and i would like to support more mining platforms. thanks
One of my own json file from my rig : http://vps261600.ovh.net/rig-PC.json
|
|
|
|
|
th00ber (OP)
|
|
May 18, 2016, 09:49:58 PM |
|
Let me know if you have some problems with the json
|
|
|
|
vydelek
Newbie
Offline
Activity: 73
Merit: 0
|
|
May 20, 2016, 10:09:30 AM |
|
Hello, You can set up monitoring temperature indicator motherboards, processors and resources?
|
|
|
|
pehoko
|
|
May 20, 2016, 01:56:48 PM |
|
Thank you for this nice tool. It will be good to see some graph in browser with logged data and each gpu miner with own hashrate as ethminer doesn't show it.
|
|
|
|
th00ber (OP)
|
|
May 20, 2016, 03:12:20 PM |
|
Thank you for this nice tool. It will be good to see some graph in browser with logged data and each gpu miner with own hashrate as ethminer doesn't show it.
To have logged data, I have to change a lot of code to store the results ... but It could be a nce feature. I'll keep that in my mind for future feature And for the hashrate of each card, I can only parse the output of the miner software. And only Claymore miner display the details ... ethminer only display the total hash of the rig, so I can't have the individual value
|
|
|
|
th00ber (OP)
|
|
May 20, 2016, 03:12:58 PM |
|
Hello, You can set up monitoring temperature indicator motherboards, processors and resources?
Why not, I'll try yo add that
|
|
|
|
vydelek
Newbie
Offline
Activity: 73
Merit: 0
|
|
May 20, 2016, 07:51:13 PM |
|
SUPER :-)
|
|
|
|
DemonDL
Newbie
Offline
Activity: 19
Merit: 0
|
|
May 21, 2016, 10:10:14 AM |
|
Hi, another wishlist: 1. Need to highlight in red temperatures that exceed 75 degrees. 2. It would be good to display the pool, to parse from miner.
|
|
|
|
DemonDL
Newbie
Offline
Activity: 19
Merit: 0
|
|
May 21, 2016, 09:18:17 PM |
|
Claymore's "EthMan" - an utility for remote monitoring/management with http server, a lot of cons, but it works
|
|
|
|
vydelek
Newbie
Offline
Activity: 73
Merit: 0
|
|
June 13, 2016, 09:03:52 AM |
|
Hello, there will be a new version of the program, where it will be possible to control the temperature of CPU boards and resources?
|
|
|
|
th00ber (OP)
|
|
June 16, 2016, 01:07:13 PM |
|
Ok, i'll work on it
|
|
|
|
|
th00ber (OP)
|
|
July 19, 2016, 09:49:03 AM |
|
1- Every json file describe a single rig, but the monitoring page can read and aggregate multiple rigs. 2- There is no common server hosted in the cloud and customer registrered in such Ethos does. It's an individual monitoring tool. So You can run the server on your LAN or online and the server will works only for your rigs
In my case, my 2 rigs published the json online on my vps and I run the HTTP server on the vps to display the monitoring page. But others can just run the monitoring tool on their rigs and have a master rig that display all the aggregated informations.
|
|
|
|
robe.games.ios
Newbie
Offline
Activity: 35
Merit: 0
|
|
July 19, 2016, 07:32:03 PM Last edit: July 19, 2016, 08:08:32 PM by robe.games.ios |
|
hi th00ber and everyone, created a new topic: https://bitcointalk.org/index.php?topic=1558174.new#new1. can you share a couple of your mining rigs monitoring IPs or urls so i can test the use case for multiple rigs? 2. is this endpoint consistent to everyone who is using your software? they just need to replace the monitoring ip or they can change the url completely? right now i designed it to just enter the monitoring Ip, the ":9510/mining-info.json" is appended automatically. http://<monitoring-ip>:9510/mining-info.json 3. The app can add multiple rigs, you can add rigs by providing the monitoring IP, then the rigs are presented in a tableview, clicking a row will show the details for the selected rig. screenshots: https://www.dropbox.com/s/ld8cg39ruf9648u/thumb_IMG_5342_1024.jpg?dl=0https://www.dropbox.com/s/f3jmod45uw298p7/thumb_IMG_5343_1024.jpg?dl=0The app will add as many rigs as you want which shows in a table view, then you can click on the row to show the details of that particular miner. planning to finish and submit this week to app store so that miners can start using it soon. any other suggestions would be great! thanks
|
|
|
|
zOU
|
|
September 01, 2016, 05:59:47 AM Last edit: September 01, 2016, 09:25:08 AM by zOU |
|
hello, the html page shows that: Rig http://another-rig:9510/mining-infos.json is not responding Screenshot: http://prntscr.com/ccsbedI just started start-monitorig.bat and it started correctly my miner (claymore) What did I do wrong ? ETH: 09/01/16-08:00:23 - New job from eth-eu1.nanopool.org:9999 ETH - Total Speed: 30.610 Mh/s, Total Shares: 3, Rejected: 0, Time: 00:08 ETH: GPU0 15.303 Mh/s, GPU1 15.307 Mh/s ETH: 09/01/16-08:00:25 - New job from eth-eu1.nanopool.org:9999 ETH - Total Speed: 30.538 Mh/s, Total Shares: 3, Rejected: 0, Time: 00:08 ETH: GPU0 15.312 Mh/s, GPU1 15.226 Mh/s GPU0 t=40C fan=33%, GPU1 t=41C fan=33% looks like gpu.info and gpu.lst are empty even if I run de gpulst and gpuinfo PS script nothing happens same if I run the 2 .bat files from an elevated prompt: C:\ethereum\monitorig\app>.\status\getGpuList.bat
C:\ethereum\monitorig\app>powershell -ExecutionPolicy Bypass -NoLogo .\status\getGpuList.ps1
C:\ethereum\monitorig\app>.\status\getGpuInfos.bat
C:\ethereum\monitorig\app>powershell -ExecutionPolicy Bypass -NoLogo .\status\getGpuInfos.ps1 files are still empty...
|
|
|
|
|
zOU
|
|
September 02, 2016, 05:09:25 AM |
|
Just waiting for th00ber's to come around and let me know why the powershell script doesn't fill up the config file I tried to run them manually but I'm not a PS expert :p
|
|
|
|
zOU
|
|
September 06, 2016, 09:10:08 AM |
|
well apparently he's not around ....
|
|
|
|
|
|