Skip to content
Snippets Groups Projects
  1. Dec 01, 2020
  2. Nov 10, 2020
  3. Nov 09, 2020
  4. Nov 01, 2020
  5. Oct 29, 2020
    • David Redondo's avatar
      Do not load multiple versions of the same plugin · 0e8b8037
      David Redondo authored
      In instantiatePlugins the plugins are ordered according to the configured
      libraries paths of the environment. When we load the plugins we are currently
      doing the opposite of what we want. We load first the plugin from the directory
      with the highest priority, some time later we load the same plugin from a
      folder with a lower priority and then use the containers from this plugin and throw
      the existing containers away!
      
      
      (cherry picked from commit ee18830a)
      0e8b8037
    • David Redondo's avatar
      Only look for libnl · ad3911b4
      David Redondo authored
      We do not need the other ones and I had already removed it on other places of
      this file but overlooked it here.
      
      
      (cherry picked from commit 2abddc2d)
      ad3911b4
  6. Oct 27, 2020
  7. Oct 20, 2020
  8. Oct 16, 2020
    • ahiemstra's avatar
      Divide network speeds by 2 · 33694eaf
      ahiemstra authored
      We update the network speed every 2s to match the daemon update rate.
      However, this means that when calculating the difference between the
      current and the previous, we get twice the amount since we are a
      calculating the difference over 2s. So divide by 2 to get the byte rate
      per second.
      
      
      (cherry picked from commit cf19c92b)
      33694eaf
  9. Oct 08, 2020
  10. Oct 01, 2020
  11. Sep 24, 2020
  12. Sep 19, 2020
  13. Sep 18, 2020
  14. Sep 17, 2020
  15. Sep 16, 2020
  16. Sep 15, 2020
    • ahiemstra's avatar
      Also expose two-part sensors as three-part sensors in ksysguardd · 4c353c25
      ahiemstra authored
      ksystemstats expects sensors to consist of at least three parts:
      subsystem, object, property. Sensors like "system/processors" break this
      assumption, causing them to not be properly readable. Rather than trying
      to come up with an elaborate way to handle this in ksystemstats, simply
      expose them also as a three-part sensor so the mapping doesn't need to
      change. These sensors are not very dynamic anyway so duplicating them
      does not do much harm. The two-part version is kept around for backward
      compatibility with the ksysguard UI.
      4c353c25
  17. Sep 03, 2020
  18. Sep 01, 2020
  19. Aug 31, 2020
  20. Aug 14, 2020
  21. Aug 13, 2020
  22. Aug 03, 2020
  23. Jul 31, 2020
  24. Jul 30, 2020
  25. Jul 29, 2020
    • ahiemstra's avatar
      Rework network statistics collection in NM backend · 94e5477f
      ahiemstra authored
      As it turns out, DeviceStatistics does not update monotonuously, so we
      end up without updates that would reset the update rate to 0 or
      otherwise miss data. So instead, use an internal timer that queries the
      statistics object regularly and use that data for the upload/download
      sensors.
      94e5477f
Loading