base/bif/supervisor.bif.zeek

GLOBAL
Supervisor

The BIFs that define the Zeek supervisor control interface.

Namespaces

GLOBAL, Supervisor

Detailed Interface

Functions

Supervisor::__create
Type

function (node: Supervisor::NodeConfig) : string

Supervisor::__destroy
Type

function (node: string) : bool

Supervisor::__init_cluster
Type

function () : bool

Supervisor::__is_supervised
Type

function () : bool

Supervisor::__is_supervisor
Type

function () : bool

Supervisor::__node
Type

function () : Supervisor::NodeConfig

Supervisor::__restart
Type

function (node: string) : bool

Supervisor::__status
Type

function (node: string) : Supervisor::Status

Supervisor::__stem_pid
Type

function () : int