Juniper / open-nti

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

Cannot connect to InfluxDB WebUI #234

Closed pzhivov closed 6 years ago

pzhivov commented 6 years ago

Hello, I have installed OPenNTI according to this https://techmocha.blog/2017/06/26/using-opennti-as-a-collector-for-streaming-telemetry-from-juniper-devices-part-1/ which is pretty much the same as the docs here. The underlying OS is Ubuntu Server 18.04.1. When I start doing initial checks I see that Grafana is working, but I cannot connect to InfluxDB WEbUI - http://:8083 while the port is open. I suspect there is something wring with the InfluxDB as I cannot see any stats in the Grafana WebUI while it does gets info from JTI sensors (captured by tcpdump on the OpenNTI's host interface). Could you please advise which steps are needed to find the cause of this and fix it?

user@ubuntu:~/open-nti$ sudo docker ps [sudo] password for user: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5ed36e6eca03 opennti_input-snmp "/source/start-input…" 24 hours ago Up 33 minutes 0.0.0.0:162->162/udp opennti_input_snmp 207c022da1e7 kapacitor:1.5.0 "/entrypoint.sh kapa…" 24 hours ago Up 33 minutes 0.0.0.0:9092->9092/tcp kapacitor 18566e476fb5 quay.io/influxdb/chronograf:1.5.0.1 "/usr/bin/chronograf…" 24 hours ago Up 33 minutes 0.0.0.0:8888->8888/tcp chronograf_con 60f35afcac26 juniper/open-nti-input-syslog:latest "/bin/sh -c /home/fl…" 24 hours ago Up 33 minutes 5140/tcp, 24220/tcp, 24224/tcp, 0.0.0.0:6000->6000/udp opennti_input_syslog 88aebe079459 opennti_input-oc "/entrypoint.sh /sou…" 24 hours ago Up 33 minutes 8092/udp, 8125/udp, 8094/tcp, 0.0.0.0:50051->50051/udp opennti_input_oc f1417a63628e juniper/open-nti-input-jti:latest "/bin/sh -c /fluentd…" 24 hours ago Up 33 minutes 0.0.0.0:50000->50000/udp, 24284/tcp, 0.0.0.0:50020->50020/udp opennti_input_jti 3d40933ae4f5 juniper/open-nti:latest "/sbin/my_init" 24 hours ago Up 33 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:3000->3000/tcp, 0.0.0.0:8083->8083/tcp, 0.0.0.0:8086->8086/tcp, 0.0.0.0:8125->8125/udp opennti_con

bodleytunes commented 6 years ago

Hi,

I had this issue too, docs out of date, ::8083 isn't listening anymore, you have to connect to chronograf on 8888 to see influxdb.

Cheers, Jon.

image

psagrera commented 6 years ago

Exactly :)

dinhphuoc07 commented 1 month ago

I also find username/password to authenticate chronograf