src/collectd.c: Write a more informative error message if looking up the FQDN fails.
[collectd.git] / src /
2008-02-19 Florian Forstersrc/collectd.c: Write a more informative error message...
2008-02-18 Florian Forstersrc/configfile.c: Fix another access of free'd memory.
2008-02-18 Florian Forsterliboconfig: Make sure that option-strings can always...
2008-02-18 Florian Forsterexec plugin: Removed the Nagios logic from the plugin.
2008-02-18 Florian ForsterMerge branch 'collectd-4.2'
2008-02-18 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-02-18 Florian ForsterMerge branch 'sh/hddtemp'
2008-02-18 Sebastian Harlhddtemp plugin, collectd.conf(5): Added "TranslateDevic...
2008-02-18 Florian Forsterrrdtool plugin: Sort the list of user defined `RRATimes...
2008-02-18 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-02-17 Sebastian Harlperl plugin: Do not abort while preparing the stack...
2008-02-17 Sebastian Harlcollectd.conf(5): Added a note that libvirt's RefreshIn...
2008-02-17 Sebastian HarlUpdated collectd.conf.in.
2008-02-11 Florian Forsterexec plugin: Changed the format in which notifications... collectd-4.3.0beta1
2008-02-11 Florian Forsterexec plugin: Disabled the `NagiosExec' option.
2008-02-11 Florian Forstercollectd.conf(5), ChangeLog: Documented the new `Includ...
2008-02-11 Florian Forstersrc/configfile.c: Use wordexp(3) to expand shell wildca...
2008-02-09 Florian Forstersrc/utils_ignorelist.c: Remove an annoying debug message.
2008-02-09 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-02-09 Sebastian Harlcollectd(1), README: Document notifications and related...
2008-02-09 Sebastian Harlcollectdmon(1): Added a section about supported signals.
2008-02-09 Florian Forstersrc/configfile.c: Extend the `Include' statement to...
2008-02-04 Sebastian Harlplugin.c: Use an AVL tree to store the data sets.
2008-02-04 Sebastian Harlexec plugin: Fixed a possible (though very improbable...
2008-02-04 Sebastian Harlperl.c: Unregister notifications in perl_shutdown().
2008-02-04 Sebastian Harlperl plugin: Fixed a bug in Collectd::plugin_unregister...
2008-02-04 Sebastian Harlcollectd-perl(5): Added documentation for the notificat...
2008-02-04 Sebastian Harlperl plugin: Exported plugin_dispatch_notification...
2008-02-04 Sebastian Harlperl plugin: Added support to dispatch notifications...
2008-01-23 Florian ForsterMerge branch 'collectd-4.2'
2008-01-23 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-23 Florian Forsternetwork plugin: Have two different threads for handling...
2008-01-23 Florian ForsterCollectd::Unixsock: Added license information.
2008-01-23 Florian Forstersrc/utils_threshold.c: Implemented `warning' and `failu...
2008-01-23 Florian Forsterlogfile plugin: Only print the host field (and other...
2008-01-23 Florian Forsterexec plugin: Implemented the `PUTNOTIF' command for...
2008-01-23 Florian ForsterMerge branch 'collectd-4.2'
2008-01-23 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-23 Florian Forstercollectd-unixsock(5): Copied Sebastian's additions...
2008-01-23 Florian Forstercollectd-unixsock(5): Documented the PUTNOTIF command.
2008-01-23 Florian ForsterMerge branch 'collectd-4.1' of octo@verplant.org:/var...
2008-01-23 Florian Forstersrc/common.h: Fixed many typos in the header file.
2008-01-23 Florian Forsterunixsock plugin: Imported the new `putnotif' command...
2008-01-23 Florian Forstersrc/utils_cmd_putnotif.[ch]: Added a new module which...
2008-01-23 Florian Forstersrc/liboconfig/parser.y: Updated copyright information.
2008-01-23 Florian Forstersrc/{common,network}.[ch]: Updated copyright information.
2008-01-23 Florian Forsternetwork plugin: Added support for sending and receiving...
2008-01-23 Florian Forstersrc/utils_threshold.c: Check that the <Threshold> block...
2008-01-23 Florian Forsterliboconfig: Allow the argument list of blocks to be...
2008-01-23 Florian Forstercollectd: Added ``associative'' members to the notifica...
2008-01-23 Florian Forstercollectd.conf(5), collectd-exec(5): Documented the...
2008-01-22 Sebastian HarlFixed some compiler warnings identified by gcc's -Wextr...
2008-01-22 Florian Forsterapache plugin: Improved some error messages and fixed...
2008-01-22 Sebastian Harlapache plugin: Do not initialize the plugin if no URL...
2008-01-21 Florian ForsterMerge branch 'pull/master'
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'pull/collectd-4.2' into collectd-4.2
2008-01-21 Florian ForsterMerge branch 'ff/manpage'
2008-01-21 Sebastian Harltypes.db(5): Added a manpage documenting the format...
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-21 Sebastian Harlcollectd-exec(5): Improved description of the value...
2008-01-21 Florian Forstercollectd-exec(5): Documented the changes due to notific...
2008-01-21 Sebastian HarlAdded support for more than one TypesDB file.
2008-01-21 Florian ForsterMerge branch 'pull/master'
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2 collectd-4.2.4
2008-01-21 Sebastian Harlnetwork plugin: Made network_receive() static. collectd-4.1.6
2008-01-21 Sebastian Harllogfile plugin: Added Florian to the list of copyright...
2008-01-21 Sebastian Harlcollectd-perl(5): Added a note about submitting plugins.
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-21 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
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...
next