List of process

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

List of process

Post by FCC_Nagios_Support »

Hi,

Are there any plugin which sorts proccess by consume and check and list it from Nagios (f.e. top ten consuming)

Thks
KR
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: List of process

Post by lmiltchev »

What operating system are you talking about - Windows, Linux, etc.?
Be sure to check out our Knowledgebase for helpful articles and solutions!
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

Re: List of process

Post by FCC_Nagios_Support »

Hi Sir:
Both
I thought in EventHandler ...

Thks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: List of process

Post by lmiltchev »

We don't have anything that would monitor "top x" processes as far as CPU/Mem utilization goes. However, you could use some 3rd party plugins/scripts in order to achieve that. You can search for suitable scripts on the Nagios Exchange or you can just google it, e.g. "monitor top 10 processes".

Once you find a script that might work, you would do the following:

1. Test the plugin from the command line to make sure it works as expected
2.Define a command in Nagios XI
3. Add a service
4. Verify your service is working

For more information please review our official documentation on managing plugins in Nagios XI here:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked