Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/muninplot/data.py
Commit message (Collapse)AuthorAgeFilesLines
* Support digits in rrdtool variable namesArthur de Jong2021-07-091-1/+1
|
* Use rrdtool xport to generate data seriesArthur de Jong2021-02-211-134/+57
| | | | 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-131-3/+6
| | | | | | | In some cases it could end up with a non-available resolution. This simplifies the code to determine the resolution. Fixes 1e4488a
* 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-301-1/+2
| | | | | This automaitcally chooses the resolution that contains the whole requested time range.
* Allow configuring MUNIN_DBDIR via environmentArthur de Jong2020-06-211-1/+1
|
* 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 more docstringsArthur de Jong2020-01-251-1/+5
|
* Move Python code to muninplot packageArthur de Jong2019-12-301-0/+237
This allows more easy installation into a virtualenv.