mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Remove broxygen Sphinx integration
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.
This commit is contained in:
parent
9e5e9d04b7
commit
7e9d48f532
549 changed files with 89909 additions and 100 deletions
24
doc/scripts/policy/frameworks/control/controllee.bro.rst
Normal file
24
doc/scripts/policy/frameworks/control/controllee.bro.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
:tocdepth: 3
|
||||
|
||||
policy/frameworks/control/controllee.bro
|
||||
========================================
|
||||
.. bro:namespace:: Control
|
||||
|
||||
The controllee portion of the control framework. Load this script if remote
|
||||
runtime control of the Bro process is desired.
|
||||
|
||||
A controllee only needs to load the controllee script in addition
|
||||
to the specific analysis scripts desired. It may also need a node
|
||||
configured as a controller node in the communications nodes configuration::
|
||||
|
||||
bro <scripts> frameworks/control/controllee
|
||||
|
||||
:Namespace: Control
|
||||
:Imports: :doc:`base/frameworks/broker </scripts/base/frameworks/broker/index>`, :doc:`base/frameworks/control </scripts/base/frameworks/control/index>`
|
||||
|
||||
Summary
|
||||
~~~~~~~
|
||||
|
||||
Detailed Interface
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
23
doc/scripts/policy/frameworks/control/controller.bro.rst
Normal file
23
doc/scripts/policy/frameworks/control/controller.bro.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
: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
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue