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.
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.