policy/frameworks/management/supervisor/api.zeek
- Management::Supervisor::API
- Namespace:
Management::Supervisor::API
- Imports:
Summary
Events
The Supervisor generates this event whenever it has received a status update from the stem, indicating that a node exited. |
Detailed Interface
Events
- Management::Supervisor::API::notify_node_exit
- Type:
event(node:string, outputs:Management::NodeOutputs)
The Supervisor generates this event whenever it has received a status update from the stem, indicating that a node exited.
- Parameters:
node – the name of a node previously created via
Supervisor::create.outputs – stdout/stderr context for the node. The contained strings span up to the 100 most recent lines in the corresponding stream. See
Management::Supervisor::output_max_linesto adjust the line limit.