Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/muninplot
Commit message (Collapse)AuthorAgeFilesLines
* Provide instructions on how to build missing staticsArthur de Jong2023-01-031-1/+7
| | | | | If the development server is started and the index.html file is absent it will exit immediately and print instructions for building it.
* 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
|
* Support digits in rrdtool variable namesArthur de Jong2021-07-091-1/+1
|
* Use rrdtool xport to generate data seriesArthur de Jong2021-02-212-153/+63
| | | | This speads up fetching data for most graphs 5-fold.
* Handle changes to number of RRD files betterArthur de Jong2021-02-131-11/+18
| | | | | This ensures that the first row contains data (may be None) for all fields and this ignores RRD files that are no longer plotted.
* Fix the way the graph resolution is determinedArthur de Jong2021-02-132-19/+18
| | | | | | | 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.
* Ensure that start timestamp is includedArthur de Jong2021-01-301-1/+1
| | | | This ensures that the start timestamp is included in the returned data.
* Return data in a single resolution onlyArthur de Jong2021-01-302-6/+7
| | | | | This automaitcally chooses the resolution that contains the whole requested time range.
* Allow configuring MUNIN_DBDIR via environmentArthur de Jong2020-06-212-1/+5
|
* Fix handling of negative graphsArthur de Jong2020-06-141-3/+4
| | | | | This ensures that fields are only removed after they have been marked to keep as negative series for a corresponding graph.
* Add a dashboard chooserArthur de Jong2020-01-271-1/+25
|
* Add more docstringsArthur de Jong2020-01-253-4/+16
|
* Ship static directory in source and wheelArthur de Jong2020-01-052-3/+26
| | | | | | | 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-303-0/+392
This allows more easy installation into a virtualenv.