File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ scrape_configs:
107107 - job_name : ' node_exporter'
108108 static_configs :
109109 - targets : ['localhost:9100']
110- - job_name : ' trin'
110+ - job_name : ' trin'
111111 static_configs :
112112 - targets : ['localhost:9101']
113113` ` `
@@ -207,6 +207,10 @@ Node explorer uses port 9100 by default.
207207
208208Install
209209` ` ` sh
210+ sudo apt-get install -y apt-transport-https software-properties-common wget
211+ sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
212+ 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
213+ sudo apt update
210214sudo apt install grafana
211215` ` `
212216Open config
You can’t perform that action at this time.
0 commit comments