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,3 +1,8 @@
3.3.0-dev.490 | 2020-10-27 13:41:27 -0700
* updated to mention notice_alarm.log by name. That has taken the place of the
file formerly named alarm.log (Duffy O'Craven)
3.3.0-dev.488 | 2020-10-26 11:03:51 -0700
* Improve how Zeekygen generated record/enum redefinition docs
@ -25033,5 +25038,3 @@ v0.2 Sat Oct 25 11:22:37 PDT 1997
- Better usage() information (again thanks to Scott), -h and -v flags.
- README, CHANGES files created.

View file

@ -1 +1 @@
3.3.0-dev.488
3.3.0-dev.490

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;