Skip to content

Instantly share code, notes, and snippets.

@chrisedrego
Created October 30, 2022 10:59
Show Gist options
  • Save chrisedrego/7021d8ebbd6c4ebc26ae5794e3ec8c58 to your computer and use it in GitHub Desktop.
Save chrisedrego/7021d8ebbd6c4ebc26ae5794e3ec8c58 to your computer and use it in GitHub Desktop.
Grafana
sudo apt update -y
sudo apt install -y gnupg2 curl software-properties-common -y
curl -fsSL https://packages.grafana.com/gpg.key|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/grafana.gpg
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
sudo apt update -y
sudo apt -y install grafana
sudo systemctl enable --now grafana-server
sudo systemctl status grafana-server.service
sudo journalctl -u grafana-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment