11 Nov
2005
11 Nov
'05
1:13 p.m.
On Fri, Nov 11, 2005 at 12:27:58PM +0100, Martin Lyberg wrote:
I want to send and email-alert to myself if i get a red alert on any of my monitored systems on any servicers. How can i do this? Is it possbile to use some kind of wildcard? I tried HOST=* but it didn't work.
This in the ~hobbit/server/etc/hobbit-alerts.cfg should do it:
HOST=*
MAIL martin.lyberg at gmail.com
If it doesn't work, then please check if you can send mail at all from the Hobbit server. If you run
echo "mail test" | mail martin.lyberg at gmail.com
and the mail does not arrive, you'll have to check your mail setup first.
Regards, Henrik