This is an old revision of the document!
Manual pages:
user@host:~$
To install Grafana on Debian:
root@host:~$ apt-get install -y apt-transport-https wget root@host:~$ wget -q -O - https://packages.grafana.com/gpg.key | apt-key add - root@host:~$ echo "deb https://packages.grafana.com/oss/deb beta main" > /etc/apt/sources.list.d/grafana.list root@host:~$ apt-get update root@host:~$ apt-get install grafana
To check the status of :
root@host:~$