serverinfo
serverinfo copied to clipboard
📊 A monitoring app which creates a server info dashboard for admins
The representation of the drives is practically confusing with increasing numbers. Since the representations of the drives are in the "Infobox" class, this should also be adjusted: **display: inline block;**...
This is related to older bug here: https://github.com/nextcloud/serverinfo/issues/43 Fix for which is here: https://github.com/nextcloud/serverinfo/commit/5c3bc559aacca2c62d536907771c5a1825266cbe The issue is that on any server that has any moderate amount of disk usage, the...
## Expected behavior For each disk/partition a usage graph should be displayed reflecting its usage. ## Current behavior A disk/partition usage graph is currently not always shown. Although the figures...
Hi, to increase user awareness it would be useful to be able to show the space used by the whole server including the trash to all users. It would also...
## Enhancement request Based on experiences from the Nextcloud help forum, more and more users are using Nextcloud in hosted environments which are managed and maintained by a provider. Therefore...
Something similar to the app update... To see if a new nextcloud version is available... There should be an info for major releases and for the current branch. Example: ```xml...
## Expected behavior If you use the external monitor API, all values should be returned in bytes. ## Current behavior If you use the external monitor API, all memory related...
Hello, I got the following error: `is_readable(): open_basedir restriction in effect. File(/proc/meminfo) is not within the allowed path(s): (/var/www/clients/client39/web136/web:/var/www/clients/client39/web136/private:/var/www/clients/client39/web136/tmp:/var/www/cloud/web:/srv/www/cloud/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) at /var/www/clients/client39/web136/web/nc/apps/serverinfo/lib/SystemStatistics.php#97` This is correct because of server setting. In this...
It'd be good to update the `js/Chart.min.js` to a newer version. REF: https://github.com/chartjs/Chart.js/releases
During a review session we figured out some paper cuts. - [x] CPU info - check for 0 - sys_getloadavg (this was on a UNIX afaik) #97 - [ ]...