mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
12 lines
304 B
Text
12 lines
304 B
Text
@load ./main
|
|
@load ./weird
|
|
|
|
# There should be no overhead imposed by loading notice actions so we
|
|
# load them all.
|
|
@load ./actions/drop
|
|
@load ./actions/email_admin
|
|
@load ./actions/page
|
|
@load ./actions/add-geodata
|
|
|
|
# Load here so that it can check whether clustering is enabled.
|
|
@load ./actions/pp-alarms
|