Sample configurations

Configuration

In this example, the Process agent starts, stops, and monitors sendmail. This process is started with two arguments as determined in the Arguments attribute. The pid stored in the PidFile attribute is used to monitor the sendmail process.

Process sendmail (

PathName = "/usr/sbin/sendmail"

Arguments = "-bd -q30m"

PidFile = "/var/run/sendmail.pid"

)