]> git.ipfire.org Git - oddments/collecty.git/log
oddments/collecty.git
11 years agoplugins: Automatically create RRAs.
Michael Tremer [Sat, 25 Aug 2012 15:40:30 +0000 (15:40 +0000)] 
plugins: Automatically create RRAs.

11 years agoplugins: Filenames should contain the ID.
Michael Tremer [Sat, 25 Aug 2012 15:39:57 +0000 (15:39 +0000)] 
plugins: Filenames should contain the ID.

11 years agoplugin: Pass kwargs to custom init method.
Michael Tremer [Sat, 25 Aug 2012 15:37:50 +0000 (15:37 +0000)] 
plugin: Pass kwargs to custom init method.

11 years agoAdd CollectyClient to generate graph images.
Michael Tremer [Sat, 25 Aug 2012 11:22:31 +0000 (11:22 +0000)] 
Add CollectyClient to generate graph images.

11 years agocollectyd: Accept -d for debugging mode. Read configuration files.
Michael Tremer [Tue, 21 Aug 2012 18:05:55 +0000 (18:05 +0000)] 
collectyd: Accept -d for debugging mode. Read configuration files.

11 years agoAdd systemd unit file.
Michael Tremer [Tue, 21 Aug 2012 17:38:06 +0000 (17:38 +0000)] 
Add systemd unit file.

11 years agoAdd transifex configuration.
Michael Tremer [Wed, 8 Aug 2012 09:40:28 +0000 (09:40 +0000)] 
Add transifex configuration.

11 years agoAvoid unnecessary updates of the pot file.
Michael Tremer [Wed, 8 Aug 2012 09:40:00 +0000 (09:40 +0000)] 
Avoid unnecessary updates of the pot file.

11 years agoImport German translation.
Michael Tremer [Wed, 8 Aug 2012 09:38:43 +0000 (09:38 +0000)] 
Import German translation.

11 years agoAdd translation stuff.
Michael Tremer [Wed, 8 Aug 2012 08:55:25 +0000 (08:55 +0000)] 
Add translation stuff.

11 years agoWrite all data to disk on SIGUSR1.
Michael Tremer [Sun, 5 Aug 2012 19:07:11 +0000 (19:07 +0000)] 
Write all data to disk on SIGUSR1.

11 years agoentropy: New plugin.
Michael Tremer [Sun, 5 Aug 2012 10:36:49 +0000 (10:36 +0000)] 
entropy: New plugin.

Collects the amount of kernel entropy.

11 years agoReplace those complicated wait construct by a efficient Timer class.
Michael Tremer [Sat, 4 Aug 2012 17:13:20 +0000 (17:13 +0000)] 
Replace those complicated wait construct by a efficient Timer class.

Timer is a low-resolution timeout system that lets us have
long timeouts very energy-efficient and interuptable.

11 years agoLet the main thread regularly submit all data to disk.
Michael Tremer [Sat, 4 Aug 2012 16:20:50 +0000 (16:20 +0000)] 
Let the main thread regularly submit all data to disk.

11 years agomemory: Update plugin.
Michael Tremer [Sat, 4 Aug 2012 15:51:55 +0000 (15:51 +0000)] 
memory: Update plugin.

11 years agomemory: Update plugin.
Michael Tremer [Sat, 4 Aug 2012 15:44:22 +0000 (15:44 +0000)] 
memory: Update plugin.

11 years agocpu: Automatically create one instance.
Michael Tremer [Sat, 4 Aug 2012 15:43:48 +0000 (15:43 +0000)] 
cpu: Automatically create one instance.

11 years agoEnable plugins to automatically create instances of them.
Michael Tremer [Sat, 4 Aug 2012 15:42:12 +0000 (15:42 +0000)] 
Enable plugins to automatically create instances of them.

So, we have some kind of autoconfiguration for the most things.

11 years agoAdd constants file.
Michael Tremer [Sat, 4 Aug 2012 14:41:48 +0000 (14:41 +0000)] 
Add constants file.

11 years agoFormat log messages, so one can see the origin of the message.
Michael Tremer [Sat, 4 Aug 2012 14:40:57 +0000 (14:40 +0000)] 
Format log messages, so one can see the origin of the message.

11 years agoGet rid of python-daemon. Properly handle signals.
Michael Tremer [Sat, 4 Aug 2012 14:23:48 +0000 (14:23 +0000)] 
Get rid of python-daemon. Properly handle signals.

11 years agoUpdate the CPU plugin for new schema.
Michael Tremer [Sat, 4 Aug 2012 12:36:28 +0000 (12:36 +0000)] 
Update the CPU plugin for new schema.

11 years agoplugins: Restructure the plugin concept.
Michael Tremer [Sat, 4 Aug 2012 12:36:08 +0000 (12:36 +0000)] 
plugins: Restructure the plugin concept.

11 years agoAdd some basic logging.
Michael Tremer [Sat, 4 Aug 2012 12:35:38 +0000 (12:35 +0000)] 
Add some basic logging.

11 years agoFix installation.
Michael Tremer [Sat, 4 Aug 2012 10:27:44 +0000 (10:27 +0000)] 
Fix installation.

11 years agoplugins: Split all plugins into separate files.
Michael Tremer [Sat, 4 Aug 2012 10:21:52 +0000 (10:21 +0000)] 
plugins: Split all plugins into separate files.

11 years agoCreate an i18n submodule.
Michael Tremer [Sat, 4 Aug 2012 09:53:57 +0000 (09:53 +0000)] 
Create an i18n submodule.

11 years agoAdd proper license headers.
Michael Tremer [Fri, 3 Aug 2012 14:03:12 +0000 (14:03 +0000)] 
Add proper license headers.

14 years agoDocumentation updates.
Michael Tremer [Tue, 17 Nov 2009 08:51:13 +0000 (09:51 +0100)] 
Documentation updates.

14 years agoAdd ability to run as a daemon.
Michael Tremer [Tue, 17 Nov 2009 08:48:50 +0000 (09:48 +0100)] 
Add ability to run as a daemon.

14 years agocolletcyd: Some code cleanup and commenting.
Michael Tremer [Tue, 17 Nov 2009 08:21:38 +0000 (09:21 +0100)] 
colletcyd: Some code cleanup and commenting.

No functional changes.

14 years agoAdd some command line flags and help.
Michael Tremer [Sun, 11 Oct 2009 23:14:48 +0000 (01:14 +0200)] 
Add some command line flags and help.

Run collectyd --help for more information
about the usage.

14 years agoTrivial code improvement. No functional change.
Michael Tremer [Sun, 11 Oct 2009 22:57:09 +0000 (00:57 +0200)] 
Trivial code improvement. No functional change.

14 years agoAdd a .gitignore file.
Michael Tremer [Sun, 11 Oct 2009 22:56:00 +0000 (00:56 +0200)] 
Add a .gitignore file.

14 years agoFix file permission.
Michael Tremer [Sun, 11 Oct 2009 22:54:36 +0000 (00:54 +0200)] 
Fix file permission.

14 years agoTODO: Add plugin wishlist.
Michael Tremer [Wed, 30 Sep 2009 18:30:21 +0000 (20:30 +0200)] 
TODO: Add plugin wishlist.

14 years agoAdd "make dist" target. 0.0.1
Michael Tremer [Tue, 22 Sep 2009 12:27:17 +0000 (14:27 +0200)] 
Add "make dist" target.

This will save a tarball of the actual HEAD.

14 years agoAdd further documentation.
Michael Tremer [Sun, 6 Sep 2009 18:56:20 +0000 (20:56 +0200)] 
Add further documentation.

14 years agoAdd license information.
Michael Tremer [Sun, 6 Sep 2009 18:49:52 +0000 (20:49 +0200)] 
Add license information.

14 years agoInitial checkin.
Michael Tremer [Sun, 6 Sep 2009 18:33:58 +0000 (20:33 +0200)] 
Initial checkin.