Hi All,
Can we check memory usage of a particular process in nagios?
If Yes can some one guide me how to configure?
Memory Usage of a Process in Windows?
-
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?
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.
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?
hi slansing,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.
is there any plugin to monitor process memory usage in nagios??
Re: Memory Usage of a Process in Windows?
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.
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?
Awesome, anything we can do to try and help?