install grafana

warning

sanctions in da plate - eventually use 01proxy

cd /etc/apt/apt.conf.d/
vi 01proxy

Acquire::http::Proxy::apt.grafana.com "http://localhost:3142";

install

#apt install apt-transport-https software-properties-common wget

cd /usr/share/keyrings/
wget -O - https://apt.grafana.com/gpg.key > grafana.asc
gpg1 --dearmor < grafana.asc > grafana.gpg

vi /etc/apt/sources.list.d/grafana.list

deb [signed-by=/usr/share/keyrings/grafana.gpg] https://apt.grafana.com stable main

apt update
apt install grafana

ready to go

see grafana

resources

https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/

HOME | GUIDES | PLAYBOOKS | LECTURES | LAB | CONTACT | HTML | CSS
Licensed as MIT