Difference between revisions of "Grafana installation in Linux"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
  sudo [[apt-get install -y apt-transport-https]]
 
  sudo [[apt-get install -y apt-transport-https]]
 
  sudo [[apt-get install -y software-properties-common wget]]
 
  sudo [[apt-get install -y software-properties-common wget]]
  sudo [[wget -q -O]] /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
+
  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 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
 
  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
+
  [[sudo apt-get update]]
  
 
  # Install the latest OSS release:
 
  # Install the latest OSS release:
Line 14: Line 14:
 
Or  
 
Or  
 
  # Install the latest Enterprise release:
 
  # Install the latest Enterprise release:
  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/
 +
 +
 +
 +
== Related ==
 +
* [[Elasticsearch installation]]
 +
* [[Grafana installation]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:50, 21 December 2022

Advertising: