Install Grafana | Grafana documentation

Viewing: v9.4 (latest) 으로 시작

SetupInstall GrafanaInstall on Debian or Ubuntu

시키는대로 따라했다

1. Download and install

sudo apt-get install -y apt-transport-https
sudo apt-get install -y software-properties-common wget
sudo wget -q -O /usr/share/keyrings/grafana.key <https://apt.grafana.com/gpg.key>
echo "deb [signed-by=/usr/share/keyrings/grafana.key] <https://apt.grafana.com> stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list

sudo apt-get update
sudo apt-get install grafana

2. Start the server

sudo systemctl daemon-reload
sudo systemctl start grafana-server
sudo systemctl status grafana-server
sudo systemctl enable grafana-server.service

포트는 건들지 않음 → 3000 기본

Build your first dashboard | Grafana documentation

Untitled

192.168.100.65:3000

까지 했는데 뭔 그래프 하나는 있는데…데이터 쿼리? 셋? DB?부터 만들어야하나보다 귀찮군

March 15, 2023