mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Document which Bro script vars are set by BroControl
This commit is contained in:
parent
1b26c05c2c
commit
4b8171f74a
6 changed files with 28 additions and 4 deletions
|
@ -76,9 +76,16 @@ export {
|
|||
};
|
||||
|
||||
## Default rotation interval. Zero disables rotation.
|
||||
##
|
||||
## Note that this is overridden by the BroControl LogRotationInterval
|
||||
## option.
|
||||
const default_rotation_interval = 0secs &redef;
|
||||
|
||||
## Default alarm summary mail interval. Zero disables alarm summary mails.
|
||||
## Default alarm summary mail interval. Zero disables alarm summary
|
||||
## mails.
|
||||
##
|
||||
## Note that this is overridden by the BroControl MailAlarmsInterval
|
||||
## option.
|
||||
const default_mail_alarms_interval = 0secs &redef;
|
||||
|
||||
## Default naming format for timestamps embedded into filenames.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue