in reply to Calling and catching a trigger

What you are attempting sounds a lot like an SNMP Trap send and receive system.

Configure snmpd to receive the trap, and call your 'a.pl'.

When you need to send the trap, have your 'b.pl' call snmptrap to send it.

Much complexity, features and cruft can be added, once the basic system starts working.

            "XML is like violence: if it doesn't solve your problem, use more."

Replies are listed 'Best First'.
Re^2: Calling and catching a trigger
by Anonymous Monk on Jun 21, 2011 at 10:09 UTC