Giter Site home page Giter Site logo

Comments (6)

dgarros avatar dgarros commented on May 30, 2024

Hi

You should be able to graph all devices at the same time
you can select which device to graph using the drop down list on the top left corner of the dashboard.

IF you select all or if you type .*, you should get all devices, otherwise it's a bug

Please can you double check and confirm ?
Thanks

from open-nti.

nekogtr avatar nekogtr commented on May 30, 2024

I also have this exact issue using 2x QFX5100-24Q switches on Junos 14.1X53-D30.3.

The devices appear in the drop down list of the Grafana dashboard but just have "no datapoints". Going through the troubleshooting steps on the Wiki everything appears ok until Step D - Check if data is properly reaching the database.

Show measurements shows "jnpr.analyticsd" correctly, however the DB does not appear to have stored any data for the QFX's when running SELECT * FROM "jnpr.analyticsd" - simply returns Success! (No results to display)

from open-nti.

MJLIA avatar MJLIA commented on May 30, 2024

I am seeing a similar issue with not displaying graphs and I have check the TS steps.

I am getting data into influx, but it is not graphing anything.

SELECT * FROM "jnpr.analyticsd"

name: jnpr.analyticsd

time device interface type value
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.rxbcpkt 11938
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.txbyte 1.87201048e+08
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.txbcpkt 38714
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.rxcrcerr 0
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.txmcpkt 15129
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.txpps 1
1456841248000000000 EX-4300 xe-0/2/0 traffic-stats.rxucpkt 1.077743e+06

I started to test with PPS graph and tried running it on the cli

SELECT mean("value") FROM "jnpr.analyticsd" WHERE ("type" = 'traffic-stats.rxpps' OR "type" = 'traffic-stats.txpps') AND "device" =~ /$host_regex/ AND $timeFilter GROUP BY time($interval), "device", "interface", "type" fill(null)

I receive this error

ERR: error parsing query: found $, expected identifier, string, number, bool at line 1, char 152

Seems it does not like this part of the statement $timeFilter GROUP BY time($interval), "device", "interface", "type" fill(null)

My install is ubuntu 14.04 and current docker of the project. Any pointers would be helpful on the issue would be great.

from open-nti.

dgarros avatar dgarros commented on May 30, 2024

Hi @MJLIA

have you check the time on your devices and on the OpenNTI server ?
Time setting are very important

I data you are showing in your message have a timestamp corresponding to March 1st 2016

To check if you have a time issue, you can try to show "last 1 month" or "last 1 year" in Grafana.

Thanks
Damien

from open-nti.

MJLIA avatar MJLIA commented on May 30, 2024

That was it, thanks for pointing that out.

-J

On May 15, 2016, at 12:25 PM, Damien [email protected] wrote:

Hi
have you check the time on your devices and on the OpenNTI server ?
Time setting are very important

I data you are showing in your message have a timestamp corresponding to March 1st 2016

To check if you have a time issue, you can try to show "last 1 month" or "last 1 year" in Grafana.

Thanks
Damien


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #28 (comment)

from open-nti.

dgarros avatar dgarros commented on May 30, 2024

Great 👍

from open-nti.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.