Xymon Mailing List Archive search

Patch for local clients

list Jason K. Kruse
Fri, 29 Sep 2006 11:49:29 -0500
Message-Id: <user-e62f2af3809d@xymon.invalid>

Noticed this one today.  Clients configured for local monitoring get
"Failed to get a message, terminating" messages throughout their logs.

Patch for hobbitd_client.c to check for localmode for this error.

1716c1716
<                       errprintf("Failed to get a message,
terminating\n");
---
                      if (!localmode) errprintf("Failed to get a
message, terminating\n");
Jason