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

We use the serverinfo endpoint for our monitoirng needs. After upgrading from php 7.3 to 7.4, we needed to increase the timeout for retrieving the xml or json response from...

Hello, is there the possibility to change following strings in common format: A common format would mean to change the "." with "_" like compared to all the other strings....

### Expected behaviour Turn to server info page, you should see the total number of files right above the free storage numbers. ### Actual behaviour number of files value is...

### 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 affected by the same issue. * Please don't comment if you have no relevant...

### Steps to reproduce 1. Move the cursor to a disk chart canvas 2. A popup appears ### Expected behaviour The popup is not cropped or limited by the canvas...

- Nextcloud 19.0.12 ``` { "reqId": "OT5277cqP9ttis6sgnO0", "level": 3, "app": "PHP", "method": "GET", "url": "/settings/admin/serverinfo", "message": { "Exception": "Error", "Message": "Undefined offset: 6 at /apps/serverinfo/templates/settings-admin.php#35", "Code": 0, "Trace": [ {...

Please add a dashboard plugin to get a [Windirstat](https://windirstat.net/) or [jdiskreport](http://www.jgoodies.com/freeware/jdiskreport/) like overview. It would be nice to modifier this statistic to show most transferred data on the same directory...

Hello, I would like to ask for a supervision role, being able for example to access `https://nextcloud/ocs/v2.php/apps/serverinfo/api/v1/info` At this time you need to have admin privileges, but in the case...

I run a multi-tenant Nextcloud server in production with very tight security restrictions. One of those restrictions is that I use the chroot feature of PHP-FPM to prevent the Nextcloud...

num_users counts the number of users who have ever been active on a nextcloud instance - even after they have been deactivated or even deleted: ``` $query->selectAlias($query->createFunction('COUNT(*)'), 'num_entries') ->from('preferences') ->where($query->expr()->eq('configkey',...