]> git.ipfire.org Git - collecty.git/shortlog
collecty.git
2015-08-11  Michael Tremerlatency: Improve logging when host could not be reached
2015-08-11  Michael TremerCatch exception when cpufreq is not supported on a...
2015-06-29  Michael Tremerlatency: Rewrite latency module
2015-06-29  Michael Tremerplugins: Automatically replace None by NaN
2015-06-06  Michael TremerBump version to 003 003
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-06-06  Michael TremerAdd version information
2015-06-06  Michael Tremerclient: Allow better escaping for custom intervals
2015-06-06  Michael Tremerclient: Return the graph as a bytes object
2015-06-06  Michael Tremergraphs: Add interval "month"
2015-06-06  Michael TremerFix shebang of collectyd and collecty-client
2015-06-06  Michael Tremercpu: Collect CPU stats once a minute
2015-06-06  Michael Tremerinterface: Collect interface stats twice a minute
2015-06-06  Michael Tremerlatency: Remove default interval
2015-06-06  Michael Tremerloadavg: Collect data only once a minute
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 TremerAdd cpufreq plugin
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-25  Michael Tremerconfigure: Call python just python
2015-05-25  Michael TremerAdd sensors.py to POTFILES.in
2015-05-25  Michael Tremerdisk: Convert temperatures to Kelvin
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-25  Michael TremerAdd sensors plugin
2015-05-24  Stefan Schantlconfigure: Fix systemd detection
2015-05-24  Michael TremerAllow the plugins to return the results as a tuple...
2015-05-24  Michael TremerAdd disk plugin
2015-05-24  Michael TremerRemove translation template
2015-05-20  Michael TremerBump version to 002 002
2015-05-19  Michael TremerUpdate POTFILES
2015-05-19  Michael Tremerinterface: Show the correct interface name in graph
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 TremerRemove unused error class
2015-05-10  Michael Tremerconntrack: Show protocol in object representation
2015-05-10  Michael TremerUpdate TODO
2015-05-10  Michael TremerChange default image format to SVG
2015-05-10  Michael TremerAdd dbus interface
2015-05-09  Michael TremerAdd conntrack plugin
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
2012-09-05  Michael TremerUpdate translations - i.e. import pt_BR.
2012-09-01  Michael TremerInstall daemon to /usr/sbin.
2012-09-01  Michael TremerUpdate translation.
2012-09-01  Michael TremerBump version to 0.0.2. 0.0.2
2012-09-01  Michael TremerUpdate plugins to adapt the recent changes.
2012-09-01  Michael TremerSimplify RRD descriptions.
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-09-01  Michael TremerAdd latency plugin.
2012-08-25  Michael Tremerinterface: Add graph templates.
2012-08-25  Michael TremerSplit plugins into data sources and graph templates.
2012-08-25  Michael TremerAdd plugin to collect traffic data from interfaces.
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-21  Michael Tremercollectyd: Accept -d for debugging mode. Read configura...
2012-08-21  Michael TremerAdd systemd unit file.
2012-08-08  Michael TremerAdd transifex configuration.
2012-08-08  Michael TremerAvoid unnecessary updates of the pot file.
2012-08-08  Michael TremerImport German translation.
2012-08-08  Michael TremerAdd translation stuff.
2012-08-05  Michael TremerWrite all data to disk on SIGUSR1.
2012-08-05  Michael Tremerentropy: New plugin.
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 Tremermemory: Update plugin.
2012-08-04  Michael Tremermemory: Update plugin.
2012-08-04  Michael Tremercpu: Automatically create one instance.
2012-08-04  Michael TremerEnable plugins to automatically create instances of...
2012-08-04  Michael TremerAdd constants file.
2012-08-04  Michael TremerFormat log messages, so one can see the origin of the...
2012-08-04  Michael TremerGet rid of python-daemon. Properly handle signals.
2012-08-04  Michael TremerUpdate the CPU plugin for new schema.
2012-08-04  Michael Tremerplugins: Restructure the plugin concept.
2012-08-04  Michael TremerAdd some basic logging.
2012-08-04  Michael TremerFix installation.
2012-08-04  Michael Tremerplugins: Split all plugins into separate files.
2012-08-04  Michael TremerCreate an i18n submodule.
2012-08-03  Michael TremerAdd proper license headers.
2009-11-17  Michael TremerDocumentation updates.
2009-11-17  Michael TremerAdd ability to run as a daemon.
2009-11-17  Michael Tremercolletcyd: Some code cleanup and commenting.
2009-10-11  Michael TremerAdd some command line flags and help.
2009-10-11  Michael TremerTrivial code improvement. No functional change.
2009-10-11  Michael TremerAdd a .gitignore file.
2009-10-11  Michael TremerFix file permission.
2009-09-30  Michael TremerTODO: Add plugin wishlist.
next