On 12/18/2013 10:50 AM, Paul Fontenot wrote:
> Thanks, I changed it to this Exec if $SourceName =~ /^(yum|su|sudo)$/ $dst =
> $1; 
>
> It wouldn't recognize the su but did recognize sudo - meaning su didn't end
> up in a dedicated log it ended up in the messages.log (catch all)

Yeah, I missed a ? in my original, should have been:

Exec if $SourceName =~ /^(yum|su(do)?)$/ $dst = $1;


But the alternative is fine, too -- still just a bit more compact than the 
original :).

Regards,
Mark

-- 
Mark D. Nagel, CCIE #3177 <mna...@willingminds.com>
Principal Consultant, Willing Minds LLC (http://www.willingminds.com)
cell: 949-279-5817, desk: 714-495-4001, fax: 714-646-8277

** For faster support response time, please
** email supp...@willingminds.com or call 714-495-4000


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to