Search found 7 matches

by mcfuzz
Mon Nov 14, 2011 9:08 pm
Forum: Open Source Nagios Projects
Topic: A good Windows plugin for bandwidth monitoring?
Replies: 2
Views: 1217

A good Windows plugin for bandwidth monitoring?

Greetings all!

Does anyone know of a good SNMP plugin (or check_nrpe/check_nt) to monitor Windows host NIC utilization/bandwidth? I found one that works flawlessly for Linux using SNMP but it does not work well for Windows for it does not want to accept the NIC description :\

Thanks in advance!
by mcfuzz
Thu Nov 10, 2011 12:59 pm
Forum: Open Source Nagios Projects
Topic: How to monitor process CPU usage on Windows box via Nagios?
Replies: 10
Views: 12355

Re: How to monitor process CPU usage on Windows box via Nagi

The check_nt does more than CPU. It will do disk usage, memory, paging file Another solution, one that I did, is to install cygwin. Then you can install the nrpe and create UN*X like shell scripts for monitoring. If you cannot install cygwin, look again at check_nt. I did a google search using only...
by mcfuzz
Wed Nov 09, 2011 9:54 pm
Forum: Open Source Nagios Projects
Topic: How to monitor process CPU usage on Windows box via Nagios?
Replies: 10
Views: 12355

Re: How to monitor process CPU usage on Windows box via Nagi

Not sure if this would do it or not, but this is from a search on exchange.nagios.org http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/Check-Windows-Processes--2D-TK/details :\ it doesn't quite do the trick. I have to actually feed it argument - such as "Tell me if you th...
by mcfuzz
Wed Nov 09, 2011 12:46 pm
Forum: Open Source Nagios Projects
Topic: How to monitor process CPU usage on Windows box via Nagios?
Replies: 10
Views: 12355

Re: How to monitor process CPU usage on Windows box via Nagi

raggmopp wrote:There is the check_nt and a version of nrpe for winblows. Allows for checks on disk queue, HD usage, memory usage, CPU Load, Paging file, etc. Plus you can make your own.
The check_nt plugin only checks the general CPU utilization :(
by mcfuzz
Thu Oct 27, 2011 9:17 pm
Forum: Open Source Nagios Projects
Topic: How to monitor process CPU usage on Windows box via Nagios?
Replies: 10
Views: 12355

How to monitor process CPU usage on Windows box via Nagios?

Hi all, I've been scouring the well for quite a few days now trying to figure out an easy way to check for any process's CPU utilization on a Windows box either using nsclient++ or SNMP from a linux based NAGIOS host. I figured out how to check for the memory utilization of a single process via SNMP...