forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16776 FIX chrony: change default warning level
SUP-19602 Change-Id: Iecb7f0db069522d68999c15bbc66cd5f267be8dd
- Loading branch information
1 parent
f79c7ec
commit 7a48ee1
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[//]: # (werk v2) | ||
# chrony: change default warning level | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-08-19T06:14:01+00:00 | ||
version | 2.4.0b1 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | no | ||
|
||
Chrony's default `minpoll` and `maxpoll` values are 64 seconds and 1024 seconds. | ||
In standard situations (good internet connection, low error etc) | ||
the interval between polls should stick near the max value (1024 seconds). | ||
(see `https://chrony-project.org/examples.html#_client_using_public_servers`) | ||
|
||
Beacuse of that, the default WARN alert is now set to 1025 seconds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters