mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
23 lines
726 B
ReStructuredText
23 lines
726 B
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/frameworks/control/controller.bro
|
|
========================================
|
|
.. bro: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 Bro
|
|
and then shutdown.
|
|
|
|
It's intended to be used from the command line like this::
|
|
|
|
bro <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
|
|
~~~~~~~~~~~~~~~~~~
|
|
|