mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
7
CHANGES
7
CHANGES
|
@ -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
|
3.3.0-dev.488 | 2020-10-26 11:03:51 -0700
|
||||||
|
|
||||||
* Improve how Zeekygen generated record/enum redefinition docs
|
* 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.
|
- Better usage() information (again thanks to Scott), -h and -v flags.
|
||||||
|
|
||||||
- README, CHANGES files created.
|
- README, CHANGES files created.
|
||||||
|
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.3.0-dev.488
|
3.3.0-dev.490
|
||||||
|
|
|
@ -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,
|
##! in regular intervals, formatted for better human readability. If activated,
|
||||||
##! that replaces the default summary mail having the raw log output.
|
##! that replaces the default summary mail having the raw log output.
|
||||||
|
|
||||||
|
|
|
@ -45,8 +45,8 @@ export {
|
||||||
## variable.
|
## variable.
|
||||||
ACTION_EMAIL,
|
ACTION_EMAIL,
|
||||||
## Indicates that the notice should be alarmed. A readable
|
## Indicates that the notice should be alarmed. A readable
|
||||||
## ASCII version of the alarm log is emailed in bulk to the
|
## ASCII version is saved in notice_alarm log, and emailed
|
||||||
## address(es) configured in :zeek:id:`Notice::mail_dest`.
|
## in bulk to the address(es) configured in :zeek:id:`Notice::mail_dest`.
|
||||||
ACTION_ALARM,
|
ACTION_ALARM,
|
||||||
## Indicates that the notice should result in a drop action.
|
## Indicates that the notice should result in a drop action.
|
||||||
## The exact action taken depends on loaded policy scripts;
|
## The exact action taken depends on loaded policy scripts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue