250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- selenium
- alb
- window
- AWS
- OAuth
- Passport
- MYSQL
- Vue
- pip
- nginx
- 안드로이드
- Prometheus
- FCM
- php
- https
- 파이썬
- 해시키
- ubuntu
- PostgreSQL
- Laravel
- MacOS
- node
- flutter
- 구글 API
- mac
- Cordova
- Vue.js
- python
- SSH
- Android
Archives
- Today
- Total
728x90
반응형
목록DB monitoring (1)
728x90
반응형
print( sjw.iq == 200) output : true

Percona Monitoring and Management (PMM) # docker image pull docker pull percona/pmm-server:2 docker create --volume /srv --name pmm-data percona/pmm-server:2 /bin/true # 기본 포트 구성은 80:80 443:443 이지만, 다른 서비스가 80,443 포트를 사용중이여서 다른 포트로 변경하였다. docker run -d \ -p 8090:80 \ -p 4443:443 \ --volumes-from pmm-data \ --name pmm-server \ --restart always \ percona/pmm-server:2 pmm-client 설치. https://www.per..
Mornitoring
2023. 2. 20. 11:26