Skip to content

Instantly share code, notes, and snippets.

@Wicaeed
Created March 26, 2018 20:14
Show Gist options
  • Save Wicaeed/ceb327ef218803b8ddc624b87aa8f4bf to your computer and use it in GitHub Desktop.
Save Wicaeed/ceb327ef218803b8ddc624b87aa8f4bf to your computer and use it in GitHub Desktop.
gitlab-ctl status
root@host:/# gitlab-ctl status
run: gitaly: (pid 434) 243s; run: log: (pid 433) 243s
run: gitlab-monitor: (pid 441) 243s; run: log: (pid 422) 243s
run: gitlab-workhorse: (pid 444) 243s; run: log: (pid 437) 243s
run: logrotate: (pid 418) 243s; run: log: (pid 412) 243s
run: nginx: (pid 429) 243s; run: log: (pid 428) 243s
run: node-exporter: (pid 421) 243s; run: log: (pid 416) 243s
run: postgres-exporter: (pid 432) 243s; run: log: (pid 430) 243s
run: postgresql: (pid 415) 243s; run: log: (pid 411) 243s
run: prometheus: (pid 414) 243s; run: log: (pid 413) 243s
run: redis: (pid 442) 243s; run: log: (pid 435) 243s
run: redis-exporter: (pid 426) 243s; run: log: (pid 425) 243s
run: sidekiq: (pid 419) 243s; run: log: (pid 417) 243s
run: sshd: (pid 27) 258s; run: log: (pid 26) 258s
run: unicorn: (pid 443) 243s; run: log: (pid 436) 243s
root@host:/# gitlab-ctl service-list
gitaly*
gitlab-monitor*
gitlab-workhorse*
logrotate*
nginx*
node-exporter*
postgres-exporter*
postgresql*
prometheus*
redis*
redis-exporter*
sidekiq*
sshd*
unicorn*
@Wicaeed
Copy link
Author

Wicaeed commented Mar 26, 2018

2018/03/26 20:15:23 [crit] 460#0: *18 connect() to unix:/var/opt/gitlab/gitlab-workhorse/socket failed (13: Permission denied) while connecting to upstream, client: 10.23.4.204, server: hostname, request: "GET / HTTP/1.1", upstream: "http://unix:/var/opt/gitlab/gitlab-workhorse/socket:/", host: "hostname:8080"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment