serverinfo icon indicating copy to clipboard operation
serverinfo copied to clipboard

📊 A monitoring app which creates a server info dashboard for admins

Results 102 serverinfo issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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()...

bug
1. to develop

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...

enhancement

Based upon the FreeBSD implementation and my own previous attempt... VERY lightly tested.

2. developing

requires "top" package to be installed for parsing memory/swap info (cmd "pkg install top") Signed-off-by: pstumpe

enhancement
2. developing

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...

bug
1. to develop

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...

enhancement

### 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...

enhancement
0. Needs triage

The uptime info contains not localised strings "days", "hours", "minutes", "seconds" ![image](https://github.com/nextcloud/serverinfo/assets/5199030/b38cd1d4-37b0-429e-83a6-d0f5d2a1e94e) It comes from this function: ``` private function formatUptime(int $uptime): string { if ($uptime === -1) { return...

bug
1. to develop
good first issue

Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency

3. to review
dependencies