On Sat, Aug 30, 2014 at 7:14 PM, Tal Eliahu <[email protected]> wrote: > i want to create my own rule with bash script >
I don't think what you've stated is actually what you want, but to clarify you state that you want to create a rule using a bash script? That's pretty easy: #!/bin/bash echo '<rule id="99999" level="2">' >> /var/ossec/bash_script_created_rules.xml etc. > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
