Browse Source

Incorporated Pete's feedback.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@10 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 15 years ago
parent
commit
8a3f2b539a
1 changed files with 21 additions and 9 deletions
  1. 21
    9
      SNF_CS_Developer_Package.3.0.2_p4/SNF4SA/snf4sa.cf

+ 21
- 9
SNF_CS_Developer_Package.3.0.2_p4/SNF4SA/snf4sa.cf View File

# #
#snf4sa.cf #snf4sa.cf
####################################################################
# Modify the following to suit your installation.
####################################################################
describe SNF4SA Message Sniffer
# Default configuration.
GBUdb_max_weight 3.0
snf_result 1 sa_score -5.0 short_circuit_no
snf_result 20 sa_score 6.0 short_circuit_yes
snf_result 40 sa_score 2.5 short_circuit_no
snf_result 47-62 sa_score 4.0 short_circuit_no
snf_result 63 sa_score 3.5 short_circuit_no
####################################################################
# Do not modify anything below this line.
####################################################################
# Name of plugin and rule.
loadplugin Snf4sa snf4sa.pm loadplugin Snf4sa snf4sa.pm
full SNF4SA eval:snf4sa_sacheck() full SNF4SA eval:snf4sa_sacheck()
describe SNF4SA Message Sniffer
# Header line containing the results from SNFServer. # Header line containing the results from SNFServer.
add_header all SNF-Result _SNFRESULTTAG_ add_header all SNF-Result _SNFRESULTTAG_
add_header all MessageSniffer-Scan-Result _SNFMESSAGESNIFFERSCANRESULT_ add_header all MessageSniffer-Scan-Result _SNFMESSAGESNIFFERSCANRESULT_
add_header all MessageSniffer-Rules _SNFMESSAGESNIFFERRULES_ add_header all MessageSniffer-Rules _SNFMESSAGESNIFFERRULES_
add_header all GBUdb-Analysis _SNFGBUDBANALYSIS_ add_header all GBUdb-Analysis _SNFGBUDBANALYSIS_
# Test lines.
GBUdb_max_weight 3.0
snf_result 1 sa_score -5.0 short_circuit_no
snf_result 20 sa_score 6.0 short_circuit_yes
snf_result 40 sa_score 5.0 short_circuit_no
snf_result 47-62 sa_score 4.0 short_circuit_no
snf_result 63 sa_score 2.5 short_circuit_no

Loading…
Cancel
Save