nextcloud-exporter icon indicating copy to clipboard operation
nextcloud-exporter copied to clipboard

Prometheus exporter for Nextcloud servers.

Results 14 nextcloud-exporter issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for your exporter. Could you add the following 2 metrics to nextcloud_shares_total please? num_shares_mail num_shares_room https://github.com/nextcloud/serverinfo/blob/master/lib/ShareStatistics.php#L54 https://github.com/nextcloud/serverinfo/blob/master/lib/ShareStatistics.php#L55

enhancement

created token with ``` a=$(openssl rand -hex 32) php occ config:app:set serverinfo token --value $a ``` added token to config file and run exporter. Getting the following in the logs...

question

This replaces the metric for active users within last 5 minutes with a combined metric containing all values provided by NC serverinfo: ```diff # HELP nextcloud_active_users_total Number of active users....

enhancement

I'm using version `0.5.1`. Here are the errors when I set `NEXTCLOUD_LISTEN_ADDRESS=":9205"` ``` level=info msg="nextcloud-exporter 0.5.1-8-g1025af7" level=info msg="Nextcloud server: \"http://nextcloud:80\" Authentication using token." level=info msg="Listen on \":9205\"..." level=fatal msg="listen tcp:...

I know that these metrics are not exposed by Nextcloud, but it would be great to have - at least, global storage usage (even with primary storage on S3) -...

enhancement

This pull request introduces a docker-compose.yml and .env-example file to simplify and optimize the deployment of the Nextcloud Exporter. ## Changes: 1. Added docker-compose.yml: This file includes configuration for the...

This commit introduces new option and metric about nextcloud update availabilty information. A new option was introduced called `--enable-info-update` which will append the to the Nextcloud serverinfo-URL a `&skipUpdate=false`. In...

enhancement