mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add more script package README files
The text from these README files appears on the "Bro Script Packages" page after building the documentation.
This commit is contained in:
parent
181f180374
commit
1b26c05c2c
5 changed files with 9 additions and 0 deletions
4
scripts/base/frameworks/notice/README
Normal file
4
scripts/base/frameworks/notice/README
Normal file
|
@ -0,0 +1,4 @@
|
|||
The notice framework enables Bro to "notice" things which are odd or
|
||||
potentially bad, leaving it to the local configuration to define which
|
||||
of them are actionable. This decoupling of detection and reporting allows
|
||||
Bro to be customized to the different needs that sites have.
|
1
scripts/policy/integration/barnyard2/README
Normal file
1
scripts/policy/integration/barnyard2/README
Normal file
|
@ -0,0 +1 @@
|
|||
Integration with Barnyard2.
|
1
scripts/policy/misc/app-stats/README
Normal file
1
scripts/policy/misc/app-stats/README
Normal file
|
@ -0,0 +1 @@
|
|||
AppStats collects information about web applications in use on the network.
|
1
scripts/policy/misc/detect-traceroute/README
Normal file
1
scripts/policy/misc/detect-traceroute/README
Normal file
|
@ -0,0 +1 @@
|
|||
Detect hosts that are running traceroute.
|
2
scripts/policy/tuning/defaults/README
Normal file
2
scripts/policy/tuning/defaults/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
Sets various defaults, and prints warning messages to stdout under
|
||||
certain conditions.
|
Loading…
Add table
Add a link
Reference in a new issue