mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/chrony: Adjust chronyc timeouts (#2460)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= chrony
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_COMMENT= Chrony time synchronisation
|
||||
PLUGIN_DEPENDS= chrony
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -4,6 +4,10 @@ better in virtual environments.
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.4
|
||||
|
||||
* Adjust timeouts and retries for chronyc
|
||||
|
||||
1.3
|
||||
|
||||
* Add makestep to configuration
|
||||
|
||||
@@ -23,25 +23,25 @@ type:script_output
|
||||
message:request chrony status
|
||||
|
||||
[chronysources]
|
||||
command:/usr/local/bin/chronyc sources
|
||||
command:/usr/local/bin/chronyc -m 'timeout 100' 'retries 0' sources
|
||||
parameters:
|
||||
type:script_output
|
||||
message:show chrony sources
|
||||
|
||||
[chronysourcestats]
|
||||
command:/usr/local/bin/chronyc sourcestats
|
||||
command:/usr/local/bin/chronyc -m 'timeout 100' 'retries 0' sourcestats
|
||||
parameters:
|
||||
type:script_output
|
||||
message:show chrony sourcestats
|
||||
|
||||
[chronytracking]
|
||||
command:/usr/local/bin/chronyc tracking
|
||||
command:/usr/local/bin/chronyc -m 'timeout 100' 'retries 0' tracking
|
||||
parameters:
|
||||
type:script_output
|
||||
message:show chrony tracking
|
||||
|
||||
[chronyauthdata]
|
||||
command:/usr/local/bin/chronyc -N authdata
|
||||
command:/usr/local/bin/chronyc -N -m 'timeout 100' 'retries 0' authdata
|
||||
parameters:
|
||||
type:script_output
|
||||
message:show chrony authdata
|
||||
|
||||
Reference in New Issue
Block a user