mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
quickstart doc fixes
This commit is contained in:
parent
9aef0c0f5a
commit
d594a84393
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ and sendmail for sending emails.
|
||||||
against them.
|
against them.
|
||||||
|
|
||||||
Additional steps may be needed to `get the right GeoIP database
|
Additional steps may be needed to `get the right GeoIP database
|
||||||
<geoip.html>`_.
|
<{{git('bro:doc/geoip.rst')}}>`_.
|
||||||
|
|
||||||
Compiling Bro Source Code
|
Compiling Bro Source Code
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -441,7 +441,7 @@ that only takes the email action for SSH logins to a defined set of servers:
|
||||||
} &redef;
|
} &redef;
|
||||||
|
|
||||||
redef Notice::policy += {
|
redef Notice::policy += {
|
||||||
[$result = Notice::ACTION_EMAIL,
|
[$action = Notice::ACTION_EMAIL,
|
||||||
$pred(n: Notice::Info) =
|
$pred(n: Notice::Info) =
|
||||||
{
|
{
|
||||||
return n$note == SSH::Login && n$id$resp_h in watched_servers;
|
return n$note == SSH::Login && n$id$resp_h in watched_servers;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue