[hobbit] Bug in notify

Henrik Stoerner henrik at hswn.dk
Sun Mar 20 14:54:46 CET 2005


On Fri, Mar 18, 2005 at 02:53:13PM -0500, Asif Iqbal wrote:
> MAIL email1 at here.com email2 at here.com NOTICE NOALERT
> 
> It only drops the second email address. Workaround is
> 
> MAIL email1 at here.com NOTICE NOALERT
> MAIL email2 at here.com NOTICE NOALERT

This should fix it.

Regards,
Henrik
-------------- next part --------------
--- hobbitd/do_alert.c	2005/03/03 21:19:01	1.53
+++ hobbitd/do_alert.c	2005/03/20 13:52:13
@@ -673,6 +673,7 @@
 				rwalk->format = currcp->format;
 				rwalk->interval = currcp->interval;
 				rwalk->criteria = currcp->criteria;
+				rwalk->noalerts = currcp->noalerts;
 			}
 		}
 	}


More information about the Xymon mailing list