Need to Monitor VLAN(Data transfer/flow, speed, performance)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lanxessinfy
Posts: 68
Joined: Tue Nov 24, 2020 5:55 am

Need to Monitor VLAN(Data transfer/flow, speed, performance)

Post by lanxessinfy »

Hi,

We have a requirement to monitor VLAN(‘Data transfer/flow, speed, performance’)
Earlier it was monitored in PRTG tool. Now They want us to monitor in Nagiosxi.

Is there any possibilities to monitor it.

Thanks in advance!..
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by ssax »

You should be able to monitor the VLAN bandwidth/status via Configure > Configuration Wizards > Network Switch/Router.

https://support.nagios.com/kb/article/n ... h-685.html
lanxessinfy
Posts: 68
Joined: Tue Nov 24, 2020 5:55 am

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by lanxessinfy »

Hi,
We have configured one device using "Network Switch / Router" wizard.
we have monitoring all the available services it has scanned.

Issue:
Port status of some ports are critical but the bandwidth is ok for that ports.
Why is that? Could you please give us some information on that?
Capture.PNG
Capture1.PNG
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by ssax »

What is the full output from the services that are failing? If you click on the service to see the details does it show more?

Maybe it's interfaces are down/not used?
lanxessinfy
Posts: 68
Joined: Tue Nov 24, 2020 5:55 am

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by lanxessinfy »

Hi,

Attached the Screenshot of Service output.

If the port is critical then the Bandwidth should be also effect right?

Could you please give us clarification on this:
Ports status: What exactly does it monitor?
Bandwidth: what exactly does it monitor?
You do not have the required permissions to view the files attached to this post.
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by gsmith »

Hi

The status of the port uses the check_ifoperstatus plugin

The status of the port will give one of theses statuses when it is dormant:
-w (--warn =i|w|c) ignore|warn|crit if the interface is dormant (default critical)
-D (--admin-down =i|w|c) same for administratively down interfaces (default warning)

So in your case the the port isn't being used, so the status is reporting as critical (the default)
while the bandwidth is reporting as OK because the bandwidth = 0 and that is less than the warning
and critical values for the bandwidth of that port.


Thanks
lanxessinfy
Posts: 68
Joined: Tue Nov 24, 2020 5:55 am

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by lanxessinfy »

Thanks much!
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Need to Monitor VLAN(Data transfer/flow, speed, performa

Post by gsmith »

Hi

Glad to help. I'll lock this topic now.


Have a good weekend!
Locked