Web-dashboard for resource monitoring data.
Project description
monipy
This project aims to be a modern, robust and easy-to-use web-based visualization for system resource monitoring data (e.g., generated by collectd). It was born when I was looking for a visualization solution which is more sophisticated than collectd2html but less complex than a full-blown Graphite/Grafana installation. At the same time I wanted a modern interface, non-outdated implementation and easy setup. After scouring through the web and not finding anything to fulfil my desires, I did what any reasonable person (/s) would have done and decided to create my own solution. Should I have spend more time checking the many other alternatives? Absolutely yes, yet here we are.
Installation
$ pip install monipy
Usage
Just run
$ monipy
Misc
https://www.gitmemory.com/issue/oetiker/rrdtool-1.x/1042/522564694
find . -name ".rrd" -exec rrdtool dump {} {}.xml ; find . -name ".xml" -execdir bash -c 'rrdtool restore -f "${@}" "${@%.*}"' bash {} ;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.