Memory Usage of a Process in Windows?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
sh.shekhar89
Posts: 52
Joined: Fri Oct 10, 2014 3:17 pm

Memory Usage of a Process in Windows?

Post by sh.shekhar89 »

Hi All,

Can we check memory usage of a particular process in nagios?

If Yes can some one guide me how to configure?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Memory Usage of a Process in Windows?

Post by slansing »

You can do this through a combination of NSclient++ perf counter checks, and finding the right perf counter in the windows Perfmon application. You can take a look at a small example here:

http://digital.ni.com/public.nsf/allkb/ ... 2B00447A2E

There are quite a few metrics in there that could be useful.
sh.shekhar89
Posts: 52
Joined: Fri Oct 10, 2014 3:17 pm

Re: Memory Usage of a Process in Windows?

Post by sh.shekhar89 »

slansing wrote:You can do this through a combination of NSclient++ perf counter checks, and finding the right perf counter in the windows Perfmon application. You can take a look at a small example here:

http://digital.ni.com/public.nsf/allkb/ ... 2B00447A2E

There are quite a few metrics in there that could be useful.
hi slansing,

is there any plugin to monitor process memory usage in nagios??
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Memory Usage of a Process in Windows?

Post by slansing »

ged
Posts: 1
Joined: Sat Aug 02, 2014 4:37 am

Re: Memory Usage of a Process in Windows?

Post by ged »

The check_mk plugin seems well put together. It can do a lot more than just check memory consumption and it's extensible.

http://exchange.nagios.org/directory/Pl ... in/details

I found it easy to install but a bit noisy in operation.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Memory Usage of a Process in Windows?

Post by slansing »

Awesome, anything we can do to try and help?
Locked