Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/muninplot/wsgi.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated cgi.parse_qs with urllib.parse.parse_qsArthur de Jong2022-02-111-2/+2
|
* Log but ignore exceptions in reading dashboardsArthur de Jong2021-08-061-4/+8
|
* Use rrdtool xport to generate data seriesArthur de Jong2021-02-211-19/+6
| | | | This speads up fetching data for most graphs 5-fold.
* Fix the way the graph resolution is determinedArthur de Jong2021-02-131-16/+12
| | | | | | | In some cases it could end up with a non-available resolution. This simplifies the code to determine the resolution. Fixes 1e4488a
* Support more timestamp formatsArthur de Jong2021-01-301-0/+2
| | | | This results in slightly more compact URLs without escaped spaces.
* Return data in a single resolution onlyArthur de Jong2021-01-301-5/+5
| | | | | This automaitcally chooses the resolution that contains the whole requested time range.
* Allow configuring MUNIN_DBDIR via environmentArthur de Jong2020-06-211-0/+4
|
* Add a dashboard chooserArthur de Jong2020-01-271-1/+25
|
* Add more docstringsArthur de Jong2020-01-251-1/+7
|
* Ship static directory in source and wheelArthur de Jong2020-01-051-3/+5
| | | | | | | This allows installing this package without NPM installed. This also moves the static directory within the muninplot package so they can also be picked up from installed versions of muninplot.
* Provide encoding with statically served HTMLArthur de Jong2020-01-051-2/+2
|
* Add faviconArthur de Jong2019-12-301-0/+4
|
* Return 404 if file not foundArthur de Jong2019-12-301-1/+7
|
* Move Python code to muninplot packageArthur de Jong2019-12-301-0/+120
This allows more easy installation into a virtualenv.