mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

These are no longer loaded by default due to the performance impact they cause simply by being loaded (they have event handlers for commonly generated events) and they aren't generally useful enough to justify it.
11 lines
283 B
Text
11 lines
283 B
Text
@load ./main
|
|
@load ./weird
|
|
|
|
# There should be no overhead imposed by loading notice actions so we
|
|
# load them all.
|
|
@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
|