On Thu, 4 Oct 2012 12:47:32 +0200 (CEST), Olivier AUDRY <user-0dc286edb094@xymon.invalid>
▸ quoted from Olivier Audry
wrote:
hello
any ways to send info to xymon from external script directly without the
tcp/ip layer. Inter process com or something like that.
No.
Mixing IPC with network communications is horribly complicated, because
the two have an API that is completely different - you cannot wait on both
at the same time. It's a fundamental flaw in UNIX IPC design.
And I really don't understand what problem you should have with going
through the network interface ?
Regards,
Henrik