Skip to content
Snippets Groups Projects
  1. Mar 16, 2021
    • Florian Eckert's avatar
      collectd: fix smart disk detection · 543a2a97
      Florian Eckert authored
      
      On my system the attribute DEVTYPE was not set. The plugin could not
      read any data and the function call blocked forever on this function and did
      not returned. By removing it, all block devices under `/sys/class/block`
      were checked.
      
      Block devices that do not support SMART were not evaluated. The
      collected displays the following message.
      
      smart plugin: checking SMART status of /dev/loop4.
      smart plugin: unable to open /dev/loop4.
      
      If you do not like this message, you could only enable device in the uci that
      does support SMART.
      
      Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
      543a2a97
  2. Feb 21, 2021
  3. Feb 04, 2021
  4. Jan 26, 2021
  5. Jan 25, 2021
  6. Jan 11, 2021
  7. Jan 09, 2021
  8. Dec 12, 2020
  9. Sep 07, 2020
    • Hannu Nyman's avatar
      collectd: update to 5.12.0 · 28747825
      Hannu Nyman authored
      
      Update collectd to version 5.12.0.
      
      * Refresh patches
      * Remove upstreamed patch 920-fix-ubi-data-source-type.patch
      * Backport a patch from upstream to fix a missing define
        (920-backport-netlink-reg-noerror.patch)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      28747825
  10. Jun 24, 2020
    • Florian Eckert's avatar
      collectd: fix ubi data source type · e7054e7e
      Florian Eckert authored
      
      Currently the values are stored in the ubi plugin as data source type
      `counter`. But this makes no sense, because the values change very slowly
      and I don't want to know the rate of change. It is better to store the
      value as data source type `gauge`. Then I can see the current value.
      
      Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
      e7054e7e
  11. May 05, 2020
  12. Mar 22, 2020
  13. Nov 16, 2019
  14. Nov 03, 2019
    • Hannu Nyman's avatar
      collectd: adjust reaction to ntp time at boot time · b295c9cf
      Hannu Nyman authored
      
      Adjust the reaction to a polling interval timestamp that references
      to a past time.
      
      Past timestamps can happen when ntpd adjusts router's time after network
      connectivity is obtained after boot. Collectd shows warnings for each plugin
      as it tries to enter new values with the same timestamp as the previous one.
      
      This patch adjusts the next polling time to be now+2 seconds for the main
      loop and for the plugin-specific read loops. That avoids the warnings, but
      does not overreact in case there are shorter polling intervals or the time
      gets adjusted for other reasons.
      
      Additionally some debug statements are aded, but they are visible only
      when --enable-debug configure option is used in Makefile.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      b295c9cf
  15. Oct 13, 2019
  16. Oct 09, 2019
  17. Aug 10, 2019
  18. Jun 16, 2019
    • Hannu Nyman's avatar
      collectd: update to 5.9.0 · 08d759f1
      Hannu Nyman authored
      
      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: default avatarHannu Nyman <hannu.nyman@iki.fi>
      08d759f1
  19. Apr 25, 2019
  20. Apr 14, 2019
  21. Jan 12, 2019
  22. Oct 26, 2018
  23. Feb 28, 2018
  24. Dec 06, 2017
    • Thomas Huehn's avatar
      collectd: upgrade package collectd to version 5.8.0 · 55e53074
      Thomas Huehn authored
      
      This patch upgrades the collectd package from 5.7.2 to 5.8.2.
      All openwrt patches got either updated or deleted in case they
      are already included into upstream collectd.
      The new collectd 5.8.0 package compiles and got tested on current
      lede trunk with latest luci on an PCengines APU. All default plugins
      (enabled via Openwrt  Makefile) - so also iwinfo - are running fine
      with the new version.
      
      Signed-off-by: default avatarThomas Huehn <thomas@net.t-labs.tu-berlin.de>
      
      Amended with the following changes:
      
      * preserve git file history by avoiding unnecessary patch renames
      * mark new plugins introduced with 5.8 branch as disabled
      
      Compile tested all plugins with ipq806x
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      55e53074
  25. Sep 14, 2017
  26. Jun 10, 2017
  27. Apr 20, 2017
  28. Feb 06, 2017
    • Hannu Nyman's avatar
      collectd: avoid libcap dependency · d1441d04
      Hannu Nyman authored
      
      Buildbot revealed that Collectd 5.7.1 uses libcap to evaluate system
      capabilities and display advice on some plugins (dns, iptables, exec,
      ping, ceph, turbostat).
      
      Disable the check in configure.ac in order to avoid a dependency
      for libcap. (It is not that big, only 6 kB .ipk, but still avoid that.)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      d1441d04
    • Hannu Nyman's avatar
      collectd: update to 5.7.1 · 2fc5a82b
      Hannu Nyman authored
      
      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: default avatarHannu Nyman <hannu.nyman@iki.fi>
      2fc5a82b
  29. Dec 22, 2016
  30. Aug 14, 2016
  31. Feb 03, 2016
    • Hannu Nyman's avatar
      collectd: Update to 5.5.1 · 11d3b989
      Hannu Nyman authored
      
      Update collectd, the backbone of Luci statistics, to 5.5.1
      
      Refresh patches. Main changes:
       - Remove 500-upstream-parallel-build-fix.patch (implemented upstream)
       - Add 600-fix-libmodbus-detection.patch to revert an upstream change
         that broke libmodbus detection in collectd's configure script
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      11d3b989
  32. Oct 07, 2015
    • Hannu Nyman's avatar
      collectd: Delay first data read cycle by 1s · 91041ead
      Hannu Nyman authored
      
      Some collectd plugins launch third-party plugins that have variation in
      initialisation time (like libpcap). Recently (since kernel bump to 4.1)
      the DNS plugin has been causing collectd to crash semi-randomly at startup
      on MIPS based WNDR3700.
      
      Debugging led to realisation that the DNS plugin seems to require at least
      0.1s time to start, before the first data reading attempt starts.
      
      By default, the first data read cycle starts immediately, while apaprently
      some of the plugins may still be asyncronously initialising. To make things
      safe, this patch adds 1 second delay before the first data read cycle.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      91041ead
  33. Oct 02, 2015
  34. Aug 18, 2015
  35. Jul 16, 2015
    • Hannu Nyman's avatar
      collectd: update to 5.5.0 · 106fd6a3
      Hannu Nyman authored
      
      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: default avatarHannu Nyman <hannu.nyman@iki.fi>
      106fd6a3
  36. Mar 02, 2015
  37. Sep 09, 2014
  38. Jun 11, 2014
Loading