TrueNAS Core with grafana and InfluxDB

Spootan

Cadet
Joined
Oct 26, 2023
Messages
1
I have installed grafana and influxdb via

Code:
pkg install www/grafana9
pkg install influxd


And both function absolutely fine. I can see
Code:
service grafana status
grafana is running as pid xyz
service influxd status
influxd is running as pid abc


With both functioning fine in terms of what youd expect at this stage. I have set up a graphite DB on influx and put the reporting data to it via truenas and this all shows up with no issue.
Code:
root@grafana:~ # influx
Connected to http://localhost:8086 version 1.8.10
InfluxDB shell version: 1.8.10
> use graphite
Using database graphite
> show series
key
---
servers.Server_local.aggregation.cpu-average.gauge.idle
servers.Server_local.aggregation.cpu-average.gauge.interrupt
servers.Server_local.aggregation.cpu-average.gauge.nice
servers.Server_local.aggregation.cpu-average.gauge.system
servers.Server_local.aggregation.cpu-average.gauge.user
servers.Server_local.aggregation.cpu-sum.gauge.idle
servers.Server_local.aggregation.cpu-sum.gauge.interrupt
servers.Server_local.aggregation.cpu-sum.gauge.nice
servers.Server_local.aggregation.cpu-sum.gauge.system
servers.Server_local.aggregation.cpu-sum.gauge.us61881


The database attaches fine in grafana (9.5.7) and shows 863 items selected. I can explore these and see the timeseries data in the pool via this data source. It only works for a very short amount of time however before a network error comes up and grafana crashes.
1698316763037.png


1698316788484.png


When trying to add data to any visualization in the panels, it does not show ANY data whatsoever and it does the same freeze and crash.
1698316875083.png

stuck on loading options followed by no options, then a crash.

Any ideas on what is going on or if any more information is required? Thanks in advance
 

Attachments

  • firefox_6k4IxZrL4C.png
    firefox_6k4IxZrL4C.png
    22.7 KB · Views: 50
  • 1698316035939.png
    1698316035939.png
    5.6 KB · Views: 49
  • 1698316453054.png
    1698316453054.png
    48.4 KB · Views: 53
  • 1698316497701.png
    1698316497701.png
    47.7 KB · Views: 45
Top