diff --git a/check_gitlab_tokens b/check_gitlab_tokens index fb024567c8d152c0f94f799503a8337dfe96122c..b839b060881822b5eaa759a406a51e41a9ed056f 100755 --- a/check_gitlab_tokens +++ b/check_gitlab_tokens @@ -11,19 +11,20 @@ # ---------------------------------------------------------------------- # 2024-10-29 v1.0 <axel.hahn@unibe.ch> # 2024-10-30 v1.1 <axel.hahn@unibe.ch> GITLAB_TOKEN=SKIP responds OK without tests +# 2024-11-20 v1.2 <axel.hahn@unibe.ch> Update rest api client # ====================================================================== cd "$( dirname "$0" )" || exit . "$( dirname $0 )/inc_pluginfunctions" || exit 1 -export self_APPVERSION=1.1 +export self_APPVERSION=1.2 sSkipvalue="SKIP" GITLAB_API='https://gitlab.example.com/api/v4' GITLAB_TOKEN="$sSkipvalue" GITLAB_CONFIG=/etc/icinga2/gitlab.cfg -REST_CLIENT="/opt/rest-api-client/rest-api-client.sh" +REST_CLIENT="/opt/rest-api-client/http.class.sh" projectUrls=