Juniper / open-nti

Open Network Telemetry Collector build with open source tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing showing in Grafana - Possible DB not getting data

bodleytunes opened this issue · comments

Hi

Have IP connectivity, checked with TCP dump internally also ran a few commands to check the influxdb logs, looks to be receiving data and trying to update influxdb but when i run to see if there are "measurements" there is nothing there.

This is sending from vMX instances running remotely.

Please see some logs attached.

Many thanks,
Jon.
logs1.txt
logs2.txt

Also unable to access influx GUI on 8083, but I can access chronograph on 8888

image

TCP Resets when accessing the gui
image

Hi @bodleytunes

Old admin UI has been removed from influxdb , please see :

influxdata/influxdb#8306
influxdata/influxdb#8273.

Use chronograf instead

port 8083 is no longer being used. We will remove from the Dockerfile as soon as possible and update the documentation.

From the logs you've attached, I can see measurements in the juniper database

logs1.txt

root@23f9d31cbf51:/# influx -database juniper -execute 'show measurements'
name: measurements
name

juniperNetworks.jnprLogicalInterfaceExt
juniperNetworks.jnpr_firewall_ext
juniperNetworks.jnpr_interface_ext

logs2.txt

root@23f9d31cbf51:/# influx -database juniper -execute 'show measurements'
name: measurements
name

juniperNetworks.jnprLogicalInterfaceExt
juniperNetworks.jnpr_firewall_ext
juniperNetworks.jnpr_interface_ext

Regards

Hi

Yes looks like DB was getting data all along it was just bundled dashboards in grafana not showing any data so I have started to build my own and it seems to be working now.

Cheers!
Jon.