Here's my new alerts.cfg file. It didn't change anything though. I'm still not receiving alerts. To force a trouble situation I've got a line in my hosts file that's checking for ssh on a machine that has it turned off so it will cause a red alert.
HOST=* MAIL support at innovateteam.com COLOR=red RECOVERED NOTICE
Thank you.
*Kris Springer*
*=======================*
On Sat, Nov 9, 2013 at 6:26 AM, Carl Inglis <Carl.Inglis at rakon.com> wrote:
Try having the HOST entry on one line, and the other entries on another line:
HOST=*
MAIL support at innovateteam.com RECOVERED NOTICE(I don’t know if your color keyword is valid with the commas)
The documentation says that the first line is the host line, the other lines are one per recipient. So you could have:
HOST=*
MAIL first-line-support at example.com COLOR=yellowDURATION>10m NOTICE RECOVERED
MAIL second-line-support at example.com COLOR=yellowDURATION>1h NOTICE RECOVERED
MAIL support-manager at example.com COLOR=yellow DURATION>5hNOTICE RECOVERED
MAIL second-line-support at example.com COLOR=red NOTICERECOVERED
MAIL support-manager at example.com COLOR=red DURATION>120mNOTICE RECOVERED
Hope that helps.
Carl
*From:* Kris Springer [mailto:kspringer at innovateteam.com] *Sent:* 09 November 2013 08:54 *To:* Carl Inglis *Cc:* xymon at xymon.com *Subject:* Re: [Xymon] not receiving alerts
Here's my alerts.cfg
HOST=*
COLOR=red,yellow
MAIL support at innovateteam.com
RECOVERED
NOTICE
Thank you.
*Kris Springer*
*=======================*