collectd: update to 5.9.0 9239/head
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 16 Jun 2019 18:12:52 +0000 (21:12 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 16 Jun 2019 19:18:04 +0000 (22:18 +0300)
commit08d759f14a2f5cac21750e2c44734583056daf2c
treef1620d08fd16d09c98d12162da63ca47910c642b
parent45d40b4a8820f18367de6443eab05878609ec424
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>
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]