Hi,
Are there any plugin which sorts proccess by consume and check and list it from Nagios (f.e. top ten consuming)
Thks
KR
List of process
Re: List of process
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
Hi Sir:
Both
I thought in EventHandler ...
Thks
Both
I thought in EventHandler ...
Thks
Re: List of process
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
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!