> -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of [email protected] > Sent: Tuesday, August 03, 2010 12:03 AM > To: rsyslog-users > Subject: [rsyslog] omspoof module > > In trying to use the module omspoof with 5.5.6 it looks like there is a > problem. > > the debug file shows a couple errors (entry points not present in > module)
That is perfectly valid. This is just information for me, so that I know which of the optional entry points are present or not. > followed by 'tried selector action for omudpspoof: -2001' This is also valid. rsyslog (bare of a better method) pushes the action part to the plugin. The plugin either returns OK (if it recognizes the format) or RS_RET_CONFLINE_UNPROCESSED = -2001 if it does not recognize it. So for each action, you'll see a couple of them. Thus my guess is that there simply is a syntax error in the :omudpspoof: part (typo?). > > then a couple of lines later when defining > $ActionUDPSpoofSourceNameTemplate it gets the error 'unkown config, did > you forget to load a module?' Mhhh... that doesn't sound normal. Do you have a longer excerpt of the debug log for me? Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

