mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
9 lines
250 B
Text
9 lines
250 B
Text
##! Local site policy loaded only by the manager in a cluster.
|
|
|
|
@load base/frameworks/notice
|
|
|
|
# If you are running a cluster you should define your Notice::policy here
|
|
# so that notice processing occurs on the manager.
|
|
redef Notice::policy += {
|
|
|
|
};
|