Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/web.py
Commit message (Collapse)AuthorAgeFilesLines
* Move Python code to muninplot packageArthur de Jong2019-12-301-127/+0
| | | | This allows more easy installation into a virtualenv.
* Add flake8 testsArthur de Jong2019-12-301-4/+6
|
* Support specifying time range for dataArthur de Jong2018-10-071-9/+43
| | | | | | This supports setting the start and end time of the data to get from Munin and includes some logic to get the data in a reasonable resolution, given the time range.
* Python 3 supportArthur de Jong2018-10-021-5/+4
|
* Add copyright headersArthur de Jong2018-10-021-0/+20
|
* Add Content-Security-Policy headersArthur de Jong2018-09-291-1/+2
|
* Initial web serviceArthur de Jong2018-09-291-0/+71
This adds a module that can parse the information from a Munin data directory and a simple web application that exposes the information.