Hi
Is there a way to let the trapd forward the trap to another process by the use of IPC?
e.g is it possible to use the logging function to write to a named pipe created by another process?
I'm writing a interface towards an application that handles alarms within a system, what I want to do is to collect SNMP traps and convert them into a system alarm.
My idea was to use the trapd to collect the trap and to forward them to my interface process. My process has to be running continuously so I don't think I can use the "invoke" method
Any ideas appreciated!
/Micke
- Re: trap forwarding through IPC mikael . danielsson