On Mar 25, 2013 6:37 PM, "Kevin Kelly" <[email protected]> wrote: > > I have the following in the ossec.conf file: > > <localfile> > <log_format>full_command</log_format> > <command>netstat -tulpan |grep LISTEN |grep -v 127.0.0.1 | sort</command> > </localfile> > > How often is this command executed? Can I control how often it is executed? >
I think the default is 60, but I'd have to check. You can configure it though: http://ossec.net/doc/syntax/head_ossec_config.localfile.html#element-frequency > -- > Kevin Kelly > Director, Network Technology > Whitman College > > -- > > --- > 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/groups/opt_out. > > -- --- 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/groups/opt_out.
