> > context. So I'm looking here for the balance between rsyslog doing > work > > for me and rsyslog performing as good as I need it. Perhaps exposing > the > > structures is not a good idea, either. > > Perhaps you could [ab]use the fact that ppString is an array and do > something like ommail does, using more than one string/template when > using a custom subject. What I don't know off the top of my head is > whether this would limit the number of different Oracle outputs you > could connect to.
The problem is that this number is expected to be fixed at compile time. I think it is possible that it is dynamically changed upon action creation, but it is a very "creative" use of this facility and I am not sure how well it will work. It may be worth considering a linked list of strings to pass, but on the other hand CSV parsing should involve not much overhead (just it is not as nice as a generic solution...). Raienr _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

