4 Oct
2012
4 Oct
'12
11:18 a.m.
On Thu, 4 Oct 2012 12:47:32 +0200 (CEST), Olivier AUDRY <olivier at audry.fr> 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