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:
commit
bec9e0aae4
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue