collectd: update to 5.10.0

Update collectd to 5.10.0
* leave new plugins as disabled for now (procevent, sysevent)
* refresh patches. Remove unenecessary version fix

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2019-11-16 14:46:05 +02:00
parent b51d8b252e
commit 4cdc7d1cec
6 changed files with 18 additions and 27 deletions
@@ -44,8 +44,8 @@ when --enable-debug configure option is used in Makefile.
while ((loop == 0) && (nanosleep(&ts_wait, &ts_wait) != 0)) {
if (errno != EINTR) {
--- a/src/daemon/plugin.c
+++ a/src/daemon/plugin.c
@@ -578,10 +578,11 @@
+++ b/src/daemon/plugin.c
@@ -585,10 +585,11 @@ static void *plugin_read_thread(void __a
/* Check, if `rf_next_read' is in the past. */
if (rf->rf_next_read < now) {