]> git.ipfire.org Git - oddments/collecty.git/history - src/collecty/daemon.py
daemon: Make WriteQueue thread-safe
[oddments/collecty.git] / src / collecty / daemon.py
2020-09-28  Michael Tremerdaemon: Make WriteQueue thread-safe
2020-09-28  Michael TremerTidy up collection and remove double-handling of unexpe...
2020-09-21  Michael TremerAdd a simply backup mechanism
2020-09-21  Michael Tremerdaemon: Collect every plugin immediately after daemon...
2020-09-20  Michael Tremerdaemon: Add plugins to scheduler when the daemon launches
2020-09-20  Michael Tremerdaemon: Allow launch without any plugins
2020-09-20  Michael TremerDo not log supported locales
2020-09-20  Michael Tremerdaemon: Drop our own scheduler and use sched
2020-09-20  Michael Tremerlogging: Tidy up code and align with other projects
2015-12-12  Michael TremerCommit all collected data in the write cache to disk...
2015-11-23  Michael TremerAdd lastupdate()
2015-10-26  Michael TremerAdd graph info functionality
2015-10-26  Michael TremerAdd code to localise graph templates
2015-10-23  Michael TremerEnforce running with UTC
2015-06-06  Michael Tremerdaemon: Don't wait until the worker thread has finished...
2015-06-06  Michael Tremerdaemon: Decrease minimum number of worker threads to two
2015-05-27  Michael TremerMigrate to Python 3
2015-05-26  Michael TremerImplement worker thread concept
2015-05-25  Michael TremerDo not crash write queue when a RRD file could not...
2015-05-10  Michael TremerSilence non-debugging output a bit
2015-05-10  Michael TremerAdd dbus interface
2015-05-08  Michael TremerRewrite plugin architecture
2015-05-07  Michael TremerChange DataSources to be called Plugins
2015-05-05  Michael TremerImprove logging by using the native journal module
2015-05-05  Michael TremerRemove support for reading configuration files
2015-05-05  Michael TremerUse autotools 001