Bug 480213

Summary: Only ethernet and wifi interfaces IP addresses can be monitored.
Product: [Applications] plasma-systemmonitor Reporter: Mikael N <majken>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: REPORTED ---    
Severity: wishlist CC: ahiemstra, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.27.10   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Mikael N 2024-01-23 09:54:21 UTC
STEPS TO REPRODUCE
1. Create a bridge and add an ethernet interface.
2. Set a fixed IP or DHCP for the bridge and bring it up.
3. Try to add the bridge in System monitor.

OBSERVED RESULT
The bridge is not available for monitoring of its IP address in System monitor.

EXPECTED RESULT
Bridge should be.
Comment 1 Arjen Hiemstra 2024-02-01 13:28:00 UTC
This is intentional, we only show actual physical interfaces since with things such as Docker you easily end up with way too many interfaces to select from, many of which are fairly useless.

That said, we should at some point add configuration so that you can force an interface to show up, so that it becomes possible to also monitor virtual interfaces if desired.