Linux

Ubuntu(16.04) 시스템 리소스 모니터링(ganglia) 설치

dudwns3625 2021. 4. 26. 14:31
728x90
반응형
SMALL

Ubuntu(16.04) 시스템 리소스 모니터링(ganglia) 설치

1. 마스터노드 설치

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