Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 526 Bytes

install.md

File metadata and controls

executable file
·
26 lines (20 loc) · 526 Bytes

Grafana

Установка

apt-get update
apt-get install -y apt-transport-https software-properties-common wget
wget -q -O - https://packages.grafana.com/gpg.key | apt-key add -
echo "deb https://packages.grafana.com/enterprise/deb stable main" | tee -a /etc/apt/sources.list.d/grafana.list
apt-get update
apt-get install grafana-enterprise

Запуск сервиса

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