collectd.git
2018-07-02 kevin-laatz... Merge branch 'master' into fix_deprecated_func
2018-07-02 Pavel Rochnyackstatsd: Improve error reporting
2018-06-29 Pavel RochnyakMerge pull request #2844 from elfiesmelfie/fix_snmp_agent
2018-06-27 Kevin Laatzdpdk: fix clang issue for deprecated function patch
2018-06-27 Pavel Rochnyackcleanup: Remove excessive error reporting
2018-06-27 collectd botAuto-Merge pull request #2838 from rpv-tomsk/collectd...
2018-06-27 Pavel RochnyakMerge pull request #2831 from elieyal/patch-3
2018-06-27 Pavel RochnyakMerge pull request #2834 from rpv-tomsk/plugin-context...
2018-06-27 Pavel Rochnyackredis plugin: Report keyspace hitratio
2018-06-26 Ruben KerkhofMerge pull request #2837 from abays/fix-collectd-tg...
2018-06-26 elieyalUpdated change from debug to error
2018-06-25 Kevin Laatzdpdk: fix deprecation warning
2018-06-25 Andrew BaysUse CLOCK_REALTIME for collectd-tg times (fixes issue...
2018-06-22 elieyalrevert back to DEBUG
2018-06-22 elieyalchenged debug to error message
2018-06-22 Pavel Rochnyacknotify_email: Include all notification parameters into...
2018-06-22 collectd botAuto-Merge pull request #2833 from rpv-tomsk/plugin...
2018-06-22 Pavel Rochnyackcleanup: cf_util_get* instead of local copy in plugins...
2018-06-21 elieyalremoved some detaild in the BindAddress documentation
2018-06-21 Pavel Rochnyacksnmp_agent: Try to fix tests
2018-06-21 elieyal network plugin: Added documentation to BindAddress...
2018-06-21 elieyalFixed all comments by @rubenk
2018-06-20 elieyalFixed leak and hint
2018-06-20 Mozejko, MarcinXSNMP Agent plugin: Fix coverity issues
2018-06-20 Pavel RochnyakMerge pull request #2821 from rpv-tomsk/plugin-context...
2018-06-20 Pavel Rochnyackplugin_mmock.c: Added daemon_log()
2018-06-20 Pavel Rochnyackcommon.c: Use plugin-name prefixed error reporting
2018-06-20 elieyalupddated correct file
2018-06-20 elieyalFixed additional comments
2018-06-20 Pavel Rochnyackcore: Introduced daemon_log() for messages prefixed...
2018-06-20 Pavel Rochnyackbind plugin: Switched to use of cf_util_get_boolean...
2018-06-20 Pavel Rochnyackconfigfile.c: Use plugin name from plugin context in...
2018-06-20 Pavel RochnyackUpdated codestyle
2018-06-20 Florian Forstersrc/daemon/plugin.[ch]: Add the plugin name to the...
2018-06-19 Pavel Rochnyackredis plugin: Fix memleak
2018-06-19 Ruben KerkhofReset LDFLAGS before testing for strtok_r
2018-06-19 collectd botAuto-Merge pull request #2826 from rpv-tomsk/collectd...
2018-06-19 elieyalFixed all comments
2018-06-19 Pavel RochnyakMerge pull request #2819 from rpv-tomsk/snmp-fix-2291-1
2018-06-19 Pavel Rochnyacksnmp_agent: Try to fix tests
2018-06-19 Pavel Rochnyacksnmp_agent: Try to fix tests
2018-06-19 Pavel Rochnyacksnmp_agent: Remove structure initialization
2018-06-19 Pavel Rochnyackredis plugin: Added option ReportCpuUsage for reported...
2018-06-19 Pavel Rochnyacksnmp_agent: Replace strndup() with internal implementation
2018-06-18 Pavel Rochnyackredis plugin: Simplified commands statistics parser
2018-06-18 Pavel Rochnyackredis plugin: Added commands statistics reporting
2018-06-18 Pavel Rochnyackredis plugin: report CPU usage
2018-06-18 elieyalAdd Bind Address option
2018-06-17 Pavel Rochnyackredis plugin: Reworked to use plugin_register_complex_r...
2018-06-17 Pavel Rochnyackredis plugin: Implemented persistent connections
2018-06-17 Pavel Rochnyackwrite_redis plugin: Fixed bug of Timeout option
2018-06-17 Pavel Rochnyackredis plugin: Report query errors
2018-06-17 Pavel Rochnyackredis plugin: Update documentation
2018-06-17 Pavel Rochnyackredis plugin: Change text of some error messages
2018-06-17 Pavel Rochnyackredis plugin: Check for / report connection errors
2018-06-17 Pavel Rochnyackredis plugin: Fixed bug of Timeout option
2018-06-17 collectd botAuto-Merge pull request #2825 from rpv-tomsk/collectd...
2018-06-17 Pavel Rochnyackrrdtool plugin: Added more error reporting
2018-06-16 collectd botAuto-Merge pull request #2822 from rpv-tomsk/issue-976
2018-06-16 Pavel Rochnyackntpd plugin: Added new refclock_names
2018-06-16 Pavel Rochnyackntpd plugin: Don't treat normal peers as refclocks.
2018-06-15 Pavel Rochnyacksnmp plugin: Updated documentation for 'Ignore' option
2018-06-15 Pavel Rochnyacksnmp plugin: polished a code
2018-06-15 Pavel Rochnyacksnmp plugin: Removed newly-added 'suffix skipped' notice
2018-06-15 Pavel Rochnyacksnmp plugin: FilterOID option implementation
2018-06-15 Pavel Rochnyacksnmp plugin: HostOID option implementation
2018-06-15 Pavel Rochnyacksnmp plugin: Replace reserved chars in hostname value
2018-06-14 Pavel Rochnyacksnmp plugin: added NOTICE when suffix (row of values...
2018-06-14 Pavel Rochnyacksnmp plugin: Implemented HostnameOID option
2018-06-14 Pavel Rochnyacksnmp plugin: Refactored filling cells of table
2018-06-14 Pavel Rochnyacksnmp plugin: Rename types and fields to more common...
2018-06-14 Pavel Rochnyacksnmp plugin: codestyle
2018-06-14 Pavel Rochnyacksnmp plugin: Pass variable to csnmp_instance_list_add()
2018-06-14 Pavel Rochnyacksnmp plugin: Added types into list of requested snmp...
2018-06-14 Pavel RochnyakMerge pull request #2817 from rpv-tomsk/snmp-fix-2291-1
2018-06-13 Pavel Rochnyacksnmp plugin: Implemented new configuration options
2018-06-13 Pavel Rochnyackdocs: Fix typo
2018-06-12 Pavel Rochnyacksnmp plugin: Allow to set plugin value in reported...
2018-06-09 collectd botAuto-Merge pull request #2813 from rpv-tomsk/master
2018-06-09 Pavel Rochnyackconfig parser: Improved error reporting on global options
2018-06-09 Pavel Rochnyackperl plugin: Restore missing include of "collectd.h"
2018-06-08 Ruben KerkhofMerge pull request #2702 from elfiesmelfie/feat_snmp_agent
2018-06-08 Mozejko, MarcinXSNMP Agent plugin: Fix minor issues
2018-06-07 Ruben KerkhofMerge pull request #2804 from rubenk/remove-poison
2018-06-07 Ruben KerkhofMerge pull request #2808 from elfiesmelfie/fix_virt_sha...
2018-06-06 Mozejko, MarcinXSNMP Agent plugin: Fix compability with netsnmp library...
2018-06-06 Sean CampbellRefactor collectd binary to separate Unix-specific...
2018-06-06 Antoine Naudsrc/virt.c: Fix one -Wshadow type warning
2018-06-04 Mozejko, MarcinXSNMP Agent plugin: Fix - not every OID is unregistered...
2018-06-04 Mozejko, MarcinXSNMP Agent plugin: Fix klockwork issues
2018-06-04 Mozejko, MarcinXSNMP Agent plugin: Redesign way of registering OIDs
2018-06-04 Mozejko, MarcinXSNMP Agent plugin:
2018-06-04 Mozejko, MarcinXSNMP Agent plugin: Add multiple key index support
2018-06-04 Mozejko, MarcinXSNMP Agent plugin:
2018-06-04 Ruben KerkhofStop poisoning function in debug mode
2018-06-03 Ruben Kerkhofprocesses plugin: const correctness
2018-06-03 Ruben Kerkhofintel_rdt plugin: const correctness
2018-06-03 Ruben Kerkhofceph plugin: fix a few format specifiers
2018-06-01 Ruben Kerkhofsnmp_agent plugin: fix a few conversion warnings
2018-06-01 Ruben Kerkhofmemcached plugin: fix implicit conversion warning
next