Grafana

Материал из Wiren Board
Версия от 14:36, 8 апреля 2021; Brainroot (обсуждение | вклад) (Создал.)

На основе https://grafana.com/docs/grafana/latest/installation/debian/

Подготовка к установке

Используем чистый Debian, Добавляем пакеты, ключи

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