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
148342
Files:
FileDescription
check_process_remotecheck_process_remote
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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$