Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
  2. Jan 02, 2021
  3. Dec 08, 2020
  4. Dec 01, 2020
  5. Nov 10, 2020
  6. Nov 09, 2020
  7. Nov 01, 2020
  8. 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
  9. Oct 27, 2020
  10. Oct 20, 2020
  11. 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
  12. Oct 08, 2020
  13. Oct 01, 2020
  14. Sep 24, 2020
  15. Sep 19, 2020
  16. Sep 18, 2020
  17. Sep 17, 2020
  18. Sep 16, 2020
  19. 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
  20. Sep 03, 2020
  21. Sep 01, 2020
  22. Aug 31, 2020
  23. Aug 14, 2020
  24. Aug 13, 2020
  25. Aug 03, 2020
  26. Jul 31, 2020
Loading