Page 1 of 1

Which process is taking up the most memory.

Posted: Wed Aug 02, 2023 1:48 pm
by pchamourtzidis
Hello,

We need to monitor which process is taking up the most memory on a windows server with Nagios XI. Is there a reputable script or $arg$ command (through the memory usage service) I can use to capture this?

I’ve been using Nagios for years but I’m new to scripts within Nagios. Any help would be greatly appreciated.

Thank you,

Peter

Re: Which process is taking up the most memory.

Posted: Fri Aug 04, 2023 4:18 am
by nirafox
Is there somewhere I can store it safely and without consuming a lot of memory? Useful tools for you when using smart devices.
You need to follow the instructions in this article how to screenshot on windows.

Re: Which process is taking up the most memory.

Posted: Fri Aug 04, 2023 5:26 am
by kg2857
To the OP, try looking at the options for taskman and on nagios exchange for a script.

Re: Which process is taking up the most memory.

Posted: Mon Aug 07, 2023 10:49 pm
by Wenesan
I'm monitoring the memory via NRPE which works great dumb ways to die However, when the threshold is met, I have no idea which processes are running high on memory.

Re: Which process is taking up the most memory.

Posted: Tue Aug 08, 2023 3:22 am
by kg2857
If you can't find a plugin on the exchange I guess you'll need to write one yourself.

Re: Which process is taking up the most memory.

Posted: Wed Nov 08, 2023 8:21 pm
by Tenoseta
The Windows fnaf security breach server you wish to monitor must first have the NRPE (Nagios Remote Plugin Executor) client installed. Nagios may run plugins on the remote Windows computer thanks to NRPE. The Nagios Exchange website has installation instructions and the Windows version of NRPE.

Re: Which process is taking up the most memory.

Posted: Tue Dec 05, 2023 10:45 am
by sgardil
If you would like to write your own plugin for this issue here are some resources that may be helpful.

https://nagios-plugins.org/doc/guidelines.html
https://support.nagios.com/kb/article/n ... 5-447.html

Re: Which process is taking up the most memory.

Posted: Fri Dec 08, 2023 10:58 pm
by polinkuer12
sgardil wrote: Tue Dec 05, 2023 10:45 am If you would like to write your own plugin for this issue here are some resources that may be helpful.

https://nagios-plugins.org/doc/guidelines.html Quick Draw
https://support.nagios.com/kb/article/n ... 5-447.html
It seems that these plugin colors are very complete. thank you for sharing!