mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Change alarm summary email interval to 24hrs
This commit is contained in:
parent
c5ae071500
commit
5f8cbf8a51
3 changed files with 6 additions and 1 deletions
|
@ -60,6 +60,9 @@ export {
|
|||
## Default rotation interval. Zero disables rotation.
|
||||
const default_rotation_interval = 0secs &redef;
|
||||
|
||||
## Default alarm mail interval. Zero disables alarm mails.
|
||||
const default_alarm_mail_interval = 0secs &redef;
|
||||
|
||||
## Default naming format for timestamps embedded into filenames.
|
||||
## Uses a ``strftime()`` style.
|
||||
const default_rotation_date_format = "%Y-%m-%d-%H-%M-%S" &redef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue