Home Directory Plugins Operating Systems Windows Check Windows Network Traffic/Usage

Check Windows Network Traffic/Usage

Bookmark and Share

Rating
1 vote
Favoured:
0
Current Version
20121019
Last Release Date
2012-10-19
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Owner
License
GPL
Hits
18030
Check Windows Network Traffic/Usage
This plugin uses check_nt, which is part of the official Nagios plugin collection. However with check_nt you only get to check one value (e.g. Bytes sent/s). If one wants to create graphics with Bytes_in and Bytes_out, there is need to bundle two checks in one. This is where this plugin plays its part. It launches two check_nt checks (one for Bytes sent/s and one for Bytes received/s) and bundles both checks to one common output.
Please check out the following URL for complete and up to date documentation:
http://www.claudiokuenzler.com/nagios-plugins/check_win_net_usage.php

Version History
------------------
20111116 First version released
20120126 Bugfix in port check
20121010 Bugfix in password handling
20121019 Handling Connection Error (thanks Hermit)


Requirements
------------------
1) check_nt plugin
2) NSClient++ installed on Windows host
3) Set variable 'pluginlocation' at the begin of the plugin to your Nagios plugins path (e.g. /usr/local/nagios/libexec)


Definition of the parameters
------------------
-H Hostname of Windows server to check
-p Listening port of NSClient++ on target server (default 12489)
-s Password in case NSClient++ was defined to use a password
-i Name of network interface to use (not ethX, check Windows performance GUI)
-o Choose output of value in KB, MB (default Byte)
--help Help text


Usage Example
------------------
/usr/local/nagios/libexec # ./check_win_net_usage.sh -H mywindows.server.local -p 12489 -i "VMware Accelerated AMD PCNet Adapter" -o KB
Network OK - 14 Bytes Received/sec, 4 Bytes Sent/sec|bytes_in=14608;bytes_out=4196
Reviews (1)
Hello everybody.
i m search a good plugin to monitoring the network traffic on windows system.
My problem, i m french and i need to monitoring an operating system french and inside windows use a charactere special some like " é ç" and other .
When i use this plugin with spécial charatere he cant because i have é for é and ç for ç can you help me please