cockpit-project / cockpit

Cockpit is a web-based graphical interface for servers.
http://www.cockpit-project.org/
GNU Lesser General Public License v2.1
11.01k stars 1.1k forks source link

Hide efivars mount point in metrics #20969

Open jelly opened 2 weeks ago

jelly commented 2 weeks ago

Explain what happens

image

efivars is platform specific data and not something for a user to usually read/write into. Showing it has no value.

Version of Cockpit

No response

Where is the problem in Cockpit?

None

Server operating system

None

Server operating system version

No response

What browsers are you using?

No response

System log

No response

jelly commented 4 days ago

I would opt for filtering this in the bridge so src/cockpit/metrics.py (MountSampler), so we don't send unneeded data over the wire.