File bsd-mpd.sec of Package sec
############################################################################# # BSD mpd events # # Copyright (C) 2003-2009 Matt Jonkman # This is free software. You may redistribute copies of it under the terms of # the GNU General Public License version 2. # There is NO WARRANTY, to the extent permitted by law. ############################################################################# type=single desc = mpd connection start ptype=regexp pattern=([A-z._0-9-]*) mpd: PPTP connection from (\d+\.\d+\.\d+\.\d+):\d+ action=add GENERAL_REPORT MPD Start from $2 on $1 type=single ptype=regexp pattern=([A-z._0-9-]*) mpd: Name: (.*) desc = mpd user auth action=add GENERAL_REPORT MPD User $2 Auth on $1 type=Single ptype=RegExp pattern=([A-z._0-9-]*) mpd: pptp\d: killing connection with (\d+\.\d+\.\d+\.\d+):\d+ desc=mpd connection end action=add GENERAL_REPORT MPD Connection end from $2 on $1