]> git.ipfire.org Git - collecty.git/shortlog
collecty.git
2025-09-27  Michael Tremermain: Initialize the daemon
2025-09-27  Michael Tremerdaemon: Create more daemon scaffolding
2025-09-27  Michael Tremerdaemon: Implement logging
2025-09-27  Michael Tremerdaemon: Link against systemd
2025-09-27  Michael Tremerdaemon: Parse command line options
2025-09-27  Michael Tremerctx: Create a dummy function to set the log level
2025-09-27  Michael Tremerdaemon: Create a context
2025-09-27  Michael Tremerdaemon: Create scaffolding
2025-09-27  Michael Tremer_collecty: Fix compiling the module with the new flags
2025-09-27  Michael Tremerconfigure: Configure the compiler
2025-09-27  Michael Tremerping: Import sys/time.h for gettimeofday
2025-09-27  Michael Tremerconfigure: Always require systemd
2025-09-27  Michael Tremersensors: Fix compilation with newer versions of Python
2021-12-11  Michael Tremerconfigure: Require at least Python 3.9
2021-12-11  Michael Tremerconfigure: Check for rrdtool Python module
2021-12-11  Michael Tremerconfigure: Check for pydbus Python module
2021-12-04  Michael Tremerpsi: Add graph template
2021-12-04  Michael Tremerplugins: Fix Python syntax error in environment update
2021-12-01  Michael Tremerplugins: Read Pressure Stall Information from the kernel
2021-12-01  Michael Tremercpufreq: Import _ function
2021-12-01  Michael Tremerplugins: Return None if file could not be read
2021-12-01  Michael TremerTolerate setting an empty environment
2021-12-01  Michael Tremerpython: Declare all exceptions
2021-12-01  Michael TremerMakefile: Substitute @sbindir@
2021-12-01  Michael Tremerpython: Declare functions as static when possible
2021-12-01  Michael Tremerpython: Make python types extern
2020-09-28  Michael Tremerlocale: Use LANGUAGE instead of legacy LANG
2020-09-28  Michael Tremeri18n: Update German translation
2020-09-28  Michael TremerAuto-generate POTFILES.in and update translations
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 Tremergraphs: Increase default width to 960px
2020-09-28  Michael Tremergraphs: Make backgrounds transparent
2020-09-28  Michael TremerAvoid unnecessary module load
2020-09-28  Michael Tremerdaemon: Move collectyd to /usr/sbin
2020-09-28  Michael TremerRename collecty-client to collecty
2020-09-28  Michael Tremerdbus: Move bus domain into bus submodule
2020-09-28  Michael Tremerclient: Rename CollectyClient to Collecty
2020-09-28  Michael Tremercollectly-client: Move CLI code into CLI script
2020-09-28  Michael Tremercollectd: Rewrite script according to modern Python...
2020-09-28  Michael Tremerdaemon: Rename class and do not load with main module
2020-09-28  Michael Tremerplugins: Remove unused variable
2020-09-28  Michael Tremerdaemon: Refactor WriteQueue without Python's queue...
2020-09-28  Michael Tremerdaemon: Refactor some parts of the write queue
2020-09-28  Michael Tremerdaemon: Make WriteQueue thread-safe
2020-09-28  Michael TremerTidy up collection and remove double-handling of unexpe...
2020-09-28  Michael Tremerconntrack: Refactor plugin
2020-09-24  Michael Tremergraphs: Remove deprecated STACK command
2020-09-24  Michael Tremerprocessor: Add outlines like all other graphs
2020-09-24  Michael Tremergraphs: Make areas less opaque
2020-09-24  Michael Tremermemory: Refactor plugin to store data in kilobytes...
2020-09-24  Michael Tremermemory: Refactor graph
2020-09-24  Michael Tremerloadavg: Refactor graph
2020-09-24  Michael Tremerlatency: Refactor graph
2020-09-24  Michael Tremeripfrag: Refactor graphs
2020-09-24  Michael Tremerinterrupts: Refactor graphs
2020-09-24  Michael Tremerinterfaces: Refactor graphs
2020-09-24  Michael Tremerdisk: Refactor bad sectors graph
2020-09-24  Michael Tremerdf: Refactor graphs
2020-09-24  Michael Tremergraphs: Correctly apply area opacity
2020-09-24  Michael Tremergraphs: Make the first column slightly wider
2020-09-24  Michael Tremercontext switches: Refactor graph
2020-09-24  Michael Tremerprocessor: Redesign graph
2020-09-24  Michael Tremergraphs: Justify all legends
2020-09-24  Michael Tremerprocessors: Add line with total usage
2020-09-21  Michael Tremerlatency: Ping 10 times within 10 seconds
2020-09-21  Michael Tremerinterrupts: Rename to interrupts from system-interrupts
2020-09-21  Michael Tremerinterrupts: Fix graph title when showing a specific...
2020-09-21  Michael Tremerinterrupts: Collect data for all interrupts
2020-09-21  Michael TremerAdd a simply backup mechanism
2020-09-21  Michael TremerDrop loading some unused modules
2020-09-21  Michael Tremerprocessor: Add guest_nice usage, too
2020-09-21  Michael Tremerprocessors: Plot steal and guest usage in graphs
2020-09-21  Michael Tremerprocessors: Collect usage for all individual cores
2020-09-21  Michael Tremerdaemon: Collect every plugin immediately after daemon...
2020-09-20  Michael Tremerplugins: Add a simple helper function to read integers...
2020-09-20  Michael TremerOpen all files in a with statement block
2020-09-20  Michael TremerTidy up imports of other modules
2020-09-20  Michael Tremercolours: Fix importing functions
2020-09-20  Michael Tremerloadavg: Fix legend alignment
2020-09-20  Michael Tremerdaemon: Add plugins to scheduler when the daemon launches
2020-09-20  Michael TremerDo not load util submodule in __init__.py
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 Tremerlatency: Give plugin a lower priority
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 Tremercolours: Fix string formatting for transparency
2020-09-20  Michael Tremerlogging: Tidy up code and align with other projects
2020-09-20  Michael TremerFix import of _collecty module
2020-09-20  Michael TremerMove color functions into the color module
2020-05-10  Michael TremerDrop entropy plugin
2017-06-02  Michael TremerMakefile: Fix generating man-pages only
2016-10-21  Michael TremerRemove TODO list
2016-10-21  Michael Tremerlatency: Show "Default Gateway" in headline for gateway
2016-10-21  Michael Tremerprocessor: Show processor usage in percent instead...
2016-10-21  Arne Fitzenreiterdisk: Fix exporting graphs
next