diff --git a/monitoring/check_dropchaprilorg_update b/monitoring/check_dropchaprilorg_update index 9e582b0..cc6327e 100755 --- a/monitoring/check_dropchaprilorg_update +++ b/monitoring/check_dropchaprilorg_update @@ -3,7 +3,7 @@ # Nagios plugin to check Firefox Send version # -LAST_VERSION=$(curl --silent https://api.github.com/repos/mozilla/send/tags | jq -r '.[0].name') +LAST_VERSION=$(curl --silent https://gitlab.com/api/v4/projects/21505091/repository/tags | jq -r '.[0].name') INSTALLED_VERSION=$(jq -r '.version' /srv/drop/www/package.json) if [ -z "$LAST_VERSION" ]; then