Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_process_remote

Rating
3 votes
Favoured:
0
Hits
148531
Files:
FileDescription
check_process_remotecheck_process_remote
Nagios CSP

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!
Nagios plugin to check a remote process over rsh or ssh
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
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$