mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Fix more bare-mode @load dependency problems
This commit is contained in:
parent
521f54c4f0
commit
351b13d1c8
5 changed files with 10 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
@load base/utils/site
|
||||
@load base/utils/thresholds
|
||||
@load base/utils/conn-ids
|
||||
@load base/utils/directions-and-hosts
|
||||
|
||||
module SSH;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@load base/frameworks/notice/main
|
||||
@load base/utils/thresholds
|
||||
|
||||
module SSH;
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
##! This implements all of the additional information and geodata detections
|
||||
##! for SSH analysis.
|
||||
|
||||
@load base/frameworks/notice/main
|
||||
@load base/protocols/ssh/main
|
||||
|
||||
module SSH;
|
||||
|
||||
export {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@load base/frameworks/notice/main
|
||||
|
||||
module SSH;
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
##! Local site policy loaded only by the manager in a cluster.
|
||||
|
||||
@load base/frameworks/notice/main
|
||||
|
||||
# If you are running a cluster you should define your Notice::policy here
|
||||
# so that notice processing occurs on the manager.
|
||||
redef Notice::policy += {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue