Xymon Mailing List Archive search

Serial alarm feeds

list Kevin King
Fri, 30 Aug 2013 10:07:58 -0400
Message-Id: <067b01cea58a$5676cfe0$03646fa0$@gmail.com>

Ralph, spot on!  I missed it, it was right there in the clientdata.log   

 
-Kevin

 
From: Ralph Mitchell [mailto:user-00a5e44c48c0@xymon.invalid] 
Sent: Thursday, August 29, 2013 8:34 PM
To: Jeremy Laidman
Cc: Kevin King; xymon at xymon.com
Subject: Re: [Xymon] Serial alarm feeds

 
I think xymon wants to see a matching section in xymond/xymond_client.c.
There's a big switch statement down at the bottom of that file, selecting
between the various client functions in xymond/client/*.c.  Those files are
included into xymond_client.c right above main().  If it hits the end of the
switch without matching an OS, it says:

 
          errprintf("No client backend for OS '%s' sent by %s\n", clientos,
sender);

 
That message is probably showing up in the log somewhere.

 
Ralph Mitchell

 
On Thu, Aug 29, 2013 at 8:07 PM, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>
wrote:

On Aug 30, 2013 8:54 AM, "Kevin King" <user-4c6c31ddcab2@xymon.invalid> wrote:
Jeremy, I was using your example of hostname.eagle eagle,  that was the
problem. I changed it to sunos and it posted fine. 
Maybe Xymon just wants to see a matching section in client-local.cfg.

J