sudo apt-get install -y apt-transport-https
sudo apt-get install -y software-properties-common wget
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
sudo apt-get update
sudo apt-get install grafana
sudo service grafana-server start
sudo service grafana-server status
yfkwon@DESKTOP-A0P47SN î‚° ~ î‚° sudo service grafana-server stop
[sudo] password for yfkwon:
* Stopping Grafana Server [ OK ]
반응형
'IT > Linux' 카테고리의 다른 글
[Linux] Elastic Search + Kibana 설치 및 구동 (0) | 2020.11.29 |
---|---|
[Linux] Telegraf 설치 및 구동 (0) | 2020.11.29 |
[Linux] watch 명령을 이용한 linux 시스템 모니터링 (0) | 2020.11.29 |
[Linux] Check how many CPUs are there in Linux system (0) | 2020.11.29 |
[Tomcat] CentOS 7에 Tomcat8 설치 및 설정 (0) | 2020.11.29 |