serverinfo
serverinfo copied to clipboard
📊 A monitoring app which creates a server info dashboard for admins
### Steps to reproduce 1. Setup a nextcloud with a PG database, and a DBName that contains a dot in its name 2. Access the serverInfo app ### Expected behaviour...
### Expected behaviour Launching the serverinfo app. ### Actual behaviour An internal server error occurs while running server information. ### Logs ``` [index] Error: Exception: Call to undefined function OCA\ServerInfo\OperatingSystems\shell_exec()...
Basically the serverinfo gets the information from /sys/class/thermal/thermal_zone*/temp. At the same time some AMD motherboards and their chipsets do not store the information there, but in hwmon. Eg, I have...
Based upon the FreeBSD implementation and my own previous attempt... VERY lightly tested.
requires "top" package to be installed for parsing memory/swap info (cmd "pkg install top") Signed-off-by: pstumpe
I reported this already in the appstore issue-tracker: https://github.com/nextcloud/appstore/issues/1137 I'm posting this here, because I observed this behavior only when the AppstoreFetcher is called by `serverinfo`. ### Steps to reproduce...
IMHO the code for "counting users" needs to be improved, especially when it comes to Nextcloud with a subscription key. Have a look at the Nextcloud "support" app, `lib/Service/SubscriptionService.php`: It...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
The uptime info contains not localised strings "days", "hours", "minutes", "seconds"  It comes from this function: ``` private function formatUptime(int $uptime): string { if ($uptime === -1) { return...
Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency