<
From version < 84.1 >
edited by Xiaoye
on 2022/11/21 11:22
To version < 83.1 >
edited by Xiaoye
on 2022/11/12 15:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -227,68 +227,6 @@
227 227  )))
228 228  
229 229  
230 -
231 -== 2.6 How to install Grafana and influxdb ==
232 -
233 -
234 -=== **Grafana:** ===
235 -
236 -
237 -(% class="box infomessage" %)
238 -(((
239 -curl https:~/~/packages.grafana.com/gpg.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/grafana-archive-keyrings.gpg >/dev/null
240 -echo "deb [signed-by=/usr/share/keyrings/grafana-archive-keyrings.gpg] https:~/~/packages.grafana.com/oss/deb stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
241 -apt update && apt install grafana
242 -)))
243 -
244 -
245 -Check the running status:
246 -
247 -
248 -(% class="box infomessage" %)
249 -(((
250 -systemctl status grafana-server
251 -)))
252 -
253 -
254 -configuration path:
255 -
256 -
257 -(% class="box infomessage" %)
258 -(((
259 -/etc/grafana/grafana.ini
260 -)))
261 -
262 -
263 -=== **Influxdb:** ===
264 -
265 -
266 -(% class="box infomessage" %)
267 -(((
268 -curl https:~/~/repos.influxdata.com/influxdb.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/influxdb-archive-keyring.gpg >/dev/null
269 -echo "deb [signed-by=/usr/share/keyrings/influxdb-archive-keyring.gpg] https:~/~/repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
270 -apt update && apt install influxdb
271 -)))
272 -
273 -
274 -Check the running status:
275 -
276 -
277 -(% class="box infomessage" %)
278 -(((
279 -systemctl status influxdb
280 -)))
281 -
282 -
283 -configuration path:
284 -
285 -
286 -(% class="box infomessage" %)
287 -(((
288 -/etc/influxdb/influxdb.conf
289 -)))
290 -
291 -
292 292  = 3. Package Maintain Note =
293 293  
294 294  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0