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:
Daniel Thayer 2016-07-05 10:36:03 -05:00
parent fb0b1fcc62
commit b80298a9ad
4 changed files with 13 additions and 13 deletions

View file

@ -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";