src/utils_cmd_putval.[ch]: Allow identifiers to include spaces.
[collectd.git] / src /
2008-08-27 Florian Forstersrc/utils_cmd_putval.[ch]: Allow identifiers to include...
2008-08-27 Florian Forstersnmp plugin: Fix an off by one error.
2008-08-27 Florian Forstersrc/utils_cmd_getval.[ch]: Fix handling of identifiers...
2008-08-27 Florian Forstersrc/utils_parse_option.[ch]: Add `parse_string'.
2008-08-27 Florian Forstersrc/collectd.conf.in: Add the filecount plugin.
2008-08-27 Florian ForsterMerge branch 'collectd-4.4'
2008-08-27 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-27 Florian Forstercollectd.conf(5): onewire plugin: Added a note about...
2008-08-27 Florian Forstercollectd.conf(5): onewire plugin: Mark the `Device...
2008-08-27 Florian Forsteronewire plugin: Remove the "Alias" config option.
2008-08-27 Florian Forsteronewire plugin: Imported the code for DS2409 hubs.
2008-08-27 Florian Forstercollectd.conf(5), README: Added a note that the onewire...
2008-08-26 Sebastian Harlpostgresql plugin: Check for and report query redefinit...
2008-08-26 Sebastian Harlpostgresql plugin: Check for and report MinPGVersion...
2008-08-26 Sebastian Harlpostgresql plugin: Disable queries that do not include...
2008-08-26 Sebastian Harlcollectd.conf(5): Documented the postgresql {Min,Max...
2008-08-26 Sebastian Harlpostgresql_default.conf: Split "queries" query into...
2008-08-26 Sebastian Harlpostgresql_default.conf: Limit query "table_states...
2008-08-26 Sebastian Harlpostgresql plugin: Added {Min,Max}PGVersion configurati...
2008-08-26 Sebastian Harlpostgresql plugin: Renamed config_set() to config_set_s().
2008-08-26 Sebastian Harlcollectd.conf.in: Moved logging plugins to the top...
2008-08-26 Sebastian Harlcollectd-perl(5): Document the <Plugin> configuration...
2008-08-26 Sebastian Harlperl plugin: Added "<Plugin>" configuration block.
2008-08-26 Sebastian Harlperl plugin: Re-get the perl interpreter after parsing...
2008-08-26 Sebastian Harlconfigure.in, filecount.c: Removed all left-over occurr...
2008-08-25 Florian Forstercollectd.conf(5): Fix an example for the tail plugin.
2008-08-25 Florian ForsterMerge branch 'master' of /var/lib/git/collectd
2008-08-25 Florian Forstermemcached plugin: Wait for a *little* longer for the...
2008-08-25 Florian Forsterfilecount plugin: Make absolutely sure `status' is...
2008-08-24 Florian Forstercollectd.conf(5): Documented the filecount plugin.
2008-08-24 Florian ForsterBuild system: Renamed the qmail plugin to filecount.
2008-08-24 Florian Forsterfilecount plugin: Substitute slashes with underscores.
2008-08-23 Florian Forsterfilecount plugin: Renamed the `qmail' plugin to `fileco...
2008-08-23 Florian Forsterqmail plugin: Made the counting of files more generalized.
2008-08-23 Florian Forstersrc/common.[ch]: Pass user data to `walk_directory'.
2008-08-22 Florian Forsterrrdtool plugin: Implemented the `WritesPerSecond' option.
2008-08-21 Florian ForsterMerge branch 'master' of git://git.verplant.org/collectd
2008-08-21 Florian ForsterMerge branch 'collectd-4.4'
2008-08-21 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-21 Florian Forstersrc/plugin.c: Fix indentation.
2008-08-21 Mohammad Ebrahim... collectd-exec(5): Fix two typos.
2008-08-21 Florian Forstersrc/plugin.c: Include the shared object when reporting...
2008-08-21 Sebastian HarlReplaced plugin_flush_all(t) with plugin_flush(NULL...
2008-08-21 Sebastian Harlsrc/plugin.[ch]: Removed legacy function plugin_flush_o...
2008-08-21 Sebastian Harlperl plugin: Pass on identifiers to Perl flush callbacks.
2008-08-21 Sebastian Harlcollectd-perl(5): Added a note about the stability...
2008-08-21 Sebastian Harlperl plugin, Collectd.pm: Added support for flushing...
2008-08-21 Florian Forstersrc/utils_parse_option.c: Check for the terminating...
2008-08-21 Florian Forsterunixsock plugin et alii: Allow passing of arbitrary...
2008-08-20 Florian Forstersrc/plugin.c: Reduced `plugin_flush_one' to a tiny...
2008-08-20 Florian Forstersrc/plugin.c: Pass a second argument to the `flush...
2008-08-20 Florian Forstersrc/plugin.c: Fix an endless loop in `plugin_flush'.
2008-08-20 Florian Forstermemcached plugin: Remove an unused variable.
2008-08-20 Florian ForsterMerge branch 'collectd-4.4'
2008-08-20 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-19 Florian Forstermemcached plugin: Fix a possible file descriptor leak.
2008-08-19 Florian ForsterMerge branch 'ph/ipmi'
2008-08-19 Florian ForsterAUTHORS, ipmi plugin: Added Peter Holik as copyright...
2008-08-19 Peter Holikcollectd.conf(5): Added documentation for the ipmi...
2008-08-19 Peter Holikcollectd.conf(5): Added documentation for the ipmi...
2008-08-19 Peter Holikipmi plugin: Send notifications upon `not present'...
2008-08-19 Peter Holikipmi plugin: Send notifications upon added/removed...
2008-08-19 Peter Holikipmi plugin: Rename IPMI sensors so names are unique.
2008-08-19 Sebastian Harlpostgresql plugin: Added support for protocol versions...
2008-08-19 Sebastian Harlpostgresql plugin: Fixed determination of 'max_params_num'.
2008-08-19 Sebastian Harlpostgresql plugin: Added "disk_usage" query.
2008-08-19 Sebastian Harlpostgresql_default.conf, postgresql plugin: Split defau...
2008-08-19 Sebastian Harlsrc/common.h: Make sfree() usable like a function.
2008-08-19 Sebastian Harlsrc/Makefile.am: Check for POD errors in the generated...
2008-08-19 Sebastian Harlcollectd(1), collectd{-exec,.conf}(5): Fixed some minor...
2008-08-19 Florian ForsterMerge branch 'collectd-4.4'
2008-08-19 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-19 Florian Forsterbuild system: Check for `kvm_nlist'.
2008-08-19 Florian ForsterMerge branch 'ms/tcpconns'
2008-08-19 Florian Forsterbuild system: Check for `kvm_getprocs'.
2008-08-19 Florian ForsterMerge branch 'collectd-4.4'
2008-08-19 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-19 Florian ForsterMerge branch 'collectd-4.3' of /var/lib/git/collectd...
2008-08-19 Florian Forsterbuild system: Define which version of libkvm has been...
2008-08-19 Florian Forstertcpconns plugin: Removed legacy variables.
2008-08-18 Florian Forstertcpconns plugin: Fix another format string.
2008-08-18 Florian Forstertcpconns plugin: Various fixes for OpenBSD.
2008-08-18 Florian Forsterbuild system: Added OpenBSD specific behavior for the...
2008-08-18 Michael Stapelbergtcpconns plugin: Add compatibility for OpenBSD.
2008-08-18 Florian Forstertcpconns plugin: Fix formatstrings.
2008-08-18 Florian Forstersnmp plugin: Fix a possible memory leak.
2008-08-12 Florian ForsterMerge branch 'collectd-4.4'
2008-08-12 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-12 Florian Forstersnmp plugin: Issue an error if an instance name is...
2008-08-12 Peter Holiksrc/utils_threshold.c: Free allocated memory before...
2008-08-11 Michael Stapelbergmemory plugin: The variable is named cache, not cached...
2008-08-11 Boian Berberovconfigure.in: Look for ip_vs.h in the kernel sources.
2008-07-24 Florian Forstersrc/Makefile.am: Add `postgresql_default.conf' to ...
2008-07-24 Sebastian Harlcollectd.conf(5): Documented the support for custom...
2008-07-24 Sebastian Harlpostgresql plugin: Moved pg_stat_database query to...
2008-07-24 Sebastian Harlpostgresql plugin: Fixed the expansion of the "hostname...
2008-07-24 Sebastian Harlpostgresql plugin: Added support for passing parameters...
2008-07-24 Sebastian Harlpostgresql plugin: Define default queries in a configur...
2008-07-24 Sebastian Harlpostgresql plugin: Added support for custom queries.
2008-07-24 Sebastian Harlpostgresql plugin: Split off memory management into...
next