1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-01 22:03:57 +00:00

Merge pull request #1417 from brknkfr/nextcloud_fix

Fix for checking installed and updateable apps
This commit is contained in:
Kenyon Ralph 2024-03-03 09:49:04 -08:00 committed by GitHub
commit bec9e0aae4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ if [ "${MUNIN_DEBUG:-0}" = 1 ]; then
set -x set -x
fi fi
API_PATH="${api_path:-/ocs/v2.php/apps/serverinfo/api/v1/info}?format=json" API_PATH="${api_path:-/ocs/v2.php/apps/serverinfo/api/v1/info}?format=json&skipApps=false"
DOMAIN="${0##*nextcloud_}" DOMAIN="${0##*nextcloud_}"
SCHEME="${scheme:-https}://" SCHEME="${scheme:-https}://"
TIMEOUT="${timeout:-2}" TIMEOUT="${timeout:-2}"