plotman
plotman copied to clipboard
[REQ] Web dashboard
Plotman is awesome! It will be much nicer if we have a web dashboard for monitoring ongoing tasks!
I may put myself into making a PR to implement this.. any comments?
+1 from me :)
I'm happy with a monitor, ie non interactive. just grab the stats and details and either run a little python http interface and present a couple html tables and css to make it pretty, or even just shove stats into a json or xml file and have a static html/js page to read that and update on changes.
Right now I keep a couple ssh/screen instances open to watch interactive. Be nicer as a web interface.
2 people give +1 on this plus me it's 3 ppl already... I am going to work on this, expect a PR soon...
I have a homegrown solution now where I just have a cronjob that runs every 2 mins and outputs a formatted version of plotman status
to my nginx root so I'm able to view it in a browser. It's as simple as:
plotman status | /usr/bin/txt2html > /var/www/html/plotman.html
I'll likely update that pipeline to insert an HTML meta auto-refresh tag, so that the page auto refreshes at a regular interval.
But I agree a native web interface with more details would be nicer.
I have a homegrown solution now where I just have a cronjob that runs every 2 mins and outputs a formatted version of
plotman status
to my nginx root so I'm able to view it in a browser. It's as simple as:plotman status | /usr/bin/txt2html > /var/www/html/plotman.html
I'll likely update that pipeline to insert an HTML meta auto-refresh tag, so that the page auto refreshes at a regular interval.
But I agree a native web interface with more details would be nicer.
This is pretty cool. Let me start with just simple text-output to browser first then we craft some interactive dashboard.
Duplicate of #9