mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update Management framework to new Supervisor::NodeConfig script fields
This commit is contained in:
parent
412c150c63
commit
e73b561dca
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ event zeek_init()
|
|||
|
||||
local epi = Management::Controller::endpoint_info();
|
||||
local sn = Supervisor::NodeConfig($name=epi$id, $bare_mode=T,
|
||||
$scripts=vector("policy/frameworks/management/controller/main.zeek"));
|
||||
$addl_base_scripts=vector("policy/frameworks/management/controller/main.zeek"));
|
||||
|
||||
# Establish the controller's working directory. If one is configured
|
||||
# explicitly, use as-is if absolute. Otherwise, append it to the state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue