mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
updated to mention notice_alarm.log by name. That has taken the place of the file formerly named alarm.log
This commit is contained in:
parent
8fb1d4118b
commit
b32eba579d
4 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
##! Notice extension that mails out a pretty-printed version of alarm.log
|
||||
##! Notice extension that mails out a pretty-printed version of notice_alarm.log
|
||||
##! in regular intervals, formatted for better human readability. If activated,
|
||||
##! that replaces the default summary mail having the raw log output.
|
||||
|
||||
|
|
|
@ -45,8 +45,8 @@ export {
|
|||
## variable.
|
||||
ACTION_EMAIL,
|
||||
## Indicates that the notice should be alarmed. A readable
|
||||
## ASCII version of the alarm log is emailed in bulk to the
|
||||
## address(es) configured in :zeek:id:`Notice::mail_dest`.
|
||||
## ASCII version is saved in notice_alarm log, and emailed
|
||||
## in bulk to the address(es) configured in :zeek:id:`Notice::mail_dest`.
|
||||
ACTION_ALARM,
|
||||
## Indicates that the notice should result in a drop action.
|
||||
## The exact action taken depends on loaded policy scripts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue