Skip to content

Instantly share code, notes, and snippets.

@colemanjp
Last active August 29, 2015 14:05
Show Gist options
  • Save colemanjp/9752bfdade300ad69d59 to your computer and use it in GitHub Desktop.
Save colemanjp/9752bfdade300ad69d59 to your computer and use it in GitHub Desktop.
SEC 2 patterns with single action
type=Single
ptype=RegExp
pattern=one
desc=one_matched
action=event NEED_BOP
type=Single
ptype=RegExp
pattern=two
desc=two_matched
action=event NEED_BOP
type=SingleWithSuppress
ptype=RegExp
pattern=NEED_BOP
desc=bop
action=shellcmd /usr/bin/echo RUNNING_BOP_SCRIPT
window=30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment