Hey Robert,
Here’s what I’ve got in the alert exec line:
$HCIROOTsbinemailAlert.sh Facility001 192.168.1.1 site_01 “%A” Jon_Christian@chs.net
And here’s where I’m calling the mail command in my shell script:
mail -s “$subject” $mailto < $fname
I’ve tried putting an ampersand after both of those lines, but I’m still getting two emails for each time the alert is triggered. Am I doing something wrong here?