-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Requests #14
Comments
Move SMTP settings from functions.php to config.json (and/or any other variables that would need quick access to.) |
I would like to see more info from /var/run/ethos/stats.json. I think it's to much info to put it all on the dashboard page, but some info can maybe also be showed with a mouseover function (like in the original Ethos panel, of course it doesn't need to be a exact copy) and other info can be showed on a separated page. What I would like to see on the dashboard page: "miner" + "miner_version", "uptime", "cpu_temp", "miner_hashes" with 2 decimals behind the number (mouseover function), "voltage", "core", "mem" and for the fans "fanrpm" + "fanpercent" (also mouseover function). I don't know if that will fit on the dashboard page. Of course there is also a difference in the cards in a rig. I only have 6 GPU rigs but there are also people that have 12 or 13 GPU rigs, so that's also a lot more info to show. Other info that's also nice to see (maybe on a separated 'hardware page'?): "pool_info", "pool", "rx_kbps", "tx_kbps", "manu", "mobo", "lan_chip", "load", "ram", "cpu_name", "drive_name", "freespace", "version", "models", "bioses", "default_core", "default_mem", "vramsize", "meminfo", "default_watts", "watts", "watt_min", "watt_max", "powertune". All this info is already in stats.json so I think it would be nice to use it. The only thing to think about is to show all of this info but still keep overview. Another thing to think about is the synced stats. Mostly the stats are still a bit off sync (1 minute difference). Maybe there is an option to merge the info from the database or take an average of the last few minutes (for example some rigs will post at 1:49 and others at 1:50 hours that create multiple stat moments in the graph now). |
Hi foraern, I think just copy ethosdistro's panel, change to smaller text size to fit in more information into the table. The panel only can receive the information from the rigs, is it possible to have "reboot" button and "miner software or OS upgrade" button in the panel? I found "China made" ethos version, they rewrite and change the code in ethos and rename it to "MinerOS", their panel allow their client to do one click OS and miner software upgrade. Regards, |
@mvnuland regarding rig synch, I had the same problem, but it has to do with the clock on the rigs not being synched, this is what I posted in the other issue:
|
@danielbowne regarding smtp settings, I've moved them to config. Unfortunately, I don't have time to go through all the code right now, but if you see any other variable that should be in the config, let me know. |
Request: Be nice to have a ticker or something on the dashboard or on the left menu that showed total current hash, hash last 6 hours and maybe a 12 hour. A quick glance would show you something(s) is undr performing. Also maybe something in the CSS that would change colors of the hash and temps if were not ideal. Like maybe a card temp is over 75C or hashrate is 0 they would be red. |
I like that the menu on main page is minimalist. But maybe if you click the rig, there is a hyperlink to the full info that is in jason stats . |
@danielbowne I've added a "ticker" to the left status panel, however for the moment it's realtime. |
In order to make it easier to manage feature requests, and for you guys to see progress, I've added a Kanban board under projects. You can add requests there too. |
Someone mentioned above about adding a reboot button. I thought of a way it could be done. But it require a person to use the remote config option in ethos-panel. Next to each rig could have a little reboot button. When button is pushed(and confirmed) it would add the "reb" option to config.
By default you could have "reb rigname 1" when button is pushed and confirmed the config would change to "reb rigname 2" prompting a reboot. Again takes 10 minutes and not ideal, but good for people who don't have VPN or remote SSH access. Not sure if this is worth adding as it could confuse some people as it would require your rigs using a remote conf pointing to ethos-panel. Could add some logic so ethos-panel looks at jason file. I THINK it has script location. Button is only enabled if its using remote conf of panel. shrugs just an idea. |
tbh, if you use the remote config, you should be able to reboot it directly by setting the config parameter. While I agree a reboot button would be "sexy", not sure it's worth the effort at this stage if there's an alternative ;) |
Need an option to turn off new registrations and maybe a user management option. |
Hi, |
Please add feature requests here.
Feature requests only. For bugs, please create it's own ticket.
The text was updated successfully, but these errors were encountered: