Difference between revisions of "Check gitlab status.sh"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  #!/bin/bash
 
  #!/bin/bash
 
  [[gitlab-ctl status]]
 
  [[gitlab-ctl status]]
 +
[[curl]] [[-w]] "\n" http://localhost/-/health
 +
curl -s http://localhost/-/readiness | [[jq]]
 +
curl -s http://localhost/-/liveness | [[jq]]
  
 +
== See also ==
 +
* {{GitLab}}
  
 
+
[[Category:GitLab]]
* {{GitLab}}
 

Revision as of 17:29, 27 August 2022

Advertising: