Network switch/router interface % bandwidth ...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Network switch/router interface % bandwidth ...

Post by xpertech »

I'm using network switch/router wizard (https://youtu.be/iFNij0mkwm8), but is there possible to monitor interface in % bandwidth usage? (in percentage rather than speed)
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Network switch/router interface % bandwidth ...

Post by tgriep »

You would have to use a different plugin to show the Bandwidth percentage.
This plugin will show the traffic in both formats.
https://exchange.nagios.org/directory/P ... 64/details

The example below is testing a network port called eno16777736 and displaying the units as megabits/s.

Code: Select all

./check_iftraffic64.pl -H 192.168.112.130 -C public -b 100 -u m -M 100000000 -i eno16777736   

Code: Select all

OK - Average IN: 1.40MB (11.18%), Average OUT: 294.49KB (2.36%)Total RX: 4.03GBytes, Total TX: 828.75MBytes|inUsage=11.18%;85;98 outUsage=2.36%;85;98 inBandwidth=1397570.01B outBandwidth=294487.40B inAbsolut=4029205091c outAbsolut=828748466c
You would have to change the command for your needs.
Try it out.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked