mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Metrics framework checkpoint.
- New scan.bro merged in and reworked a bit. - Updated metrics API. Now possible to calculate much more.
This commit is contained in:
parent
1200d04f81
commit
d9195076b1
15 changed files with 851 additions and 356 deletions
|
@ -8,6 +8,9 @@
|
|||
# Apply the default tuning scripts for common tuning settings.
|
||||
@load tuning/defaults
|
||||
|
||||
# Load the scan detection script.
|
||||
@load protocols/conn/scan
|
||||
|
||||
# Generate notices when vulnerable versions of software are discovered.
|
||||
# The default is to only monitor software found in the address space defined
|
||||
# as "local". Refer to the software framework's documentation for more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue