zeek/doc/scripts/base/frameworks/supervisor/index.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

29 lines
1 KiB
ReStructuredText

:orphan:
Package: base/frameworks/supervisor
===================================
:doc:`/scripts/base/frameworks/supervisor/api.zeek`
The Zeek process supervision API.
This API was introduced in Zeek 3.1.0 and considered unstable until 4.0.0.
That is, it may change in various incompatible ways without warning or
deprecation until the stable 4.0.0 release.
:doc:`/scripts/base/frameworks/supervisor/__load__.zeek`
:doc:`/scripts/base/frameworks/supervisor/control.zeek`
The Zeek process supervision (remote) control API. This defines a Broker topic
prefix and events that can be used to control an external Zeek supervisor process.
This API was introduced in Zeek 3.1.0 and considered unstable until 4.0.0.
That is, it may change in various incompatible ways without warning or
deprecation until the stable 4.0.0 release.
:doc:`/scripts/base/frameworks/supervisor/main.zeek`
Implements Zeek process supervision API and default behavior for its
associated (remote) control events.