質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -75,3 +75,49 @@
|
|
75
75
|
なぜこのようになったのかがわかりません・・・
|
76
76
|
|
77
77
|
ご助力をいただけたら幸いです。
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
追記
|
82
|
+
|
83
|
+
----
|
84
|
+
|
85
|
+
```ここに言語を入力
|
86
|
+
|
87
|
+
gitlab-ctl status
|
88
|
+
|
89
|
+
```
|
90
|
+
|
91
|
+
上記を行なった際に以下のような警告がでました。
|
92
|
+
|
93
|
+
```ここに言語を入力
|
94
|
+
|
95
|
+
warning: alertmanager: unable to open supervise/ok: access denied
|
96
|
+
|
97
|
+
warning: gitaly: unable to open supervise/ok: access denied
|
98
|
+
|
99
|
+
warning: gitlab-monitor: unable to open supervise/ok: access denied
|
100
|
+
|
101
|
+
warning: gitlab-workhorse: unable to open supervise/ok: access denied
|
102
|
+
|
103
|
+
warning: logrotate: unable to open supervise/ok: access denied
|
104
|
+
|
105
|
+
warning: nginx: unable to open supervise/ok: access denied
|
106
|
+
|
107
|
+
warning: node-exporter: unable to open supervise/ok: access denied
|
108
|
+
|
109
|
+
warning: postgres-exporter: unable to open supervise/ok: access denied
|
110
|
+
|
111
|
+
warning: postgresql: unable to open supervise/ok: access denied
|
112
|
+
|
113
|
+
warning: prometheus: unable to open supervise/ok: access denied
|
114
|
+
|
115
|
+
warning: redis: unable to open supervise/ok: access denied
|
116
|
+
|
117
|
+
warning: redis-exporter: unable to open supervise/ok: access denied
|
118
|
+
|
119
|
+
warning: sidekiq: unable to open supervise/ok: access denied
|
120
|
+
|
121
|
+
warning: unicorn: unable to open supervise/ok: access denied
|
122
|
+
|
123
|
+
```
|