Linux
Ubuntu(16.04) 시스템 리소스 모니터링(ganglia) 설치
dudwns3625
2021. 4. 26. 14:31
728x90
반응형
SMALL
Ubuntu(16.04) 시스템 리소스 모니터링(ganglia) 설치
1. 마스터노드 설치
sudo apt-get install -y ganglia-monitor gmetad ganglia-webfrontend
- rrdtool_1.4.7-1_amd64.deb 파일 다운로드 : https://launchpad.net/ubuntu/precise/amd64/rrdtool/1.4.7-1
sudo dpkg -i rrdtool_1.4.7-1_amd64.deb
2. 마스터노드 환경설정
sudo cp /etc/ganglia-webfrontend/apache.conf /etc/apache2/sites-enabled/ganglia.conf
sudo vi etc/ganglia/gmetad.conf
- data_source "my cluster" 30 localhost 추가
3. 마스터노드 실행
sudo service ganglia-monitor restart && sudo service gmetad restart && sudo service apache2 restart
4. 실행 확인
- 웹브라우저에서 localhost/ganglia 입력 후 확인
728x90
반응형
LIST