zeek/doc/scripts/policy/frameworks/control/controller.zeek.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

23 lines
731 B
ReStructuredText

:tocdepth: 3
policy/frameworks/control/controller.zeek
=========================================
.. zeek:namespace:: Control
This is a utility script that implements the controller interface for the
control framework. It's intended to be run to control a remote Zeek
and then shutdown.
It's intended to be used from the command line like this::
zeek <scripts> frameworks/control/controller Control::host=<host_addr> Control::host_port=<host_port> Control::cmd=<command> [Control::arg=<arg>]
:Namespace: Control
:Imports: :doc:`base/frameworks/broker </scripts/base/frameworks/broker/index>`, :doc:`base/frameworks/control </scripts/base/frameworks/control/index>`
Summary
~~~~~~~
Detailed Interface
~~~~~~~~~~~~~~~~~~