728x90
반응형
## 확인
pmm-admin list
Warning: The recommended upgrade process is to upgrade PMM Server first, then PMM Clients.
See Percona's instructions for upgrading at https://www.percona.com/doc/percona-monitoring-and-management/deploy/index.html#deploy-pmm-updating.
pmm-admin 1.17.2
PMM Server | infra.naver
Client Name | test.naver
Client Address | 1.1.1.1
Service Manager | linux-systemd
---------------- ------------------- ----------- -------- ---------------------------- --------------------
SERVICE TYPE NAME LOCAL PORT RUNNING DATA SOURCE OPTIONS
---------------- ------------------- ----------- -------- ---------------------------- --------------------
mongodb:queries test - YES monitor:***@localhost:30001 query_examples=true
linux:metrics test 42000 YES -
mongodb:metrics test 42003 YES monitor:***@localhost:30001 cluster=hsd
## 중지
pmm-admin stop --all
[root@test bin]# pmm-admin stop --all
OK, stopped 3 services.
## 확인
[root@test bin]# pmm-admin list
Warning: The recommended upgrade process is to upgrade PMM Server first, then PMM Clients.
See Percona's instructions for upgrading at https://www.percona.com/doc/percona-monitoring-and-management/deploy/index.html#deploy-pmm-updating.
pmm-admin 1.17.2
PMM Server | infra.naver
Client Name | test.naver
Client Address | 1.1.1.1
Service Manager | linux-systemd
---------------- ------------------- ----------- -------- ---------------------------- --------------------
SERVICE TYPE NAME LOCAL PORT RUNNING DATA SOURCE OPTIONS
---------------- ------------------- ----------- -------- ---------------------------- --------------------
mongodb:queries test - NO monitor:***@localhost:30001 query_examples=true
linux:metrics test 42000 NO -
mongodb:metrics test 42003 NO monitor:***@localhost:30001 cluster=hsd
## 확인
[root@test bin]# ps -ef | grep pmm
root 13967 23503 0 20:38 pts/2 00:00:00 grep --color=auto pmm
## 시작
pmm-admin start --all
728x90
300x250
'IT > Opensource' 카테고리의 다른 글
Redash 설치 및 세팅 (bitnami 버전) (0) | 2021.08.11 |
---|---|
Redash 설치 및 세팅 (Docker Compose 버전) (0) | 2021.08.11 |
LVS 사전 준비 (0) | 2021.08.09 |
PMM 삭제 방법 (0) | 2021.07.04 |
Jenkins LDAP 인증 구성 시 TLS 에러 (0) | 2021.07.04 |