Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_process.sh
1.3.2
2011-08-15
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
GPL
102969
File | Description |
---|---|
check_process.sh | check_process.sh |
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!
Features:
- check whether a process is running
- try to start the process with a specified command
- return the result of the process starting attempt
NB! Don't run the script via sudo in order to be able to start program (as any command may be executed via sudo this way) - specify the starting command via sudo instead!
Example usage: Example: ./check_process.sh amavisd "Amavis daemon" "/usr/local/bin/sudo /usr/local/etc/rc.d/amavisd.sh start" perl
The script should be compatible with FreeBSD as well as with Linux.
- check whether a process is running
- try to start the process with a specified command
- return the result of the process starting attempt
NB! Don't run the script via sudo in order to be able to start program (as any command may be executed via sudo this way) - specify the starting command via sudo instead!
Example usage: Example: ./check_process.sh amavisd "Amavis daemon" "/usr/local/bin/sudo /usr/local/etc/rc.d/amavisd.sh start" perl
The script should be compatible with FreeBSD as well as with Linux.
Reviews (0)
Be the first to review this listing!