Fix for checking installed and updateable apps (after nextcloud version 28)

This commit is contained in:
Sebastian L. 2024-03-03 14:07:51 +01:00
parent 14bca93e46
commit 5e36b8b8b5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if [ "${MUNIN_DEBUG:-0}" = 1 ]; then
set -x
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_}"
SCHEME="${scheme:-https}://"
TIMEOUT="${timeout:-2}"