[go: up one dir, main page]

I can't access the Prometheus Dashboard under http://IPGitLab:9090

Сan you help me? I can't access the Prometheus Dashboard under http://192.168.0.25:9090 = this is my gitlab IP. Ver of GitLab 9.4.0 In this version, Prometheus is already enabled by default (specified in the documentation). But I can not get into Prometheus Dashboard. In admin settings, I added settings: Enable Prometheus Metrics. Just in case, in rb, i added:

prometheus['enable'] = true
node_exporter['enable'] = true

In my project i add settings too.. image nothing.

reconfigure after that..
In gitlab server i see 9090 port, but can't access via http.

root@gitlab:/etc/gitlab# netstat -ntulp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:9121          0.0.0.0:*               LISTEN      7359/redis_exporter
tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN      7338/prometheus
tcp        0      0 127.0.0.1:9187          0.0.0.0:*               LISTEN      7320/postgres_expor
tcp        0      0 127.0.0.1:9100          0.0.0.0:*               LISTEN      7315/node_exporter
tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN      7426/config.ru
tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      7307/nginx
tcp        0      0 0.0.0.0:45361           0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1021/sshd
tcp        0      0 0.0.0.0:8060            0.0.0.0:*               LISTEN      7307/nginx
tcp6       0      0 :::32975                :::*                    LISTEN      -
tcp6       0      0 :::22                   :::*                    LISTEN      1021/sshd

I want connect my Grafana to Prometheus, but i can't see in browser dashboard of Prometheus and connect from Grafana. What am I doing wrong? Tnks for answer..