mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add Supervisor documentation
Minor additions/changes to improve API I noticed along the way
This commit is contained in:
parent
1972190b89
commit
8247c42368
11 changed files with 405 additions and 34 deletions
|
|
@ -83,7 +83,7 @@ event Broker::peer_lost(endpoint: Broker::EndpointInfo, msg: string)
|
|||
event zeek_done()
|
||||
{
|
||||
if ( Supervisor::is_supervised() )
|
||||
print "supervised node zeek_done()", Cluster::node;
|
||||
print "supervised node zeek_done()", Cluster::node, Supervisor::node()$name;
|
||||
else
|
||||
print supervisor_output_file, "supervisor zeek_done()";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue