snort/snort.conf

Thu, 04 Oct 2012 20:08:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:08:55 +0200
changeset 711
e5faec28ec63
permissions
-rw-r--r--

Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.

michael@549 1 ##
michael@549 2 ## snort.conf -- Snort Daemon Configuration
michael@549 3 ##
michael@549 4
michael@549 5 # common variables
michael@549 6 var VAR_PATH @l_prefix@/var/snort
michael@549 7 var RULE_PATH $VAR_PATH/rules
michael@549 8
michael@549 9 # output selection
michael@549 10 config alertfile: $VAR_PATH/snort.alert.log
michael@549 11 output alert_fast: $VAR_PATH/snort.alert.log
michael@549 12 #output log_tcpdump: $VAR_PATH/snort.alert.cap
michael@549 13
michael@549 14 # configuration parameters
michael@549 15 config show_year
michael@549 16 config order: alert pass log
michael@549 17
michael@549 18 # load snort rules configuration
michael@549 19 var HOME_NET any
michael@549 20 var EXTERNAL_NET any
michael@549 21 include $RULE_PATH/snort.conf
michael@549 22

mercurial