From 816b42d91b5f0e53ae57a5a31e322e8ffeef2019 Mon Sep 17 00:00:00 2001 From: Romain H Date: Sat, 6 Mar 2021 15:11:46 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20URL=20pour=20d=C3=A9tection=20nouv?= =?UTF-8?q?elle=20version=20#5267?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitoring/check_dropchaprilorg_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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