collectd-perl(5): Added a note about submitting plugins.
[collectd.git] / src /
2008-01-21 Sebastian Harlcollectd-perl(5): Added a note about submitting plugins.
2008-01-10 Florian ForsterMerge branch 'collectd-4.2'
2008-01-10 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-10 Florian Forstersrc/configfile.c: Updated the copyright notice for...
2008-01-10 Florian Forsterlibvirt plugin: Updated the copyright notice for 2008.
2008-01-10 Richard Joneslibvirt plugin: Fix the HostnameFormat option.
2008-01-09 Sebastian Harlcollectd.conf(5): Added a note about the availability...
2008-01-08 Florian ForsterMerge branch 'collectd-4.2'
2008-01-08 Florian Forstercollectd.conf(5): Fix a messed up merge.
2008-01-08 Florian ForsterMerge branch 'collectd-4.2'
2008-01-08 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-08 Florian Forstercollectd.conf(5): Documented the fact that the configur...
2008-01-08 Luke Heberlingcollectd.conf(5): Added a note about plugin loading...
2008-01-08 Florian Forstersrc/configfile.c: Improve the "Plugin `%s' did not...
2008-01-06 Evgeny Chukreevunixsock plugin: Actually set the permissions for the...
2007-12-28 Florian Forstersrc/utils_cache.c: Call `ut_check_interesting' before...
2007-12-28 Florian Forsterexec plugin: The execution of notification handling...
2007-12-28 Florian Forstersrc/utils_{cache,threshold}.c: Adapted to the new AVL...
2007-12-28 Florian ForsterMerge branch 'collectd-4.2'
2007-12-27 Sebastian Harlutils_mount.c: Fixed an unused variable warning on...
2007-12-27 Sebastian Harlsrc/Makefile.am: Use curl CFLAGS when building the...
2007-12-27 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2007-12-26 Florian Forstersensors plugin: While I was at it I reorganized the...
2007-12-25 Florian Forstersensors plugin: Implemented support for libsensors3.
2007-12-25 Florian Forsterexec plugin: Added the possibility to execute programs...
2007-12-23 Florian Forstersrc/utils_cache.c: Added the creation of an `OKAY'...
2007-12-23 Florian Forsterlogfile plugin: Added a notification plugin.
2007-12-23 Florian Forstersrc/plugin.c: Notification callbacks were added to...
2007-12-20 Florian Forstersrc/utils_cache.[ch]: Implemented uc_[gs]et_state to...
2007-12-19 Florian Forstersrc/utils_threshold.h: Documented the public functions.
2007-12-19 Florian Forstersrc/utils_threshold.c: Implemented the new `Persist...
2007-12-19 Florian Forstersrc/utils_threshold.c: Corrected and improved the handl...
2007-12-17 Florian Forstercollectd.conf(5): Wrote some more about the threshold...
2007-12-17 Florian Forstercollectd.conf(5): Started documenting the threshold...
2007-12-17 Florian Forsterutils_{cache,threshold}.[ch]: Implemented the ``check...
2007-12-15 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2007-12-15 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2007-12-15 Florian Forstersrc/utils_cache.[ch]: Added the `uc_check_timeout'...
2007-12-13 Florian ForsterMerge branch 'collectd-4.2'
2007-12-13 Luke Heberlingsrc/utils_avltree.[ch]: Change avl_insert to return...
2007-12-13 Luke Heberlingsrc/utils_avltree.c: Fix avl_get to work as documented.
2007-12-13 Luke Heberlingrc/utils_llist.c: Fix a bug in llist_prepend.
2007-12-13 Luke Heberlingcollectd.conf(5): Added a note about plugin loading...
2007-12-13 Luke Heberlinglogfile plugin: fix the `Timestamp' configuration option.
2007-12-13 Saulius Grigaliunasnginx plugin: Use strcmp rather than strcpy to compare...
2007-12-12 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2007-12-12 Luke Heberlingsrc/utils_llist.[ch]: Changed the semantic so module...
2007-12-09 Florian Forstersrc/plugin.[ch]: Removed the complain functions.
2007-12-09 Florian Forsteriptables plugin: Removed the `complain' stuff.
2007-12-09 Florian Forsterapcups plugin: Removed the `complain' stuff.
2007-12-09 Florian Forstercpu plugin: Removed the `complain' stuff.
2007-12-09 Florian Forsterdisk plugin: Removed the `complain' stuff.
2007-12-09 Florian ForsterMerge branch 'ps/reuse'
2007-12-09 Florian Forsterntpd plugin: Added the `ReverseLookups' option to disab...
2007-12-08 Florian ForsterMerge branch 'ps/reuse'
2007-12-08 Pavel Shramovnetwork plugin: Fix setsockopt for SO_REUSEADDR since...
2007-12-04 Florian ForsterMerge branch 'ps/reuse'
2007-12-04 Sebastian HarlUnmarked the perl plugin to be experimental.
2007-12-04 Sebastian Harlcollectd-perl(5): Replaced "BUGS" with "CAVEATS" section.
2007-12-04 Sebastian Harlperl plugin: Fixed a memory leak in pplugin_register_da...
2007-12-04 Sebastian Harlcollectdmon: Added SIGHUP handler to restart collectd.
2007-12-04 Sebastian Harlcollectdmon(1): Added manpage for collectdmon.
2007-12-04 Sebastian Harlcollectdmon: Added a small daemon monitoring collectd.
2007-11-29 Pavel Shramovnetwork plugin: Set SO_REUSEADDR on socket so multiple...
2007-11-24 Florian Forstersrc/utils_avltree.h: Improved the documentation.
2007-11-24 Sebastian Harllogfile plugin: Default to $localstatedir/log/collectd...
2007-11-24 Sebastian Harlcollectd.conf(5): Fixed some typos.
2007-11-21 Sebastian Harlperl plugin: Made global variables available to Perl...
2007-11-20 Sebastian Harlperl plugin: Improved some error messages.
2007-11-20 Sebastian Harlperl plugin: Shut down an ithread if the embedding...
2007-11-20 Sebastian Harlperl plugin: Fixed error in ithread shutdown loop.
2007-11-20 Sebastian Harlperl plugin: Execute END blocks in main thread only.
2007-11-20 Sebastian Harlsrc/Makefile.am: Add installation directory defines...
2007-11-20 Sebastian Harlcollectd-perl(5): Suggest the usage of -f when enabling...
2007-11-20 Sebastian HarlCollectd.pm: Improved error handling of failed callbacks.
2007-11-20 Sebastian Harlcollectd-perl(5): Updated documenation of plugin_regist...
2007-11-20 Sebastian Harlperl plugin: Removed newline from debugging output.
2007-11-20 Sebastian Harlperl plugin: Removed logging calls from call_by_name().
2007-11-20 Sebastian Harlperl plugin: Added Collectd::call_by_name().
2007-11-14 Sebastian Harlperl plugin: Added debugging output to display the...
2007-11-14 Sebastian Harlcollectd-perl(5): Fixed a typo.
2007-11-14 Sebastian Harlperl plugin: Added basic multi-threading support.
2007-11-14 Sebastian Harlperl plugin: Use PERL_NO_GET_CONTEXT.
2007-11-14 Sebastian Harlconfigure, perl plugin: Check for ithreads support.
2007-11-14 Florian Forsterrrdtool plugin: Fix a memory leak..
2007-11-13 Florian ForsterMerge branch 'ff/fqdn'
2007-11-13 Florian Forstercollectd: The new `FQDNLookup' option controls whether...
2007-11-10 Florian Forstersrc/utils_avltree.[ch]: Rename all types and functions...
2007-11-10 Florian Forstercsv plugin: Add the possibility to store rates of count...
2007-11-10 Florian Forstercollectd.conf(5): Renamed the `libvirtstats' plugin...
2007-11-10 Florian Forsterlibvirt plugin: Renamed the `libvirtstats' plugin to...
2007-11-08 Florian ForsterMerge branch 'collectd-4.2'
2007-11-08 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2007-11-08 Florian Forsterconfigure.in: Improved the detection of libxml2 and...
2007-11-08 Florian Forsterlibvirtstats plugin: Fix typos and other mistakes.
2007-11-07 Florian Forsterlibvirtstats plugin: Minor cleanups.
2007-11-07 Chris Lalancettesrc/Makefile.am: Fix "make dist" to include utils_thres...
2007-11-06 Richard Joneslibvirtstats plugin: Add the `HostnameFormat' option.
2007-11-06 Florian ForsterMerge branch 'rj/libvirtstats'
2007-11-06 Richard Joneslibvirtstats plugin: Added a plugin to collect virtual...
next