How to monitor Windows/Linux Network Interface Bandwidth?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
igsadmin
Posts: 64
Joined: Wed Mar 26, 2014 5:09 am

Re: How to monitor Windows/Linux Network Interface Bandwidth

Post by igsadmin »

Box293 wrote:
igsadmin wrote:Hi, some are VM, some are physical machine.
For the VM's, if they are VMware VM's then I have a plugin that can report the guest VM network usage. This is handy as it is OS independent.

Check out box293_check_vmware here:
http://exchange.nagios.org/directory/Pl ... re/details

Specifically Guest_NIC_Usage.
Hi, I went through the plugins, it is very good plugins...
Will try it out..
Can this plugins generate the performance graph in Nagios?
igsadmin
Posts: 64
Joined: Wed Mar 26, 2014 5:09 am

Re: How to monitor Windows/Linux Network Interface Bandwidth

Post by igsadmin »

lmiltchev wrote:Using the Switch/Router Monitoring wizard should work for monitoring the network interface bandwidth on Windows or Linux boxes as well. Example:
example01.PNG
Yup, i tired this in my environment...
Just hope the Nagios team can bundle this into the Win/Linux host monitoring.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: How to monitor Windows/Linux Network Interface Bandwidth

Post by Box293 »

igsadmin wrote:Hi, I went through the plugins, it is very good plugins...
Will try it out..
Can this plugins generate the performance graph in Nagios?
Yes, here is an example:

Code: Select all

Example:
box293_check_vmware.pl --check Guest_NIC_Usage --server 192.168.1.211 --guest "vSphere Management Assistant (vMA)"

Output:
OK: {Rate (Rx:236 kBps / 96%)(Tx:11 kBps / 4%)} {Packets (Rx:3,669)(Tx:875)}|'Rate Rx'=236kBps 'Rate Tx'=11kBps 'Packets Rx'=3669 'Packets Tx'=875
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
igsadmin
Posts: 64
Joined: Wed Mar 26, 2014 5:09 am

Re: How to monitor Windows/Linux Network Interface Bandwidth

Post by igsadmin »

Box293 wrote:
igsadmin wrote:Hi, I went through the plugins, it is very good plugins...
Will try it out..
Can this plugins generate the performance graph in Nagios?
Yes, here is an example:

Code: Select all

Example:
box293_check_vmware.pl --check Guest_NIC_Usage --server 192.168.1.211 --guest "vSphere Management Assistant (vMA)"

Output:
OK: {Rate (Rx:236 kBps / 96%)(Tx:11 kBps / 4%)} {Packets (Rx:3,669)(Tx:875)}|'Rate Rx'=236kBps 'Rate Tx'=11kBps 'Packets Rx'=3669 'Packets Tx'=875

Thanks, will try it out.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to monitor Windows/Linux Network Interface Bandwidth

Post by lmiltchev »

Sure. Let us know if you have any more questions/issues.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked