ports/net/bro/pkg
2023-08-16 22:26:55 +00:00
..
DESCR SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
PLIST SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
README SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
zeek.rc SecBSD's official ports repository 2023-08-16 22:26:55 +00:00

+-----------------------------------------------------------------------
| 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 zeekctl(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/current/quickstart.html for details.