collectd.git
9 years agoMerge pull request #689 from ymettier/ym/cd53_fix_tcpconns_inet_diag
Marc Fournier [Thu, 7 Aug 2014 12:32:47 +0000 (14:32 +0200)]
Merge pull request #689 from ymettier/ym/cd53_fix_tcpconns_inet_diag

Fix for 'linux/inet_diag.h: No such file or directory'

9 years agoRedHat RPM spec: add modbus plugin
Marc Fournier [Wed, 6 Aug 2014 14:59:21 +0000 (16:59 +0200)]
RedHat RPM spec: add modbus plugin

...  now that EPEL6 provides libmodbus

9 years agowrite_kafka: avoid unused function build error
Marc Fournier [Wed, 6 Aug 2014 14:28:07 +0000 (16:28 +0200)]
write_kafka: avoid unused function build error

9 years agomisc additions to curl* plugins doc & examples
Marc Fournier [Wed, 6 Aug 2014 14:25:16 +0000 (16:25 +0200)]
misc additions to curl* plugins doc & examples

9 years agomysql plugin: adding select and sort counters
Wilson Felipe [Mon, 4 Feb 2013 19:31:11 +0000 (11:31 -0800)]
mysql plugin: adding select and sort counters

9 years agomysql plugin: adding innodb counters
Wilson Felipe [Mon, 4 Feb 2013 19:27:49 +0000 (11:27 -0800)]
mysql plugin: adding innodb counters

9 years agocurl*: use CURLOPT_USERNAME if libcurl is recent enough
Marc Fournier [Wed, 6 Aug 2014 13:24:33 +0000 (15:24 +0200)]
curl*: use CURLOPT_USERNAME if libcurl is recent enough

CURLOPT_USERNAME and CURLOPT_PASSWORD were introduced in curl 7.19.1.
They supersed CURLOPT_USERPWD which couldn't handle colons in the
username or password.

9 years agocurl*: remove unneeded option declarations
Marc Fournier [Wed, 6 Aug 2014 12:53:25 +0000 (14:53 +0200)]
curl*: remove unneeded option declarations

They are equivalent to CURLOPT_USERPWD used a couple of line above and
aren't supported by curl versions older than 7.19.1

9 years agoNew InternalStatistics
Yves Mettier [Tue, 5 Aug 2014 08:17:53 +0000 (10:17 +0200)]
New InternalStatistics

9 years agoRevert "lvm: Fix segfault if a VG contains no LVs"
Benjamin Gilbert [Mon, 4 Aug 2014 17:29:56 +0000 (13:29 -0400)]
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.

9 years agoFix for 'linux/inet_diag.h: No such file or directory'
Yves Mettier [Mon, 4 Aug 2014 12:01:01 +0000 (14:01 +0200)]
Fix for 'linux/inet_diag.h: No such file or directory'

9 years agofix: use DOUBLE_TO_CDTIME_T() to match input type
Marc Fournier [Mon, 4 Aug 2014 11:37:09 +0000 (13:37 +0200)]
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.

9 years agoadd write_kafka to example config
Marc Fournier [Sat, 2 Aug 2014 21:01:41 +0000 (23:01 +0200)]
add write_kafka to example config

9 years agoadd a conditional for the new dbi reentrant driver interface
Pierre-Yves Ritschard [Fri, 1 Aug 2014 09:13:27 +0000 (11:13 +0200)]
add a conditional for the new dbi reentrant driver interface

9 years agoignore tests output
Pierre-Yves Ritschard [Fri, 1 Aug 2014 09:12:39 +0000 (11:12 +0200)]
ignore tests output

9 years agoMerge pull request #312 from jazzmes/libvirt-mem-usage
Pierre-Yves Ritschard [Thu, 31 Jul 2014 21:49:35 +0000 (23:49 +0200)]
Merge pull request #312 from jazzmes/libvirt-mem-usage

Included memory usage per VM

9 years agoMerge pull request #688 from mfournier/misc-build-cleanups
Marc Fournier [Thu, 31 Jul 2014 21:39:11 +0000 (23:39 +0200)]
Merge pull request #688 from mfournier/misc-build-cleanups

Misc build cleanups

9 years agoREADME: cleanup & consistency
Marc Fournier [Thu, 31 Jul 2014 21:24:07 +0000 (23:24 +0200)]
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

9 years agoFixed memory leaks
jazzmes [Thu, 31 Jul 2014 17:08:54 +0000 (10:08 -0700)]
Fixed memory leaks

Fixed memory leaks

9 years agoenable logging for older versions of librdkafka
Pierre-Yves Ritschard [Thu, 31 Jul 2014 13:12:38 +0000 (15:12 +0200)]
enable logging for older versions of librdkafka

9 years agoconditionally use rd_kafka_conf_set_log_cb, fixes #686
Pierre-Yves Ritschard [Thu, 31 Jul 2014 07:58:06 +0000 (09:58 +0200)]
conditionally use rd_kafka_conf_set_log_cb, fixes #686

9 years agobuild system: correct warning about subdir-objects
Marc Fournier [Wed, 30 Jul 2014 21:15:23 +0000 (23:15 +0200)]
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

9 years agobuild system: correct warning about 'INCLUDES'
Marc Fournier [Wed, 30 Jul 2014 21:13:19 +0000 (23:13 +0200)]
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')

9 years agobuild: remove obsolete reference to bundled libiptc
Marc Fournier [Wed, 30 Jul 2014 21:06:03 +0000 (23:06 +0200)]
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.

9 years agoMerge pull request #685 from teftin/curl-json-per-url-interval
Pierre-Yves Ritschard [Wed, 30 Jul 2014 16:08:32 +0000 (18:08 +0200)]
Merge pull request #685 from teftin/curl-json-per-url-interval

per-url intervals for curl_json

9 years agoMerge pull request #687 from txaj/fix-doc-postgresmodule-sslmode
Pierre-Yves Ritschard [Wed, 30 Jul 2014 16:01:04 +0000 (18:01 +0200)]
Merge pull request #687 from txaj/fix-doc-postgresmodule-sslmode

Fixing misplaced block in documentation.

9 years agoFixing misplaced block in documentation.
txaj [Wed, 30 Jul 2014 14:55:58 +0000 (09:55 -0500)]
Fixing misplaced block in documentation.

9 years agoMerge pull request #654 from timl/fix_ttl_order
Pierre-Yves Ritschard [Wed, 30 Jul 2014 14:12:04 +0000 (16:12 +0200)]
Merge pull request #654 from timl/fix_ttl_order

Fix ttl order

9 years agomistake, SAVE_LIBS="$LIBS" is correct.
KOMEDA Shinji [Wed, 30 Jul 2014 08:56:07 +0000 (17:56 +0900)]
mistake, SAVE_LIBS="$LIBS" is correct.

9 years agopatch required to build oracle plugin, collectd-5.4.0 (#653)
KOMEDA Shinji [Wed, 25 Jun 2014 13:34:15 +0000 (22:34 +0900)]
patch required to build oracle plugin, collectd-5.4.0 (#653)

9 years agocorrectly generate LOAD_PLUGIN_LOG_LOGSTASH for substitution
Pierre-Yves Ritschard [Wed, 30 Jul 2014 10:17:27 +0000 (12:17 +0200)]
correctly generate LOAD_PLUGIN_LOG_LOGSTASH for substitution

9 years agoMerge pull request #662 from komeda-shinji/fix-config-oracle
Pierre-Yves Ritschard [Wed, 30 Jul 2014 10:08:05 +0000 (12:08 +0200)]
Merge pull request #662 from komeda-shinji/fix-config-oracle

patch required to build oracle plugin, collectd-5.4.0 (#653)

9 years agoper-url intervals for curl_json
Stan Sawa [Wed, 18 Sep 2013 14:24:06 +0000 (15:24 +0100)]
per-url intervals for curl_json

9 years agoMerge branch 'fix-config-oracle' of https://github.com/komeda-shinji/collectd into...
KOMEDA Shinji [Wed, 30 Jul 2014 09:09:36 +0000 (18:09 +0900)]
Merge branch 'fix-config-oracle' of https://github.com/komeda-shinji/collectd into fix-config-oracle

9 years agomistake, SAVE_LIBS="$LIBS" is correct.
KOMEDA Shinji [Wed, 30 Jul 2014 08:56:07 +0000 (17:56 +0900)]
mistake, SAVE_LIBS="$LIBS" is correct.

9 years agomistake
KOMEDA Shinji [Wed, 30 Jul 2014 08:56:07 +0000 (17:56 +0900)]
mistake

9 years agoEnforce JSON as the default format on a topic
Pierre-Yves Ritschard [Wed, 30 Jul 2014 05:20:25 +0000 (07:20 +0200)]
Enforce JSON as the default format on a topic

9 years agoMerge pull request #684 from manuelluis/mlsr/aix-disable-multimeter
Pierre-Yves Ritschard [Tue, 29 Jul 2014 20:33:27 +0000 (22:33 +0200)]
Merge pull request #684 from manuelluis/mlsr/aix-disable-multimeter

Disable plugin multimeter in AIX

9 years agoMerge pull request #673 from deferraz/master
Pierre-Yves Ritschard [Tue, 29 Jul 2014 20:05:40 +0000 (22:05 +0200)]
Merge pull request #673 from deferraz/master

Including DStypes GaugeInc and GaugeAdd for tail plugin

9 years agoDisable plugin multimeter in AIX
Manuel Luis Sanmartin Rozada [Tue, 29 Jul 2014 20:04:09 +0000 (22:04 +0200)]
Disable plugin multimeter in AIX

9 years agofix dstype gauge values and expands the number of possible subtypes
Andre Ferraz [Tue, 29 Jul 2014 19:52:50 +0000 (16:52 -0300)]
fix dstype gauge values and expands the number of possible subtypes

9 years agoMerge pull request #683 from tmtom/barometer2
Pierre-Yves Ritschard [Tue, 29 Jul 2014 19:35:39 +0000 (21:35 +0200)]
Merge pull request #683 from tmtom/barometer2

New barometer plugin

9 years agoNew barometer plugin
Tomas [Tue, 29 Jul 2014 17:08:42 +0000 (19:08 +0200)]
New barometer plugin

9 years agodrbd plugin: Relicense to MIT license
Tim Laszlo [Tue, 29 Jul 2014 16:35:59 +0000 (11:35 -0500)]
drbd plugin: Relicense to MIT license

9 years agoMerge pull request #264 from ChrisLundquist/cl/perl-openvz
Pierre-Yves Ritschard [Tue, 29 Jul 2014 15:37:03 +0000 (17:37 +0200)]
Merge pull request #264 from ChrisLundquist/cl/perl-openvz

Improve OpenVZ.pm

9 years agoMerge pull request #313 from tiwilliam/master
Pierre-Yves Ritschard [Tue, 29 Jul 2014 15:06:20 +0000 (17:06 +0200)]
Merge pull request #313 from tiwilliam/master

Add two new options for the MySQL plugin

9 years agoOnewire plugin - support full owfs path, add more device families
Tmtom [Wed, 4 Apr 2012 20:47:45 +0000 (22:47 +0200)]
Onewire plugin - support full owfs path, add more device families

Conflicts:
src/onewire.c

9 years agoMerge remote-tracking branch 'github/pr/682'
Florian Forster [Tue, 29 Jul 2014 14:25:31 +0000 (16:25 +0200)]
Merge remote-tracking branch 'github/pr/682'

9 years agobindings/perl/lib/Collectd/Unixsock.pm: Relicense to MIT.
Florian Forster [Tue, 29 Jul 2014 14:21:02 +0000 (16:21 +0200)]
bindings/perl/lib/Collectd/Unixsock.pm: Relicense to MIT.

9 years agoMerge pull request #681 from pyr/feature/use-collectd-hostname
Pierre-Yves Ritschard [Tue, 29 Jul 2014 14:20:09 +0000 (16:20 +0200)]
Merge pull request #681 from pyr/feature/use-collectd-hostname

Bring in hostname as defined in the main configuration by default

9 years agoAlso relicense all of Pierre-Yves Ritschard's work to the MIT license.
Florian Forster [Tue, 29 Jul 2014 14:10:53 +0000 (16:10 +0200)]
Also relicense all of Pierre-Yves Ritschard's work to the MIT license.

9 years agocollectd-tg: Fix license in usage output.
Florian Forster [Tue, 29 Jul 2014 14:10:01 +0000 (16:10 +0200)]
collectd-tg: Fix license in usage output.

9 years ago{GPL, other}: Relicense to MIT license.
Florian Forster [Tue, 29 Jul 2014 13:38:29 +0000 (15:38 +0200)]
{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.

9 years agodrbd plugin: expand comments
Tim Laszlo [Tue, 29 Jul 2014 13:11:30 +0000 (08:11 -0500)]
drbd plugin: expand comments

9 years agoBring in hostname as defined in the main configuration by default
Pierre-Yves Ritschard [Tue, 29 Jul 2014 12:37:05 +0000 (14:37 +0200)]
Bring in hostname as defined in the main configuration by default

supersedes collectd/collectd#530

9 years agoMerge pull request #655 from dothebart/statsd_fix_division_by_zero
Pierre-Yves Ritschard [Tue, 29 Jul 2014 12:04:41 +0000 (14:04 +0200)]
Merge pull request #655 from dothebart/statsd_fix_division_by_zero

Statsd: avoid doing a division by zero when calculating the average

9 years agoStatsd: avoid doing a division by zero when calculating the percentile with an empty...
Wilfried Goesgens [Tue, 29 Jul 2014 11:58:23 +0000 (13:58 +0200)]
Statsd: avoid doing a division by zero when calculating the percentile with an empty histogram.

9 years agoMerge pull request #416 from udoprog/master
Pierre-Yves Ritschard [Tue, 29 Jul 2014 09:33:46 +0000 (11:33 +0200)]
Merge pull request #416 from udoprog/master

PUTNOTIF: Add the ability to populate meta options

9 years agoMerge pull request #252 from eokerson/vpnfixes
Pierre-Yves Ritschard [Tue, 29 Jul 2014 09:28:59 +0000 (11:28 +0200)]
Merge pull request #252 from eokerson/vpnfixes

Add support for OpenVPN 2.3.0 status files.

9 years agoMerge pull request #680 from pyr/feature/older-conntrack-files
Pierre-Yves Ritschard [Tue, 29 Jul 2014 09:10:51 +0000 (11:10 +0200)]
Merge pull request #680 from pyr/feature/older-conntrack-files

Support older conntrack files with an option

9 years agoSupport older conntrack files with an option
Pierre-Yves Ritschard [Tue, 29 Jul 2014 09:10:45 +0000 (11:10 +0200)]
Support older conntrack files with an option

supersedes collectd/collectd#605

9 years agoMerge pull request #385 from ccin2p3/libvirt-plugin-instance
Pierre-Yves Ritschard [Tue, 29 Jul 2014 08:29:06 +0000 (10:29 +0200)]
Merge pull request #385 from ccin2p3/libvirt-plugin-instance

libvirt plugin: Add "PluginInstanceFormat" option.

9 years agoAdd final documentation for new libvirt plugin option PluginInstanceFormat
Remi Ferrand [Tue, 29 Jul 2014 08:24:43 +0000 (10:24 +0200)]
Add final documentation for new libvirt plugin option PluginInstanceFormat

9 years agoMerge pull request #679 from ccin2p3/f/cpu-percent-vs-ticks
Pierre-Yves Ritschard [Tue, 29 Jul 2014 08:22:22 +0000 (10:22 +0200)]
Merge pull request #679 from ccin2p3/f/cpu-percent-vs-ticks

ReportByCpu and ValuesPercentage are now independant

9 years agoReportByCpu and ValuesPercentage are now independant
Fabien Wernli [Tue, 29 Jul 2014 07:02:13 +0000 (09:02 +0200)]
ReportByCpu and ValuesPercentage are now independant
ReportActive false now actually does as advertised

Change-Id: I93d9c36778253373c05b4efada5b082147656d89

9 years agoMerge pull request #427 from kbingham/version_fix
Pierre-Yves Ritschard [Mon, 28 Jul 2014 21:20:15 +0000 (23:20 +0200)]
Merge pull request #427 from kbingham/version_fix

version-gen.sh: Ensure only collectd repository versions are used

9 years agoMerge pull request #321 from mwongatemma/db_meta_data
Pierre-Yves Ritschard [Mon, 28 Jul 2014 21:08:36 +0000 (23:08 +0200)]
Merge pull request #321 from mwongatemma/db_meta_data

Annotate meta data for db plugins

9 years agoMerge pull request #408 from radford/curl-json-cache-aliasing
Pierre-Yves Ritschard [Mon, 28 Jul 2014 21:03:00 +0000 (23:03 +0200)]
Merge pull request #408 from radford/curl-json-cache-aliasing

curl_json plugin: avoid cache aliasing by using all fields instead of just two

9 years agoMerge pull request #553 from Whissi/issue_553
Pierre-Yves Ritschard [Mon, 28 Jul 2014 21:00:28 +0000 (23:00 +0200)]
Merge pull request #553 from Whissi/issue_553

collectd ignores command line argument "-P"

9 years agoMerge pull request #579 from mfournier/libiptc-ldflags
Pierre-Yves Ritschard [Mon, 28 Jul 2014 20:48:17 +0000 (22:48 +0200)]
Merge pull request #579 from mfournier/libiptc-ldflags

link iptables plugin against flags from pkg-config

9 years agodrbd plugin: replace atoi with strtol
Tim Laszlo [Mon, 28 Jul 2014 17:00:05 +0000 (12:00 -0500)]
drbd plugin: replace atoi with strtol

9 years agoMerge pull request #677 from collectd/revert-630-F-METRICS-383-tsdb-writer-5.4
Pierre-Yves Ritschard [Mon, 28 Jul 2014 15:07:17 +0000 (17:07 +0200)]
Merge pull request #677 from collectd/revert-630-F-METRICS-383-tsdb-writer-5.4

Revert "write_tsdb plugin"

9 years agoRevert "write_tsdb plugin"
Pierre-Yves Ritschard [Mon, 28 Jul 2014 15:07:07 +0000 (17:07 +0200)]
Revert "write_tsdb plugin"

9 years agoMerge pull request #630 from llnw/F-METRICS-383-tsdb-writer-5.4
Pierre-Yves Ritschard [Mon, 28 Jul 2014 15:07:02 +0000 (17:07 +0200)]
Merge pull request #630 from llnw/F-METRICS-383-tsdb-writer-5.4

write_tsdb plugin

9 years agoMerge pull request #672 from zdzichu/master
Pierre-Yves Ritschard [Mon, 28 Jul 2014 15:02:57 +0000 (17:02 +0200)]
Merge pull request #672 from zdzichu/master

onewire: add other temperature-providing sensor families

9 years agoMerge pull request #675 from mfournier/write_http_doc
Pierre-Yves Ritschard [Mon, 28 Jul 2014 15:02:04 +0000 (17:02 +0200)]
Merge pull request #675 from mfournier/write_http_doc

document new options to write_http plugin

9 years agoMerge pull request #581 from jktjkt/hysteresis
Pierre-Yves Ritschard [Mon, 28 Jul 2014 14:03:33 +0000 (16:03 +0200)]
Merge pull request #581 from jktjkt/hysteresis

Fix transitions between FAILURE and WARNING when using option Hysteresis in Thresholds

9 years agozfs_arc: bugfix: increment array index
Marc Fournier [Mon, 28 Jul 2014 13:12:42 +0000 (15:12 +0200)]
zfs_arc: bugfix: increment array index

also avoid recycling the previous iterator, for the sake of better code
understanding.

9 years agoRename foo_test to test_foo.
Florian Forster [Thu, 24 Jul 2014 06:35:49 +0000 (08:35 +0200)]
Rename foo_test to test_foo.

9 years agosrc/Makefile.am: Expand tabs.
Florian Forster [Wed, 23 Jul 2014 10:43:36 +0000 (12:43 +0200)]
src/Makefile.am: Expand tabs.

9 years agoAdd tests for src/utils_mount.[ch].
Florian Forster [Wed, 28 Aug 2013 13:15:40 +0000 (15:15 +0200)]
Add tests for src/utils_mount.[ch].

Github: #412

9 years agoutils_heap_test: Add some tests for the heap structure.
Florian Forster [Tue, 28 May 2013 19:23:06 +0000 (21:23 +0200)]
utils_heap_test: Add some tests for the heap structure.

9 years agoTests: Make the self-rolled test framework a bit more useful and consistent.
Florian Forster [Tue, 28 May 2013 19:21:29 +0000 (21:21 +0200)]
Tests: Make the self-rolled test framework a bit more useful and consistent.

9 years agoMove tests and mocks to src/tests/{,mock/}.
Florian Forster [Tue, 28 May 2013 18:57:29 +0000 (20:57 +0200)]
Move tests and mocks to src/tests/{,mock/}.

9 years agosrc/utils_avltree_test.c: Add partial check for the AVL tree.
Florian Forster [Sat, 25 May 2013 06:43:37 +0000 (08:43 +0200)]
src/utils_avltree_test.c: Add partial check for the AVL tree.

9 years agoutils_vl_lookup_test: Fix dependencies.
Florian Forster [Wed, 22 May 2013 16:49:48 +0000 (18:49 +0200)]
utils_vl_lookup_test: Fix dependencies.

9 years agosrc/common_test.c: Add some tests for files in src/common.c.
Florian Forster [Sun, 19 May 2013 06:59:04 +0000 (08:59 +0200)]
src/common_test.c: Add some tests for files in src/common.c.

9 years agozfs_arc: pass reference in llist instead of value
Marc Fournier [Mon, 28 Jul 2014 13:04:24 +0000 (15:04 +0200)]
zfs_arc: pass reference in llist instead of value

This avoids using a void pointer, which size depends on the
architecture.

Thanks to @dothebart for pointing this out!

9 years agoutils_vl_lookup: Fixed a race when creating user objects.
Sebastian Harl [Sun, 27 Jul 2014 12:15:23 +0000 (14:15 +0200)]
utils_vl_lookup: Fixed a race when creating user objects.

This could cause multiple aggregation instances to be created in the
aggregation plugin when first writing data to the plugin. This, in turn, led
to "value too old" warnings because subsequently all data was submitted twice.

Thanks to @faxm0dem for reporting this in GH #535.

9 years agoMerge pull request #613 from rubenk/master
Pierre-Yves Ritschard [Sat, 26 Jul 2014 17:03:06 +0000 (19:03 +0200)]
Merge pull request #613 from rubenk/master

Fix a few typos

9 years agodocument new options to write_http plugin
Marc Fournier [Sat, 26 Jul 2014 09:30:32 +0000 (11:30 +0200)]
document new options to write_http plugin

... which were added in 6d2bcca2.

9 years agoPlugin exec: change notification time to integer.
Manuel Luis Sanmartín Rozada [Thu, 19 Jun 2014 14:37:15 +0000 (16:37 +0200)]
Plugin exec: change notification time to integer.
  Acording to collectd-exec.5 NOTIFICATION DATA FORMAT: time is epoch, i. e. as seconds since 1970-01-01 00:00:00 UTC.

9 years agocmd PUTNOTIF time option: handle double values.
Manuel Luis Sanmartín Rozada [Thu, 19 Jun 2014 17:14:53 +0000 (19:14 +0200)]
cmd PUTNOTIF time option: handle double values.

Conflicts:
src/utils_cmd_putnotif.c

9 years agoPlugin java: fix notification time conversion to cdtime_t.
Manuel Luis Sanmartín Rozada [Thu, 19 Jun 2014 13:14:02 +0000 (15:14 +0200)]
Plugin java: fix notification time conversion to cdtime_t.

9 years agoPlugin threshold: time is not set in missing notifications.
Manuel Luis Sanmartín Rozada [Thu, 19 Jun 2014 14:50:48 +0000 (16:50 +0200)]
Plugin threshold: time is not set in missing notifications.

9 years agoMerge pull request #649 from manuelluis/mlsr/flush-fix_time
Pierre-Yves Ritschard [Sat, 26 Jul 2014 07:40:39 +0000 (09:40 +0200)]
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

9 years agoMerge pull request #592 from mfournier/bug-582
Pierre-Yves Ritschard [Sat, 26 Jul 2014 07:40:11 +0000 (09:40 +0200)]
Merge pull request #592 from mfournier/bug-582

curl_json: also allow long callback names.

9 years agoMerge pull request #644 from manuelluis/mlsr/putnotif-fix_time
Pierre-Yves Ritschard [Sat, 26 Jul 2014 07:36:56 +0000 (09:36 +0200)]
Merge pull request #644 from manuelluis/mlsr/putnotif-fix_time

Fix the conversion of time option in PUTNOTIF from timestamp to cdtime_t

9 years agoMerge pull request #645 from manuelluis/mlsr/java-fix_cdtime
Pierre-Yves Ritschard [Sat, 26 Jul 2014 07:36:15 +0000 (09:36 +0200)]
Merge pull request #645 from manuelluis/mlsr/java-fix_cdtime

Plugin java: fix notification time conversion to cdtime_t.

9 years agovanity
Pierre-Yves Ritschard [Sat, 26 Jul 2014 07:30:46 +0000 (09:30 +0200)]
vanity