mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add option to change supervised node's working directory
This commit is contained in:
parent
8aa77436f9
commit
aaa702fb4d
4 changed files with 36 additions and 4 deletions
|
@ -22,6 +22,7 @@ export {
|
|||
type Node: record {
|
||||
name: string;
|
||||
interface: string &optional;
|
||||
directory: string &optional;
|
||||
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