Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traffic only IPv4 #18

Closed
sbellm opened this issue Apr 27, 2020 · 6 comments
Closed

Traffic only IPv4 #18

sbellm opened this issue Apr 27, 2020 · 6 comments
Labels
bug Something isn't working
Projects

Comments

@sbellm
Copy link

sbellm commented Apr 27, 2020

Hallo together,

i'm using the BBB exporter and my BBB Instance runs IPv4 and IPv6.
In the Charts, only the IPv4 Traffic is shown, in netdata i can see different values!

Thanks for patching.

@tarunb999
Copy link

@sbellm .. I'm a novice in coding.
Can you be kind enough to spell in easy steps on how to install BBB exporter(and the accompaniments) and how much cpu does it eat?
It seems we need to to install Grafana, Prometheus and Netdata .. but in what sequence and in which directories etc?

Thanks for the help.

@greenstatic
Copy link
Owner

@sbellm I'll look into it. Thanks for the report!

@sbellm
Copy link
Author

sbellm commented Apr 28, 2020

For my server, i changed to
abs(netdata_net_net_kilobits_persec_average{chart="net.eth0", instance="$instance"}), because ipv4 and ipv6 ist bind to eth0.

You can show the ipv6 traffic via netdata_system_ipv6_kiloits_persec_average. that was no problem for me. Adding ipv4 and ipv6 traffic to one chart, that was my problem.

@greenstatic
Copy link
Owner

If you would like ipv4 and ipv6 traffic metrics to be separate, you can just add an additional query to the graph - one for ipv6 and the other for ipv6.

@sbellm
Copy link
Author

sbellm commented Apr 28, 2020

that is no problem, ipv4+ipv6 traffic is the best solution. (Because the client decides to join in v4 or v6 and the traffic is usually on the same network.

@greenstatic
Copy link
Owner

greenstatic commented Apr 28, 2020

I agree, but I am a bit reluctant on the user having to enter their primary interface (eth0 in your case). I'll look over the netdata metrics to see if there is some other alternative solution. Any other suggestions are welcome.

@greenstatic greenstatic added the bug Something isn't working label May 1, 2020
@greenstatic greenstatic added this to To do in v0.3.0 May 8, 2020
@greenstatic greenstatic moved this from To do to Done in v0.3.0 May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v0.3.0
  
Done
Development

No branches or pull requests

3 participants