serverinfo
serverinfo copied to clipboard
📊 A monitoring app which creates a server info dashboard for admins
### Steps to reproduce 1. Open the parameters section with admin privileges 2. Click the Monitoring section ### Expected behaviour Nextcloud should display the monitoring section ### Actual behaviour An...
## Expected behavior The external monitor API should always return a reply. If some information, like e.g. the number of available app updates couldn't be evaluated, it should jump over...
**Is your feature request related to a problem? Please describe.** As described in the forum https://help.nextcloud.com/t/nextcloud-11-serverinfo-access-for-monitoring/11140/2 it would be nice to monitor a Nextcloud instance with an external tool. In...
It would be good to have the same user counts as in user:report. server info basically only counts users that have logged in (and maybe weren't cleaned up properly): https://github.com/nextcloud/serverinfo/blob/8487657cc105c43fcf620a38ef8990be2016c3ce/lib/StorageStatistics.php#L58-L65...
https://github.com/nextcloud/serverinfo/blob/efeed3479fd048b403c6a72ebf74241a971a065c/templates/settings-admin.php#L28-L36 This doesn't look very efficient and could be replaced with a logarithmic function. Requires check for `
### Steps to reproduce 1. Visit `/ocs/v2.php/apps/serverinfo/api/v1/info` after login ### Expected behaviour Correctly reported `freespace` value ### Actual behaviour `freespace` value shows up as `-2`. Example output: ```xml yes yes...
I'd like to monitor for an available update with an external tool. Please consider adding something like this: ``` 'available' => json_decode( $this->config->getAppValue( 'core', 'lastupdateResult' ) ), 'lastupdatedat' => $this->config->getAppValue('core',...
Hello, in the serverinfo, there are a lot of metrics where not descriped somewhere, for example num_storages, permissions_0_1, permissions*, etc. It would be very nice if you documented it somewhere
It would be a great option if I can get serverinfo output in the nextcloud OCC command tool. It can be more useful for generating Munin graphs. Yes, I know...
Deprecated event type for \\OCP\\Files::postWrite: Symfony\\Component\\EventDispatcher\\GenericEvent
## Current behavior If a serverinfo api call is initiated the following message is written to the log file: ``` ...,"app":"no app in context","method":"GET","url":"/ocs/v2.php/apps/serverinfo/api/v1/info","message":"Deprecated event type for \\OCP\\Files::postWrite: Symfony\\Component\\EventDispatcher\\GenericEvent","userAgent":"curl/7.69.0","version":"18.0.3.0"} ```...