Example 7.2. Alert configuration with recipient
<configuration> <alerts> <alert id="my-alert" path="/path/to/my-script.sh"> <recipient id="my-alert-recipient" value="some-address"/> </alert> </alerts> </configuration>
my-script.sh
for each event, passing the recipient some-address
as an environment variable.