collectd.git
2009-07-30 Paul SadauskasAdd option to collectd.conf
2009-07-30 Paul Sadauskascollectd.conf(5): Add new config option.
2009-07-30 Paul Sadauskasdf plugin: Add option to report by mountpoint or devicename
2009-07-22 Florian Forstermatch_empty_counter plugin: Match for zero counter...
2009-07-22 Florian Forstersrc/utils_cache.[ch]: Add uc_get_history[_by_name].
2009-07-19 Florian ForsterMerge branch 'collectd-4.7'
2009-07-19 Florian ForsterChangeLog: Fix a typo.
2009-07-19 Florian ForsterBumped version to 4.7.2; Updated ChangeLog. collectd-4.7.2
2009-07-19 Florian ForsterMerge branch 'collectd-4.6' into collectd-4.7
2009-07-18 Florian ForsterBumped version to 4.6.4; Updated ChangeLog. collectd-4.6.4
2009-07-15 Florian ForsterMerge branch 'collectd-4.7'
2009-07-15 Florian ForsterMerge branch 'collectd-4.6' into collectd-4.7
2009-07-15 Florian Forstersrc/configfile.c: Warn if an unexpected block is found.
2009-07-12 Florian Forsterbuild.sh, version-gen.sh: Remove bashisms.
2009-07-11 Florian Forstersrc/collectd.conf.in: Fix a typo in tokyotyrant's sampl...
2009-07-11 Florian ForsterMerge branch 'ps/tokyotyrant'
2009-07-11 Florian Forstercollectd.conf(5): Improved markup of the tokyotyrant...
2009-07-11 Florian Forster.gitignore: Update the file.
2009-07-08 Florian Forstertokyotyrant plugin: Lookup service names (port names...
2009-07-08 Florian ForsterBuild system: Improve detection of the tokyotyrant...
2009-07-08 Florian Forstersrc/utils_cache.c: `ce' *is* written to in `c_avl_remove'.
2009-07-08 Matthew Sporledersrc/collectd.conf.in: Fix a typo.
2009-07-08 Florian Forstersrc/utils_cache.c: uc_check_timeout: Don't free a ...
2009-07-08 Paul Sadauskassrc/utils_cache.c: Add a missing `continue'.
2009-07-07 Florian Forstertokyotyrant plugin: Make DB handle `static'.
2009-07-07 Paul Sadauskas.gitignore: Add some *.o files.
2009-07-06 Paul Sadauskastokyotyrant plugin: Don't need to pass the db handle...
2009-07-06 Paul Sadauskastokyotyrant plugin: Only connect once.
2009-07-06 Paul Sadauskastokyotyrant plugin: Handle port config param as a string
2009-07-06 Paul SadauskasAdd some documentation for tokyotyrant to the collectd...
2009-07-06 Florian Forstercpu plugin: Fix a typo.
2009-07-06 Florian Forstersrc/utils_threshold.c: Change the percentage code so...
2009-07-06 Florian Forstercollectd.conf(5): Document the new `Percentage' option.
2009-07-06 Florian Forstersrc/utils_threshold.c: Fix a typo.
2009-07-06 Florian Forstersrc/utils_threshold.c: Add a percent sign to the minimu...
2009-07-06 Andrés J. Díazsrc/utils_threshold.c: Percentage support in thresholds
2009-07-06 Florian ForsterUpdate README and add Paul to the AUTHORS file.
2009-07-06 Paul SadauskasFix a bug with recording of port
2009-07-06 Paul SadauskasChanges suggested by Sebastian Harl.
2009-07-06 Paul SadauskasPlugin for monitoring TokyoTyrant
2009-07-06 Amit Guptamemcached plugin: Pass `ai_hints' to `getaddrinfo'.
2009-07-06 Florian ForsterMerge branch 'collectd-4.7'
2009-07-06 Florian ForsterMerge branch 'collectd-4.6' into collectd-4.7
2009-07-02 Sebastian Harlbindings/java/Makefile.am: Fully support $DESTDIR.
2009-07-02 Sebastian Harlsrc/Makefile: Link the ping plugin against libm.
2009-07-02 Sebastian Harlcollectd2html.pl: Added --recursive command line option.
2009-07-02 Ivan Shmakovcollectd2html.pl: Allow for --imgformat to be passed...
2009-07-01 Florian Forsterrrdcached plugin: Fix a typo.
2009-07-01 Florian Forsternetwork plugin: Cast data sources to their respective...
2009-07-01 Florian ForsterVarious plugins: Fix formatstring errors.
2009-07-01 Florian Forsterperl plugin: Improve handling of DERIVE and ABSOLUTE...
2009-07-01 Florian Forsterjava plugin: Improve handling of DERIVE and ABSOLUTE...
2009-07-01 Florian Forstercsv plugin: Improve handling of DERIVE and ABSOLUTE...
2009-07-01 Florian Forstercollectd-perl(5): Add the DERIVE and ABSOLUTE data...
2009-07-01 Florian Forstergmond plugin: Add the DERIVE and ABSOLUTE data source...
2009-07-01 Florian Forstercouchdb plugin: Add the DERIVE and ABSOLUTE data source...
2009-07-01 Florian Forstersrc/utils_cmd_putval.c: Use `parse_values'.
2009-07-01 Florian Forstersnmp plugin: Use `parse_value' instead of using a separ...
2009-07-01 Florian Forstersrc/plugin.c: Introduce the `DS_TYPE_TO_STRING' macro.
2009-07-01 Florian Forstersrc/common.c: Rewrite `parse_value'.
2009-07-01 Florian Forstersrc/utils_cache.c: Add the DERIVE and ABSOLUTE data...
2009-07-01 Florian Forstersrc/plugin.h: Use `int64_t' for `derive_t' and `uint64_...
2009-07-01 Florian Forsternetwork plugin: Add the DERIVE and ABSOLUTE data source...
2009-07-01 Florian Forstergmond plugin: Use `strtoull' to parse counter values.
2009-07-01 Florian Forstersrc/common.c: More reliable error reporting in `parse_v...
2009-07-01 Mariusz GronczewskiIntroduce the DERIVE and ABSOLUTE data source types.
2009-06-27 Florian Forsterconfigure.in: Add -rpath to JAVA_LDFLAGS.
2009-06-27 Florian Forstersrc/plugin.[ch]: Add meta data to value_list_t.
2009-06-27 Florian Forstersrc/meta_data.[ch]: Add a boolean type.
2009-06-20 Florian ForsterMerge branch 'collectd-4.6' into collectd-4.7
2009-06-20 Florian Forstersrc/utils_cache.c: Try to improve code readability.
2009-06-20 Andrés J. Díazsrc/utils_cache.c: Fix OKAY notifications for missing...
2009-06-20 Mirko Buffonisrc/Makefile.am: Link the `sensors' plugin against...
2009-06-20 Florian Forsterdns plugin: Improve debug message.
2009-06-02 Sebastian Harllibcollectdclient/client.c: Made sstrerror() static.
2009-06-02 Florian ForsterBumped version to 4.7.1; Updated ChangeLog. collectd-4.7.1
2009-06-02 Florian ForsterMerge branch 'collectd-4.6' into collectd-4.7
2009-06-02 Florian ForsterBumped version to 4.6.3; Updated ChangeLog. collectd-4.6.3
2009-05-31 Sebastian Harlconfigure: Include libganglia in the configuration...
2009-05-28 Sebastian HarlChangeLog: Fixed sorting of entries.
2009-05-28 Sebastian Harlconfigfile.c: Fixed Include'ing empty files.
2009-05-28 Florian Forsterjava plugin: Replace dots ('.') with slashes ('/')...
2009-05-28 Randy Rizunjava plugin: Use slashes rather than dots to lookup...
2009-05-27 Florian ForsterMerge branch 'collectd-4.7'
2009-05-27 Florian ForsterMerge branch 'collectd-4.6' into collectd-4.7
2009-05-27 Florian Forsterdns plugin: Fix a compile warning.
2009-05-27 Sebastian Harlcollectd.conf(5): Fixed alphabetic sorting of plugins.
2009-05-27 Sebastian Harlcollectd.conf(5): Mark {Min,Max}PGVersion as deprecated.
2009-05-27 Mirko Buffonidns plugin: Implement the `SelectNumericQueryTypes...
2009-05-27 Sebastian Harlcollectd.conf: Added a sample ipmi config block.
2009-05-27 Florian Forsterrrdtool plugin: If `flush' cannot find the requested...
2009-05-27 Andrés J. Díazsrc/utils_cache.c: Fix incorrect checking of persistent...
2009-05-27 Doug MacEachernDisable LFS flags to avoid 32-bit solaris sys/swap...
2009-05-27 Doug MacEachernconfigure.in: Add libyajl to Configuration/Libraries...
2009-05-27 Doug MacEachernconfigure.in: Add libmemcached to Configuration/Librari...
2009-05-24 Florian Forsterolsrd plugin: Include <netinet/tcp.h>.
2009-05-22 Florian ForsterMerge branch 'ff/olsrd'
2009-05-22 Florian Forstersrc/collectd.conf.in: Added the olsrd plugin.
2009-05-22 Florian Forstercollectd.conf(5): Added documentation about the olsrd...
2009-05-22 Florian ForsterMerge branch 'collectd-4.7'
next