250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- alb
- nginx
- ubuntu
- python
- Prometheus
- Cordova
- 해시키
- Vue.js
- OAuth
- Android
- mac
- PostgreSQL
- AWS
- node
- 파이썬
- pip
- https
- php
- FCM
- 구글 API
- selenium
- Laravel
- flutter
- 안드로이드
- MacOS
- window
- MYSQL
- SSH
- Vue
- Passport
Archives
- Today
- Total
print( sjw.iq == 200) output : true
[Grafana] 설치 (Ubuntu) 본문
728x90
반응형
설치.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y software-properties-common
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
sudo apt-get install grafana
실행.
sudo systemctl start grafana-server
localhost:3000 으로 접속. (ID: admin / Password: admin)
postgresql 연동
- 아래 화면의 Data sources 클릭
- Add data source 클릭.
-postgresql 접속정보 저장.
- 설정완료
대시보드 설정
-New dashboard 클릭
- Add a new panel 클릭
728x90
반응형
'Mornitoring' 카테고리의 다른 글
[PMM] DB monitoring (0) | 2023.02.20 |
---|---|
[Prometheus] 설치 (Ubuntu) (0) | 2023.02.16 |
Comments