Difference between revisions of "Grafana installation in Linux"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
[[sudo apt-get install grafana-enterprise]] | [[sudo apt-get install grafana-enterprise]] | ||
+ | |||
+ | === [[systemctl]] === | ||
+ | sudo [[systemctl daemon-reload]] | ||
+ | sudo [[systemctl start grafana-server]] | ||
+ | sudo [[systemctl status grafana-server]] | ||
− | |||
− | |||
− | |||
* Connect: http://localhost:3000/ | * Connect: http://localhost:3000/ |
Latest revision as of 09:50, 21 December 2022
https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/
sudo apt-get install -y apt-transport-https sudo apt-get install -y software-properties-common wget sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com beta main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
sudo apt-get update
# Install the latest OSS release: sudo apt-get install grafana
Or
# Install the latest Enterprise release: sudo apt-get install grafana-enterprise
systemctl[edit]
sudo systemctl daemon-reload sudo systemctl start grafana-server sudo systemctl status grafana-server
- Connect: http://localhost:3000/
Related[edit]
See also[edit]
- Grafana, Grafana datasources, Grafana Alerting, Grafana installation, Grafana Labs, Grafana Changelog,
Grafana logs
,docker-compose.yml (Grafana)
, Grafana Loki, Grafana Tanka, StatsD and Graphite,grafana-cli
, Loki, LogQL, Grafana Enterprise, Grafana Cloud, Grafana alerts, Amazon Grafana, Grafana OnCall, Grafana Tempo, Grafana Mimir, Grafana agent, plugins, Terraform, Grafana dashboards,/etc/grafana/grafana.ini
, Grafana Pyroscope
Advertising: