Xymon Mailing List Archive search

Serial alarm feeds

list Ralph Mitchell
Thu, 29 Aug 2013 20:33:52 -0400
Message-Id: <CAAEjoCV2318Ef58NkJzdOoY1HYpoFsTR92JWd07oPp3v66==user-441bcadf7dd5@xymon.invalid>

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