mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
collectd: update to 5.7.1
Update collectd to version 5.7.1 * replace 003-remove-werror.patch with configure option * remove 200-fix-git-describe-error.patch that is now unnecessary * reformat other patches due to whitespace changes * add new plugins to the list as disabled * correct download & homepage links * add myself as the second maintainer Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
--- a/src/daemon/plugin.c
|
||||
+++ b/src/daemon/plugin.c
|
||||
@@ -1149,7 +1149,7 @@ static int plugin_insert_read (read_func
|
||||
int status;
|
||||
llentry_t *le;
|
||||
@@ -1108,7 +1108,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;
|
||||
- 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);
|
||||
pthread_mutex_lock(&read_lock);
|
||||
|
||||
Reference in New Issue
Block a user