lephisto / pfsense-analytics

Pfsense Analytics w/ Graylog, Elasticsearch, InfluxDB and Grafana fully dockerized for Firewall and DPI..
GNU General Public License v3.0
157 stars 56 forks source link

Timeseries Database #37

Closed jorgejordao closed 3 years ago

jorgejordao commented 4 years ago

Hello

When i try to configure on NTOP the Influxdb it appear the following error:

imagem

jorgejordao commented 4 years ago

No one has this issue???

ghost commented 4 years ago

I went thru the install of this 2 weeks ago, and did not have this issue (all of this is new to me, but instructions were clear to follow).
Does that error message appear after toggling driver to InfluxDB and enter the InfluxDB UTL and Database name?

jorgejordao commented 4 years ago

image

jorgejordao commented 4 years ago

The instructions are clear to follow, but the error occours every time on this step, i've reinstalled all the process 4 times

Tad-Ski commented 4 years ago

I have this problem too. Incompatible InfluxDB version: required "1.5.1", found "nil"

Error happens when you click "save" button at very bottom of the form

I also went into the docker host and made sure to update the firewall to allow port 8086, but attempting access via browser returned a 404 response - page not found.

Tad-Ski commented 4 years ago

No one has this issue???

I fixed this on my end. I was specifying http://fqdn.server.name:8086, as soon as I used the IP address all worked.

lephisto commented 3 years ago

You can check by logging in via ssh on your pfsense and try to telnet on that host / port combination. Often it's the case, that the firewall for some reason can't resolve.

nukedupe commented 3 years ago

Hi, change image: 'influxdb:latest' to image: 'influxdb:1.8-alpine' in docker-compose.yml and it will work. Latest is 2.0 and not compatible with ntopng.