This is a discussion on Re: unable to catch traps with a script within the SNMP Users forums, part of the Networking and Network Related category; Folkert van Heusden wrote: > In /etc/snmp/snmptrapd.conf I have this: > traphandle default /usr/local/sbin/my_script &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Folkert van Heusden wrote:
> In /etc/snmp/snmptrapd.conf I have this: > traphandle default /usr/local/sbin/my_script > > where my_script is: > #!/bin/sh > > echo $* >> /tmp/snmp.log > > Now if an event comes in, I only get empty lines(!) in my > /tmp/snmp.log-file. From http://www.net-snmp.org/docs/man/snmptrapd.conf.html: The program is fed details about the notification to its standard input ^^^^^^^^^^^^^^ +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=...720&dat=121642 _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |