collectd: update to 5.5.0
Update collectd, base of Luci statistics, to 5.5.0.
Patches have been refreshed.
write-graphite plugin is now enabled. (see #1351)
I have compile-tested all plugins with ar71xx,
and real-life tested the following plugins:
Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load,
Memory, Ping, Uptime
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-07-16 12:15:22 +00:00
|
|
|
--- a/src/daemon/configfile.c
|
|
|
|
+++ b/src/daemon/configfile.c
|
|
|
|
@@ -109,7 +109,7 @@ static cf_global_option_t cf_global_opti
|
2014-09-09 16:45:14 +00:00
|
|
|
{"BaseDir", NULL, PKGLOCALSTATEDIR},
|
|
|
|
{"PIDFile", NULL, PIDFILE},
|
|
|
|
{"Hostname", NULL, NULL},
|
|
|
|
- {"FQDNLookup", NULL, "true"},
|
|
|
|
+ {"FQDNLookup", NULL, "false"},
|
|
|
|
{"Interval", NULL, NULL},
|
|
|
|
{"ReadThreads", NULL, "5"},
|
|
|
|
{"WriteThreads", NULL, "5"},
|