DB/DB 모니터링 (1) 썸네일형 리스트형 Grafana를 활용한 Postgresql 모니터링 환경 구성 # Grafana를 활용한 DB 모니터링 환경 구성 - DB 모니터링 툴에는 다양한 애플리케이션이 존재 - 오픈소스 중 모니터링에 가장 많이 사용하고 있는 Grafana를 활용하여 DB 모니터링 환경 구성 - EC2 및 온프레미스 환경이라고 가정하고 진행 1. Grafana 설치 // 설치 전 확인 # sudo apt-get update # sudo apt-get upgrade # apt-get install -y software-properties-common # sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main" # wget -q -O - https://packages.grafana.com/gpg.key | su.. 이전 1 다음