Hi Guys,
Is there any plugins that we can use to monitor Windows/Linux Network Interface Bandwidth?
I can't find any default plugins under Windows/Linux monitoring in Nagios XI.
Kindly please advise.
Thanks.
How to monitor Windows/Linux Network Interface Bandwidth?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: How to monitor Windows/Linux Network Interface Bandwidth
For windows, you could do this through performance counters, and if you have SNMP enabled on the systems, you could actually run our Switch / Bandwidth Monitoring Wizard against them. For linux, this would have to be done via SNMP in most cases, you can also try using the wizard, or searching the exchange:
http://exchange.nagios.org/index.php?op ... 0bandwidth
http://exchange.nagios.org/index.php?op ... 0bandwidth
Re: How to monitor Windows/Linux Network Interface Bandwidth
Is there any future deployment plan that Win/Linux network bandwidth monitor will include by default??slansing wrote:For windows, you could do this through performance counters, and if you have SNMP enabled on the systems, you could actually run our Switch / Bandwidth Monitoring Wizard against them. For linux, this would have to be done via SNMP in most cases, you can also try using the wizard, or searching the exchange:
http://exchange.nagios.org/index.php?op ... 0bandwidth
It will be good, Nagios XI team can consider about it.
Thanks.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: How to monitor Windows/Linux Network Interface Bandwidth
It may be possible, yes. However, in the case of the already existing wizards, that would either require that we force users to download an additional plugin that is not packaged with the nagios plugins package. Or we add an additional step to the wizards, which is not going to happen as far as I know. For now, either running that wizard I mentioned, or adding a custom plugin is your best bet, and likely will be in the future.
Re: How to monitor Windows/Linux Network Interface Bandwidth
I believe the most of the people demand of Win/Linux Bandwidth monitor as a Nagios plugins package.slansing wrote:It may be possible, yes. However, in the case of the already existing wizards, that would either require that we force users to download an additional plugin that is not packaged with the nagios plugins package. Or we add an additional step to the wizards, which is not going to happen as far as I know. For now, either running that wizard I mentioned, or adding a custom plugin is your best bet, and likely will be in the future.
Hopefully the release will be coming very soon.
Thanks for your information.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: How to monitor Windows/Linux Network Interface Bandwidth
Unfortunately, that is not the case (you're one of the only people who has openly asked for this), however, if you do have a handful of users you know would like to see it, feel free to post on our Github:
https://github.com/nagios-plugins
https://github.com/nagios-plugins
- 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
Are these machines VMware Virtual Machines by any chance?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: How to monitor Windows/Linux Network Interface Bandwidth
Hi, some are VM, some are physical machine.Box293 wrote:Are these machines VMware Virtual Machines by any chance?
Re: How to monitor Windows/Linux Network Interface Bandwidth
Using the Switch/Router Monitoring wizard should work for monitoring the network interface bandwidth on Windows or Linux boxes as well. Example:
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
- 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
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.igsadmin wrote:Hi, some are VM, some are physical machine.
Check out box293_check_vmware here:
http://exchange.nagios.org/directory/Pl ... re/details
Specifically Guest_NIC_Usage.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.