ajacoutot 38cd891626 Update to zeek-3.0.0.
- everything (utilities, rc.d scripts, configuration files etc.) has been
renamed from bro to zeek.
2019-11-25 07:57:43 +00:00
..
2019-11-25 07:57:43 +00:00
2019-11-25 07:57:43 +00:00
2019-11-25 07:57:43 +00:00

$OpenBSD: README,v 1.11 2019/11/25 07:57:43 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Note that most zeekctl(8) commands must be run as root.

Post-install steps
==================

Before starting zeek(8) for the first time, the "interface" must be properly
configured under:
    ${SYSCONFDIR}/zeek/node.cfg

And the configuration and policies must be installed and deployed by running:
    zeekctl deploy
This command will run zeekctlctl(8) with the check, install, and restart
arguments.

It's also recommended to enable housekeeping tasks by adding the following
entry into root's crontab(5):
*/5	*	*	*	*	${TRUEPREFIX}/bin/zeekctl cron

See https://docs.zeek.org/en/stable/quickstart/index.html for details.