Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce extra knobs to control on-boot behavior #13

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

defanator
Copy link
Owner

@defanator defanator commented Dec 21, 2024

In particular:

  1. The start_delay_on_boot config option sets period (in seconds) of extra delay before reading and submitting initial portion of system log after reboot to make sure network is up and time was synchronized via NTP (default is 2 minutes).

  2. The skewed_timestamps_delta_threshold config option allows to redefine maximum delta threshold (in seconds) between two consecutive timestamps in order to decide that there was a gap due to stale clock. Default is now 1 hour, reduced from previously set 24 hours.

This is a follow-up update addressing initial issue described in #5.

In particular:

1. The "start_delay_on_boot" config option sets period (in seconds) of extra
delay before reading and submitting initial portion of system log after
reboot to make sure network is up and time was syncrhonized via NTP
(default is 2 minutes).

2. The "skewed_timestamps_delta_threshold" config option allows to redefine
maximum delta threshold (in seconds) between two consecutive timestamps
in order to decide that there was a gap due to stale clock.
Default is now 1 hour, reduced from previously set 24 hours.
@defanator defanator self-assigned this Dec 21, 2024
@defanator defanator merged commit 3d8a08b into main Dec 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant