Hobbit-alerts.cfg configuration
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