mirror of
https://github.com/novatiq/packages.git
synced 2026-07-10 13:59:26 +01:00
213969e6e4
Update collectd to 5.9.2 Mainly bug fixes: https://github.com/collectd/collectd/blob/dfb9dd09fe3a6864c8cf85eb92e826c289e6d6d2/ChangeLog Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
12 lines
345 B
Diff
12 lines
345 B
Diff
--- a/src/daemon/plugin.c
|
|
+++ b/src/daemon/plugin.c
|
|
@@ -1087,7 +1087,7 @@ static int plugin_insert_read(read_func_
|
|
int status;
|
|
llentry_t *le;
|
|
|
|
- rf->rf_next_read = cdtime();
|
|
+ rf->rf_next_read = cdtime() + (cdtime_t) 1073741824; //delay first read 1s
|
|
rf->rf_effective_interval = rf->rf_interval;
|
|
|
|
pthread_mutex_lock(&read_lock);
|