mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
23 lines
731 B
ReStructuredText
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
|
|
~~~~~~~~~~~~~~~~~~
|
|
|