Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
233 stars 93 forks source link

Nothing showing in Grafana - Possible DB not getting data #228

Closed bodleytunes closed 6 years ago

bodleytunes commented 6 years ago

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

bodleytunes commented 6 years ago

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

image

bodleytunes commented 6 years ago

image

bodleytunes commented 6 years ago

TCP Resets when accessing the gui image

psagrera commented 6 years ago

Hi @bodleytunes

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

https://github.com/influxdata/influxdb/pull/8306 https://github.com/influxdata/influxdb/issues/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

bodleytunes commented 6 years ago

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.