mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Add stdout/stderr redirection option to supervised node config
This commit is contained in:
parent
263a5f404a
commit
5191e14eff
4 changed files with 73 additions and 14 deletions
|
@ -23,6 +23,8 @@ export {
|
|||
name: string;
|
||||
interface: string &optional;
|
||||
directory: string &optional;
|
||||
stdout_file: string &optional;
|
||||
stderr_file: string &optional;
|
||||
scripts: vector of string &default = vector();
|
||||
cpu_affinity: int &optional;
|
||||
cluster: table[string] of ClusterEndpoint &default=table();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue