mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Change how logger node is detected in cluster framework
Instead of assuming the logger node always has the name "logger", now broctl will set a boolean which the cluster framework scripts can use to determine if there is a logger node or not. Also removed one line from the manager node script, because it has to do with logging, which the logger.bro script handles.
This commit is contained in:
parent
fb0b1fcc62
commit
b80298a9ad
4 changed files with 13 additions and 13 deletions
|
@ -19,9 +19,6 @@ redef Log::enable_remote_logging = T;
|
|||
## Log rotation interval.
|
||||
redef Log::default_rotation_interval = 24 hrs;
|
||||
|
||||
## Alarm summary mail interval.
|
||||
redef Log::default_mail_alarms_interval = 24 hrs;
|
||||
|
||||
## Use the cluster's delete-log script.
|
||||
redef Log::default_rotation_postprocessor_cmd = "delete-log";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue