openldap: properly free allocated resources on transient errors
openldap: remove unused element from ldap_s struct
openldap: Remove custom string/bool/int config functions.
Roughly the equivalent of e4ab153f9, as this part of the code was copied
from the apache plugin.
Roughly the equivalent of e4ab153f9, as this part of the code was copied
from the apache plugin.
openldap: initialize StartTLS option to it's default value
openldap: documentation improvements
openldap: coding style consistency
openldap: prefer using ldap_err2string() over sstrerror()
openldap: add missing support for "Timeout" config option
openldap: initialize LDAP library before collectd goes multi-threaded
openldap: terminate attrs array with NULL
... as mentioned in ldap_search_ext_s(3). This fixes a segfault when
building with -O2.
... as mentioned in ldap_search_ext_s(3). This fixes a segfault when
building with -O2.
openldap: use ldap_unbind_ext_s() to avoid memory leak
... as ldap_destroy() is only available in newer libldap versions.
... as ldap_destroy() is only available in newer libldap versions.
openldap: revert change leading to use of uninitialised variable
this was preventing build with -Wall
this was preventing build with -Wall
openldap: move config-handling functions after ldap_read_host()
This prevents the need for a dummy ldap_read_host() declaration.
This prevents the need for a dummy ldap_read_host() declaration.
openldap: coding style consistency
openldap: fix double-free error on shutdown
This is already handled by ldap_unbind_ext_s() on line 739
This is already handled by ldap_unbind_ext_s() on line 739
openldap: prepend function names with ldap_ to avoid confusion with apache plugin
openldap: monitor every BDB-based database's cache
openldap: add threads monitoring
openldap: fix leak when reading from server fails
openldap: fix typo preventing PDU stats from getting collected
openldap: note starttls in the doc
new plugin: openldap
Merge branch 'feature/ZOL'
Conflicts:
configure.ac
Conflicts:
configure.ac
Merge remote-tracking branch 'github/pr/706'
Conflicts:
src/write_riemann.c
Conflicts:
src/write_riemann.c
Small naming conventions fixes, let the user to choose its delimiter
s/appended/used/ according to PR 706
Merge remote-tracking branch 'github/pr/711'
Merge pull request #712 from tas50/master
Fix spelling and split words where appropriate in readme / authors
Fix spelling and split words where appropriate in readme / authors
Fix spelling and split words where appropriate in readme / authors
Statsd: support samplerate field in timing metric types
Fixes "Unable to parse line" bug, often seen receiving stats from
OpenStack Swift. Should fix GH issue #461
Fixes "Unable to parse line" bug, often seen receiving stats from
OpenStack Swift. Should fix GH issue #461
Merge branch 'collectd-5.4'
Conflicts:
configure.ac
src/curl_json.c
src/lvm.c
src/write_riemann.c
Conflicts:
configure.ac
src/curl_json.c
src/lvm.c
src/write_riemann.c
Merge branch 'collectd-5.3' into collectd-5.4
Conflicts:
contrib/redhat/collectd.spec
Conflicts:
contrib/redhat/collectd.spec
Merge branch 'collectd-4.10' into collectd-5.3
curl_xml plugin: Fixed tautological pointer comparison error.
Fixes: http://bugs.debian.org/758481
Signed-off-by: Florian Forster <octo@collectd.org>
Fixes: http://bugs.debian.org/758481
Signed-off-by: Florian Forster <octo@collectd.org>
rename prefix variable to eventServicePrefix
check the status of cf_util_get_string
ignore EventServicePrefix when its empty ("")
Add documentation about the plugin in the pod file
Fix indentation, change Prefix to EventServicePrefix
Merge remote-tracking branch 'github/pr/703'
handle prefix=null
refactor prefix feature - cast directly to service_buffer
[METRICS-383] Review fixes for octo
configure.ac: correct "if" condition altering generated example collectd.conf
[METRICS-383] Add documentation for write_tsdb
[METRICS-383] Default to counters, not rates. Remove unused config code.
[METRICS-383] Add Brett Hawn and Kevin Bowling to AUTHORS
add the prefix feature to the src
[METRICS-390] Make sure HostTags is initialized if not configured
[METRICS-390] Fix string handling for TSDB prefix and tags
[METRICS-390] Add tag writing from metadata using TSDB target_set patches
[METRICS-383] Add HostTags which adds tags for all metrics from this writer
Uncrustify write_tsdb
[METRICS-383] write_tsdb plugin
collectd.conf(5): add detail & example about multi-instance filterchain targets
Merge pull request #700 from timl/drbd_warning_fix
drbd plugin: Make the warning message more readable when /proc/drbd is m...
drbd plugin: Make the warning message more readable when /proc/drbd is m...
drbd plugin: Make the warning message more readable when /proc/drbd is missing
collectd.conf(5): fix typo
Merge pull request #694 from mfournier/kafka_missing_ifdef
write_kafka: avoid unused function build error
write_kafka: avoid unused function build error
src/utils_tail{,_match}.[ch]: Relicense to MIT license.
Date: Sun, 10 Aug 2014 07:11:04 -0700
From: "waynec@c-ware.com" <waynec@c-ware.com>
To: Luke Heberling <luke@ivylink.net>
Subject: Re: [octo@collectd.org: Relicensing collectd]
No objection. MIT licence is good with me.
- Wayne
Date: Sun, 10 Aug 2014 07:11:04 -0700
From: "waynec@c-ware.com" <waynec@c-ware.com>
To: Luke Heberling <luke@ivylink.net>
Subject: Re: [octo@collectd.org: Relicensing collectd]
No objection. MIT licence is good with me.
- Wayne
Merge branch 'ff/innodb'
snmp: free snmp_pdu struct allocated by snmp_pdu_create()
This should fix the leak reported in issue #610.
This should fix the leak reported in issue #610.
mysql plugin: Remove TODO comment, improve line wrapping.
mysql plugin: Document the InnodbStats option.
Resolves #248
Resolves #248
lvm: change vg_read() return value to void
To match function prototype change from 55cd1f9a and avoid conflict with
bugfix from 25d7de9.
To match function prototype change from 55cd1f9a and avoid conflict with
bugfix from 25d7de9.
lvm: Do not segfault when there are no VGs
Merge remote-tracking branch 'origin/pr/603'
Merge pull request #566 from timl/drbd
Collect drbd statistics on linux
Collect drbd statistics on linux
Merge pull request #540 from tokkee/configure
configure: Fixed check for libsigrok and AM_PATH_GLIB_2_0.
configure: Fixed check for libsigrok and AM_PATH_GLIB_2_0.
Merge pull request #689 from ymettier/ym/cd53_fix_tcpconns_inet_diag
Fix for 'linux/inet_diag.h: No such file or directory'
Fix for 'linux/inet_diag.h: No such file or directory'
RedHat RPM spec: add modbus plugin
... now that EPEL6 provides libmodbus
... now that EPEL6 provides libmodbus
write_kafka: avoid unused function build error
mysql plugin: adding select and sort counters
mysql plugin: adding innodb counters
Revert "lvm: Fix segfault if a VG contains no LVs"
Avoid merge conflict with 25d7de9 in 5.4 branch, per #603.
This reverts commit 45805cf888cda0e840d774f1d42cd21525a722ea.
Avoid merge conflict with 25d7de9 in 5.4 branch, per #603.
This reverts commit 45805cf888cda0e840d774f1d42cd21525a722ea.
Fix for 'linux/inet_diag.h: No such file or directory'
fix: use DOUBLE_TO_CDTIME_T() to match input type
... as strtod() returns a double not a time_t.
Follow-up to 7d1d59fb to match what ada80db25 does (currently in
master) and avoid a merge conflict.
... as strtod() returns a double not a time_t.
Follow-up to 7d1d59fb to match what ada80db25 does (currently in
master) and avoid a merge conflict.
add write_kafka to example config
add a conditional for the new dbi reentrant driver interface
ignore tests output
Merge pull request #312 from jazzmes/libvirt-mem-usage
Included memory usage per VM
Included memory usage per VM
Merge pull request #688 from mfournier/misc-build-cleanups
Misc build cleanups
Misc build cleanups
README: cleanup & consistency
* add 2 plugins missing from plugin list
* add 2 libraries missing from prerequisites section
* remove reference to bundled libiptc
* add a few missing references to plugins in the prerequisites section
* consistent quoting of plugin names
* wrap lines at column 80
* add 2 plugins missing from plugin list
* add 2 libraries missing from prerequisites section
* remove reference to bundled libiptc
* add a few missing references to plugins in the prerequisites section
* consistent quoting of plugin names
* wrap lines at column 80
Fixed memory leaks
Fixed memory leaks
Fixed memory leaks
enable logging for older versions of librdkafka
conditionally use rd_kafka_conf_set_log_cb, fixes #686
build system: correct warning about subdir-objects
This suppresses this category of warnings when running build.sh:
src/Makefile.am:NNN: warning: source file 'XXX' is in a subdirectory,
src/Makefile.am:NNN: but option 'subdir-objects' is disabled
This suppresses this category of warnings when running build.sh:
src/Makefile.am:NNN: warning: source file 'XXX' is in a subdirectory,
src/Makefile.am:NNN: but option 'subdir-objects' is disabled
build system: correct warning about 'INCLUDES'
This suppresses this warning when running build.sh:
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This suppresses this warning when running build.sh:
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
build: remove obsolete reference to bundled libiptc
Libiptc was removed 3 years ago in 99364c70, so this option to
./configure isn't of any use anymore.
Libiptc was removed 3 years ago in 99364c70, so this option to
./configure isn't of any use anymore.
Merge pull request #685 from teftin/curl-json-per-url-interval
per-url intervals for curl_json
per-url intervals for curl_json
Merge pull request #687 from txaj/fix-doc-postgresmodule-sslmode
Fixing misplaced block in documentation.
Fixing misplaced block in documentation.
Fixing misplaced block in documentation.
Merge pull request #654 from timl/fix_ttl_order
Fix ttl order
Fix ttl order
mistake, SAVE_LIBS="$LIBS" is correct.
patch required to build oracle plugin, collectd-5.4.0 (#653)
correctly generate LOAD_PLUGIN_LOG_LOGSTASH for substitution
Merge pull request #662 from komeda-shinji/fix-config-oracle
patch required to build oracle plugin, collectd-5.4.0 (#653)
patch required to build oracle plugin, collectd-5.4.0 (#653)
per-url intervals for curl_json
Merge branch 'fix-config-oracle' of https://github.com/komeda-shinji/collectd into fix-config-oracle