Skip to main content

Alternative web front-end for Munin

Project description

This is an alternative web front-end for Munin. It provides more dynamic graphs while trying to maintain the Munin feature set.

This is very much work in progress (suggestions for a better name are welcome) but it should be reasonably usable already.

It consist of a Python web service that exposes the Munin configuration as JSON and data as CSV and a JavaScript application that plots the information.

https://arthurdejong.org/munin-plot/

Deploying under Apache with mod_wsgi

Basic configuration snippet for deploying the munin-plot under Apache with mod_wsgi:

WSGIDaemonProcess munin-plot threads=5 maximum-requests=100 display-name=%{GROUP} home=/PATH/TO/munin-plot
AliasMatch ^/munin-plot/(graphs.*|data.*|dashboards)$ /PATH/TO/munin-plot/muninplot/wsgi.py/$1
Alias /munin-plot /PATH/TO/munin-plot/static
<Directory /PATH/TO/munin-plot>
  <Files web.py>
    Options ExecCGI
    SetHandler wsgi-script
    SetEnv DASHBOARDS_DIR /PATH/TO/dashboards
    WSGIProcessGroup munin-plot
  </Files>
  Header always set Content-Security-Policy "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; frame-ancestors 'none'"
</Directory>

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

munin-plot-1.0.tar.gz (143.6 kB view hashes)

Uploaded Source

Built Distribution

munin_plot-1.0-py3-none-any.whl (946.0 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