On 9/2/11 12:55 PM, Gregory Sloop wrote: > > I'd like to use the Net::SMTP module instead of sendmail - (Just > easier, IMO) and I need to use an alternate port. [Like 26] > > Is there some way to configure this? I've searched the lists [and > Google] and was not able to find anything...
Greg, For alerts you can specify any command you want, so instead of / in addition to using an email address, you can do something like: > *** Alerts *** > # 'to' can be a comma separated list of email addresses or programs > to = [email protected],|/path/to/mail-alerts.sh ...where mail-alerts.sh is a script you write or find that does what you want. See the options for the 'to' variable in the Alerts section of the docs, here: > http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html#I____Alerts____ Cheers, -tt _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
