Grafana 설치(window, mac)

Huiji Kim·2023년 6월 1일
0

이번에는 원광대XAWS OSS 아카데미에 멘토로 참여하게 되었습니다.
현재 저는 aws로 인프라를 모두 구축한 상태였고 데브옵스로서 앞으로 어떤 일을 해야할 지 고민 중이었습니다. 그러던 중 강사분께 서비스는 모두 구축을 하였는데 앞으로 데브옵스로서 해야할 일이 없냐고 여쭤보았고

네. 회사에서 지금 인프라 혼자하면
CloudWatch Metric 모아서 Grafana로 구현하는 거 해보면 도움 많이 될 거에요

라는 답변을 받았습니다.

그래서 Granafa를 도전하게 되었습니다.

Grafana Download

https://grafana.com/grafana/download?pg=get&plcmt=selfmanaged-box1-cta1&platform=windows
에 접속한 후 Download the zip file 을 다운받고 압축을 푼 후

cd (압축을 푼 경로)/bin
grafana-server start

grafana 서버를 실행시키는 동안은 해당 터미널은 종료해선 안된다.

http://localhost:3000 을 입력하면 Grafana 서버에 접속할 수 있다.

서버에 접속하면

위와 같은 화면이 뜨는데 초기 아이디와 비밀번호는 admin이다.

Mac에서 설치

brew update 
brew install grafana
brew services start grafana
kimhuiji@gimhuijiui-MacBookAir Downloads % brew install grafana      
Warning: grafana 9.5.3 is already installed and up-to-date.
To reinstall 9.5.3, run:
  brew reinstall grafana
kimhuiji@gimhuijiui-MacBookAir Downloads % brew service start grafana
Error: Unknown command: service

homebrew service를 설치해야 한다.

brew tap homebrew/services
kimhuiji@gimhuijiui-MacBookAir Downloads % brew services start grafana
==> Successfully started `grafana` (label: homebrew.mxcl.grafana)

비밀번호 분실 시

cd (압축을 푼 경로)/bin
grafana-cli admin reset-admin-password admin
profile
새로 학습하는 내용을 기록합니다. \n 예전 주소 : https://blog.naver.com/gmlwl0720

0개의 댓글