s/appended/used/ according to PR 706
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
handle prefix=null
refactor prefix feature - cast directly to service_buffer
add the prefix feature to the src
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'
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
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.
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
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
mistake, SAVE_LIBS="$LIBS" is correct.
mistake
Enforce JSON as the default format on a topic
Merge pull request #684 from manuelluis/mlsr/aix-disable-multimeter
Disable plugin multimeter in AIX
Disable plugin multimeter in AIX
Merge pull request #673 from deferraz/master
Including DStypes GaugeInc and GaugeAdd for tail plugin
Including DStypes GaugeInc and GaugeAdd for tail plugin
Disable plugin multimeter in AIX
fix dstype gauge values and expands the number of possible subtypes
Merge pull request #683 from tmtom/barometer2
New barometer plugin
New barometer plugin
New barometer plugin
drbd plugin: Relicense to MIT license
Merge pull request #264 from ChrisLundquist/cl/perl-openvz
Improve OpenVZ.pm
Improve OpenVZ.pm
Merge pull request #313 from tiwilliam/master
Add two new options for the MySQL plugin
Add two new options for the MySQL plugin
Onewire plugin - support full owfs path, add more device families
Conflicts:
src/onewire.c
Conflicts:
src/onewire.c
Merge remote-tracking branch 'github/pr/682'
bindings/perl/lib/Collectd/Unixsock.pm: Relicense to MIT.
Merge pull request #681 from pyr/feature/use-collectd-hostname
Bring in hostname as defined in the main configuration by default
Bring in hostname as defined in the main configuration by default
Also relicense all of Pierre-Yves Ritschard's work to the MIT license.
collectd-tg: Fix license in usage output.
{GPL, other}: Relicense to MIT license.
This change relicenses all files where the sole owner(s) are Sebastian
Harl and/or Florian Forster to the MIT license. This change happens
according to prior agreement with Sebastian.
This change relicenses all files where the sole owner(s) are Sebastian
Harl and/or Florian Forster to the MIT license. This change happens
according to prior agreement with Sebastian.
drbd plugin: expand comments
Bring in hostname as defined in the main configuration by default
supersedes collectd/collectd#530
supersedes collectd/collectd#530
Merge pull request #655 from dothebart/statsd_fix_division_by_zero
Statsd: avoid doing a division by zero when calculating the average
Statsd: avoid doing a division by zero when calculating the average
Statsd: avoid doing a division by zero when calculating the percentile with an empty histogram.
Merge pull request #416 from udoprog/master
PUTNOTIF: Add the ability to populate meta options
PUTNOTIF: Add the ability to populate meta options
Merge pull request #252 from eokerson/vpnfixes
Add support for OpenVPN 2.3.0 status files.
Add support for OpenVPN 2.3.0 status files.
Merge pull request #680 from pyr/feature/older-conntrack-files
Support older conntrack files with an option
Support older conntrack files with an option
Support older conntrack files with an option
supersedes collectd/collectd#605
supersedes collectd/collectd#605
Merge pull request #385 from ccin2p3/libvirt-plugin-instance
libvirt plugin: Add "PluginInstanceFormat" option.
libvirt plugin: Add "PluginInstanceFormat" option.
Add final documentation for new libvirt plugin option PluginInstanceFormat
Merge pull request #679 from ccin2p3/f/cpu-percent-vs-ticks
ReportByCpu and ValuesPercentage are now independant
ReportByCpu and ValuesPercentage are now independant
ReportByCpu and ValuesPercentage are now independant
ReportActive false now actually does as advertised
Change-Id: I93d9c36778253373c05b4efada5b082147656d89
ReportActive false now actually does as advertised
Change-Id: I93d9c36778253373c05b4efada5b082147656d89
Merge pull request #427 from kbingham/version_fix
version-gen.sh: Ensure only collectd repository versions are used
version-gen.sh: Ensure only collectd repository versions are used
Merge pull request #321 from mwongatemma/db_meta_data
Annotate meta data for db plugins
Annotate meta data for db plugins
Merge pull request #408 from radford/curl-json-cache-aliasing
curl_json plugin: avoid cache aliasing by using all fields instead of just two
curl_json plugin: avoid cache aliasing by using all fields instead of just two
Merge pull request #553 from Whissi/issue_553
collectd ignores command line argument "-P"
collectd ignores command line argument "-P"
drbd plugin: replace atoi with strtol
Merge pull request #672 from zdzichu/master
onewire: add other temperature-providing sensor families
onewire: add other temperature-providing sensor families
Merge pull request #675 from mfournier/write_http_doc
document new options to write_http plugin
document new options to write_http plugin
Merge pull request #581 from jktjkt/hysteresis
Fix transitions between FAILURE and WARNING when using option Hysteresis in Thresholds
Fix transitions between FAILURE and WARNING when using option Hysteresis in Thresholds
Rename foo_test to test_foo.
src/Makefile.am: Expand tabs.
Add tests for src/utils_mount.[ch].
Github: #412
Github: #412
utils_heap_test: Add some tests for the heap structure.
Tests: Make the self-rolled test framework a bit more useful and consistent.
Move tests and mocks to src/tests/{,mock/}.
src/utils_avltree_test.c: Add partial check for the AVL tree.
utils_vl_lookup_test: Fix dependencies.
src/common_test.c: Add some tests for files in src/common.c.
Merge pull request #613 from rubenk/master
Fix a few typos
Fix a few typos
Merge pull request #649 from manuelluis/mlsr/flush-fix_time
FLUSH cmd: convert timeout (double) to cdtime_t as the previous call to plugin_flush
FLUSH cmd: convert timeout (double) to cdtime_t as the previous call to plugin_flush
Merge pull request #644 from manuelluis/mlsr/putnotif-fix_time
Fix the conversion of time option in PUTNOTIF from timestamp to cdtime_t
Fix the conversion of time option in PUTNOTIF from timestamp to cdtime_t
Merge pull request #645 from manuelluis/mlsr/java-fix_cdtime
Plugin java: fix notification time conversion to cdtime_t.
Plugin java: fix notification time conversion to cdtime_t.
vanity
Merge pull request #647 from manuelluis/mlsr/threshold-missing_time
Plugin threshold: time is not set in missing notifications.
Plugin threshold: time is not set in missing notifications.