This is no longer working for me with recent versions of Gitlab. Health checks work fine with curl. Debug doesn't seem to show anything.
$ ./check_gitlab.rb -m health -s https:// -k -t -d
Unknown - Not Found
# curl -k 'https:///-/readiness?token='
{"status":"ok","master_check":[{"status":"ok"}]}
Using Ruby 2.3 and Gitlab 12.5.3. Worked fine until I upgrade Gitlab, so likely API change.
hi yes this is already known...check here - https://gitlab.com/6uellerBpanda/check_gitlab/issues/9
This is no longer working for me with recent versions of Gitlab. Health checks work fine with curl. Debug doesn't seem to show anything. $ ./check_gitlab.rb -m health -s https:// -k -t -d Unknown - Not Found # curl -k 'https:///-/readiness?token=' {"status":"ok","master_check":[{"status":"ok"}]} Using Ruby 2.3 and Gitlab 12.5.3. Worked fine until I upgrade Gitlab, so likely API change.