Skip to main content

Web-dashboard for resource monitoring data.

Project description

monipy

PyPI Tests

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monipy-0.1.0.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

monipy-0.1.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page