[hobbit] Hobbit-alerts.cfg configuration
Henrik Stoerner
henrik at hswn.dk
Wed Jul 6 16:29:30 CEST 2005
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
More information about the Xymon
mailing list