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:
Duffy O'Craven 2020-10-23 16:40:35 -04:00 committed by Tim Wojtulewicz
parent 8fb1d4118b
commit b32eba579d
4 changed files with 9 additions and 6 deletions

View file

@ -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.

View file

@ -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;