mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Extend Supervisor Node config with list of custom scripts
This commit is contained in:
parent
297317b232
commit
00cd04b0ae
4 changed files with 25 additions and 0 deletions
|
@ -23,6 +23,7 @@ export {
|
|||
name: string;
|
||||
interface: string &optional;
|
||||
directory: string &optional;
|
||||
scripts: vector of string &default = vector();
|
||||
cluster: table[string] of ClusterEndpoint &default=table();
|
||||
|
||||
# TODO: separate node config fields from status fields ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue