VictorRobellini / pfSense-Dashboard

A functional and useful dashboard for pfSense that utilizes influxdb, grafana and telegraf
669 stars 184 forks source link

Hi, great dashboard, but can't make it work #45

Closed VictorRobellini closed 2 years ago

VictorRobellini commented 2 years ago

-- Moving to it's own issue @sbeechee

Hi, great dashboard, but can't make it work Everything installed by the way it is documented, but still no data can be read from Grafana (Telegraf is writing in Influx and the database is called pfsense as the example). Is something missed in the documentation or is just plug and play as showed? Made some changes to the configuration because in Netgate SG-1100 the temperature can't be readed from the sysctl because there's no hw.acpi and also [[inputs.swap]] was producing some errors (can't read that variable of the system)

Regards Sebastian

Originally posted by @sbeeche in https://github.com/VictorRobellini/pfSense-Dashboard/issues/38#issuecomment-949915323

VictorRobellini commented 2 years ago

If you are getting data from pfSense to influx but unable to pull data with Grafana, something is probably wrong with your Grafana data source connection. I would recommend looking around: https://community.grafana.com. I don't have much experience troubleshooting this issue.

wrightsonm commented 2 years ago

There is a bit of playing around to get grafana to work with influxql if you are using the influxdb v2.x

This is my config for using influxql with infxdb v 2.x

image

wrightsonm commented 2 years ago

This is my config to use influxdb 2.x with the flux language:

image

lgwapnitsky commented 2 years ago

I've been working on rewriting this in Flux, and have forked the repo. See issue #44 for more info

VictorRobellini commented 2 years ago

The issue here in influx 2.x and the use of influxQL connections in my dashboard.