Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_process_remote
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This plugin allows to check a number of process expected and allows to exclude some process
Ex : We're expecting 2 process for sshd except grep and root:
./check_process_remote -s rsh -H computer1 -p sshd -e grep+root -n 2
Ex : We're expecting 2 process for sshd except grep and root:
./check_process_remote -s rsh -H computer1 -p sshd -e grep+root -n 2
Reviews (1)
byiBrewBeer, January 20, 2022
Does what I needed. for my purposes, I created the following command:
command_line ./check_process_remote -s ssh -H $HOSTADDRESS$ -p $ARG1$ -n $ARG2$
command_line ./check_process_remote -s ssh -H $HOSTADDRESS$ -p $ARG1$ -n $ARG2$