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!..
Need to Monitor VLAN(Data transfer/flow, speed, performance)
-
lanxessinfy
- Posts: 68
- Joined: Tue Nov 24, 2020 5:55 am
Re: Need to Monitor VLAN(Data transfer/flow, speed, performa
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
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
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?
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?
You do not have the required permissions to view the files attached to this post.
Re: Need to Monitor VLAN(Data transfer/flow, speed, performa
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?
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
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?
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.
Re: Need to Monitor VLAN(Data transfer/flow, speed, performa
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
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
Hi
Glad to help. I'll lock this topic now.
Have a good weekend!
Glad to help. I'll lock this topic now.
Have a good weekend!