This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Linux Service Monitoring with SAM

I need to monitor the CRON service on our Linux box (ubuntu) and set up an alert if it stops. I am using "pgrep -c cron". I need to create an alert if the return is "0" (not running).

What is the best way to accomplish this using SAM?