Xymon Mailing List Archive search

Termination Error. Hobbit - 4.2.0

list Henrik Størner
Tue, 3 Oct 2006 07:30:20 +0200
Message-Id: <user-58cfbbc29843@xymon.invalid>

On Mon, Oct 02, 2006 at 09:48:36PM -0700, RAMA wrote:
Hi,
   
  All were fine for a month until I get this error in 
  /var/log/hobbit/clientdata.log 
2006-10-02 21:35:00 Worker process died with exit code 134, terminating

  and I am getting purple message for all hobitclient messages from that server.
   
  Using hobbit 4.2.0
Thanks for your report, it was quite clear as to what the problem is.
The attached patch should solve this.


Regards,
Henrik

-------------- next part --------------
--- hobbitd/client_config.c	2006/08/06 21:03:46	1.50
+++ hobbitd/client_config.c	2006/10/03 05:25:53
@@ -1249,6 +1249,7 @@
 	*abswarn = 0;
 	*abspanic = 0;
 	*ignored = 0;
+	*group = NULL;
 
 	rule = getrule(hostname, pagename, classname, C_DISK);
 	while (rule && !namematch(fsname, rule->rule.disk.fsexp->pattern, rule->rule.disk.fsexp->exp)) {