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