]> git.ipfire.org Git - collecty.git/history - collecty/plugins/base.py
Take running time of plugins into account when calculating interval.
[collecty.git] / collecty / plugins / base.py
2012-09-01  Michael TremerTake running time of plugins into account when calculat...
2012-09-01  Michael TremerRemove redundant --step argument.
2012-09-01  Michael TremerAdd some more verbose logging when creating/updating...
2012-09-01  Michael TremerFix stepsize/heartbeat when creating RRDs.
2012-09-01  Michael TremerAdd delay option to Timer().
2012-08-25  Michael TremerSplit plugins into data sources and graph templates.
2012-08-25  Michael Tremerplugins: Automatically create RRAs.
2012-08-25  Michael Tremerplugins: Filenames should contain the ID.
2012-08-25  Michael Tremerplugin: Pass kwargs to custom init method.
2012-08-25  Michael TremerAdd CollectyClient to generate graph images.
2012-08-04  Michael TremerReplace those complicated wait construct by a efficient...
2012-08-04  Michael TremerLet the main thread regularly submit all data to disk.
2012-08-04  Michael TremerGet rid of python-daemon. Properly handle signals.
2012-08-04  Michael Tremerplugins: Restructure the plugin concept.
2012-08-04  Michael Tremerplugins: Split all plugins into separate files.