collectd: update to 5.9.0
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 24 Jun 2019 17:30:42 +0000 (20:30 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 24 Jun 2019 17:30:42 +0000 (20:30 +0300)
commitaa2bbd62863b389eed750cb136885f86c42dd41d
tree2c500b1278375a349d58ca71a200bca6e9fb393f
parent2e7e4e8b86fd86b4aec479137e6091a8e91b638b
collectd: update to 5.9.0

Update collectd to version 5.9.0

* remove backported upstream patches (sensors, modbus)
* remove lua patch that has been been implemented upstream
  (See collectd PR 3144)
* refresh patches and accommodate into upstream path changes
* place the 'stations' datatype for iwinfo in alpbetically
  correct place in types.db
* add libmnl dependency to 'processes' plugin required for the
  new Linux process Delay Accounting capability.
  (Alternatively the capability & requirement might be patched away
   in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572)

* new plugins (disabled): ampq1, gpu_nvidia, pcie_errors,
                          write_stackdriver, write_syslog

compile-tested: ar71xx/WNDR3700 (all plugins)
run-tested: ar71xx/WNDR3700 (selected plugins)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 08d759f14a2f5cac21750e2c44734583056daf2c)
14 files changed:
utils/collectd/Makefile
utils/collectd/patches/000-01-backport-upstream-remove-sensors-version-limit.patch [deleted file]
utils/collectd/patches/050-backport-modbus-little-endian.patch [deleted file]
utils/collectd/patches/051-Add-scale-and-shift-to-modbus-plugin.patch [deleted file]
utils/collectd/patches/052-correcting-all-the-wrongs.patch [deleted file]
utils/collectd/patches/053-Add-support-for-RS485-to-modbus-plugin.patch [deleted file]
utils/collectd/patches/100-rrdtool-add-rrasingle-option.patch
utils/collectd/patches/300-delay-first-read-cycle.patch
utils/collectd/patches/400-fix-olsrd-get-all.patch
utils/collectd/patches/600-fix-libmodbus-detection.patch
utils/collectd/patches/700-disable-sys-capability-check.patch
utils/collectd/patches/900-add-iwinfo-plugin.patch
utils/collectd/patches/920-fix-ping-droprate.patch
utils/collectd/patches/930-fix-lua-callback-registration.patch [deleted file]