What Python based Dashboard options exist?
Posted
by stuartcw
on Stack Overflow
See other posts from Stack Overflow
or by stuartcw
Published on 2010-04-30T03:14:05Z
Indexed on
2010/04/30
3:17 UTC
Read the original article
Hit count: 332
I want to create a Dashboard on each server to show it's health and the results of some daily processing. I plan to hook up shell scripts and Python programs to collect the data.
Instead of writing a web-based interface, I thought it would be good to use a python based web dashboard that could render the results in various business user and manager friendly formats.
What are my options to do this? I am primarily interested in Python RedHat Linux, but other platforms are interesting too.
I'm also open to Perl and Ruby based solutions especially if the plugins can be language neutral.
© Stack Overflow or respective owner