Skip to content
Commit 4c353c25 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Also expose two-part sensors as three-part sensors in ksysguardd

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.
parent c47eb9ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment