Xymon Mailing List Archive search

Hobbit-alerts.cfg configuration

list Henrik Størner
Wed, 6 Jul 2005 16:29:30 +0200
Message-Id: <user-4012b3a95b55@xymon.invalid>

On Wed, Jul 06, 2005 at 04:19:34PM +0200, FIGARO Nicolas wrote:
I'd like to set a global rule in hobbit-alerts.cfg, to receive an e-mail
for any non green event. (hobbit 4.0.4 on aix 5.2). 
So I tried to add those lines at the bottom of the config file : HOST=.* SERVICE=.*
        MAIL my_email at my_domain COLOR=yellow
        MAIL my_email at my_domain COLOR=red
        MAIL my_email at my_domain COLOR=purple
"HOST=.*" is wrong. Try "HOST=*" (simple wildcard) or
"HOST=%.*" (regexp wildcard).


Henrik