User Tools

Site Tools


howtos:grafana

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
howtos:grafana [2021/07/12 16:14]
admin
howtos:grafana [2021/07/12 16:15]
admin
Line 9: Line 9:
  
 ===== influxdb ===== ===== influxdb =====
 +On the server you want the data to be sent to (make sure to open the relevant port [8096] in your firewall).
 <code bash> <code bash>
 sudo apt install influxdb sudo apt install influxdb
 sudo vim /​etc/​influxdb/​influxdb.conf sudo vim /​etc/​influxdb/​influxdb.conf
 +</​code>​
 +
 +===== grafana =====
 +<code bash>
 +sudo apt install grafana
 </​code>​ </​code>​
  
Line 28: Line 34:
 Enable (uncomment) the network Plugin: Enable (uncomment) the network Plugin:
 <​code>​ <​code>​
 +
 LoadPlugin network LoadPlugin network
 </​code>​ </​code>​
howtos/grafana.txt ยท Last modified: 2021/07/12 16:16 by admin