This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    howtos:grafana [2021/07/12 15:14] admin  | 
                
                    howtos:grafana [2021/07/12 15:16] (current) 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> | ||
| Line 66: | Line 73: | ||
| - | ==== Links ==== | + | ====== Links ====== | 
| * [[https://grafana.com/|Grafana]] | * [[https://grafana.com/|Grafana]] | ||
| * [[https://www.influxdata.com/|InfluxDB]] | * [[https://www.influxdata.com/|InfluxDB]] | ||
| * [[https://collectd.org/|collectd]] | * [[https://collectd.org/|collectd]] | ||