2021年10月21日木曜日

Gitlab のヘルスチェックを行う方法

Gitlab のヘルスチェックを行う方法

概要

外形監視などを行う場合に使えます

環境

  • Omnibus Gitlab 14.2.3-ee

monitoring_whitelist の追加

gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '192.168.100.10']

reconfigure

  • gitlab-ctl reconfigure

動作確認

  • curl https://localhost-/health

Not Found

GitLab OK

最後に

monitoring_whitelist に追加された IP からはトークンなしで API をコールできるのでその仕組を使っています

参考サイト

0 件のコメント:

コメントを投稿