테스트 환경 : VirturalBox 6.x , Ubuntu20.04
ubuntu 설치시에 Prometheus를 기본으로 추가 하여 설치 하였다.
prometheus.yml 설정파일이 보이고 9090포트가 LISTEN이 된걸 확인 할수 있다.
root@server:/# find ./ -name prometheus.yml ./var/snap/prometheus/53/prometheus.yml root@server:/# root@server:/# netstat -an | more Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:40778 127.0.0.1:9090 ESTABLISHED tcp 0 64 192.168.0.50:22 192.168.0.28:9862 ESTABLISHED tcp6 0 0 :::9090 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 127.0.0.1:9090 127.0.0.1:40778 ESTABLISHED udp 0 0 127.0.0.53:53 0.0.0.0:* udp 0 0 192.168.0.50:68 0.0.0.0:* raw6 0 0 :::58 :::* |
'Prometheus' 카테고리의 다른 글
fluent-bit , influxDB (2) | 2024.07.19 |
---|---|
신규 설치 error (0) | 2024.04.18 |