]> git.ipfire.org Git - collecty.git/history - src/collecty/plugins/base.py
psi: Add graph template
[collecty.git] / src / collecty / plugins / base.py
2021-12-04  Michael Tremerplugins: Fix Python syntax error in environment update
2021-12-01  Michael Tremerplugins: Return None if file could not be read
2021-12-01  Michael TremerTolerate setting an empty environment
2020-09-28  Michael Tremerlocale: Use LANGUAGE instead of legacy LANG
2020-09-28  Michael Tremergraphs: Swap widths and height
2020-09-28  Michael Tremerlocales: Drop our custom module
2020-09-28  Michael TremerRemove or move as many constants as possible
2020-09-28  Michael Tremerplugins: Remove unused variable
2020-09-28  Michael Tremerdaemon: Refactor some parts of the write queue
2020-09-28  Michael TremerTidy up collection and remove double-handling of unexpe...
2020-09-24  Michael Tremermemory: Refactor plugin to store data in kilobytes...
2020-09-21  Michael Tremerinterrupts: Collect data for all interrupts
2020-09-21  Michael TremerDrop loading some unused modules
2020-09-21  Michael Tremerprocessors: Collect usage for all individual cores
2020-09-20  Michael Tremerplugins: Add a simple helper function to read integers...
2020-09-20  Michael TremerRemove unused list
2020-09-20  Michael Tremerre: Avoid pre-compiling regular expressions
2020-09-20  Michael TremerDrop unused Timer class
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
2016-09-05  Michael TremerReplace Nones with UNKNOWN instead of NaN
2015-12-18  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2015-12-15  Michael TremerRefectoring of the main classes
2015-12-15  Michael TremerRefectoring of the main classes test
2015-12-14  Michael TremerRemove some unused code
2015-12-14  Michael TremerAllow getting the standard deviation of the plotted...
2015-12-14  Michael TremerMake RRD key names accessible as a list
2015-12-14  Michael TremerAdd some magic to collecty that makes the graph templat...
2015-12-14  Michael TremerAllow generating thumbnails of graph images
2015-12-13  Michael TremerMake the graph title optional
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-26  Michael TremerAdd options to generate localised graphs
2015-06-29  Michael Tremerplugins: Automatically replace None by NaN
2015-06-06  Michael Tremerclient: Allow better escaping for custom intervals
2015-06-06  Michael Tremergraphs: Add interval "month"
2015-05-27  Michael TremerGenerate graphs in memory
2015-05-27  Michael TremerExpand RRD files to hold data up to five years
2015-05-27  Michael TremerMigrate to Python 3
2015-05-26  Michael TremerImplement worker thread concept
2015-05-25  Michael TremerCreate the object table only once and cache it
2015-05-25  Michael TremerNormalise the filenames of the RRDs
2015-05-24  Michael TremerAllow the plugins to return the results as a tuple...
2015-05-19  Michael Tremerconntrack: Add graph templates
2015-05-19  Michael Tremergraph templates: Make some atttibutes easier to set
2015-05-10  Michael TremerSilence non-debugging output a bit
2015-05-10  Michael TremerChange default image format to SVG
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 TremerUse autotools 001