nextcloud / serverinfo

đź“Š A monitoring app which creates a server info dashboard for admins
GNU Affero General Public License v3.0
94 stars 61 forks source link

Admin delegation should be possible for system monitoring (page) "systeminfo" #497

Open rugk opened 1 year ago

rugk commented 1 year ago

How to use GitHub

Is your feature request related to a problem? Please describe. Yeah I saw there is "systeminfo" page (System in the settings menu) where you can see some basic system statistics. I quite like this and wanted some other privileged users of my Nextcloud to use it, too.

Describe the solution you'd like The admin delegation feature exists, but not for that system info, where IMHO it would be more than helpful. Because these are "non-critical" settings aka very likely no "possible privilege escalations" (it's readonly after all)…

Describe alternatives you've considered Yeah I know I can create an API and let other users use this, as it has been requested and mentioned before, but for that I need an additional software like Prometheus or so. I want that simple page that is enough for many users though.

Additional context N/A

joshtrichards commented 1 year ago

I like this idea! We already do it for Logging (added in NC24) via the Admin Delegation groundwork established in NC23.

Let's see what others think.

P.S. Moved your issue, @rugk, over here to the serverinfo app repository - responsible for the aforementioned System page.