add timex.plugin charts info (#11635)
Ilya Mashchenko committed
Oct 7, 2021 at 20:12 UTC
36cddd18ac511d203fcbfcc0b6c6607860880f4f
1 file changed
+19
-1
web/gui/dashboard_info.js
+19
-1
@@ -860,6 +860,12 @@ netdataDashboard.submenu = {
860
}
861
},
862
863
+ 'system.clock synchronization': {
864
+ info: '<a href="https://en.wikipedia.org/wiki/Network_Time_Protocol" target="_blank">NTP</a> '+
865
+ 'lets you automatically sync your system time with a remote server. '+
866
+ 'This keeps your machine’s time accurate by syncing with servers that are known to have accurate times.'
867
+ },
868
+
869
'cpu.softnet_stat': {
870
title: 'softnet',
871
info: function (os) {
@@ -1120,7 +1126,19 @@ netdataDashboard.context = {
1126
},
1127
1128
'system.clock_sync_state': {
1123
- info: 'State map: 0 - not synchronized, 1 - synchronized'
1129
+ info:'<p>The system clock synchronization state. '+
1130
+ 'It is strongly recommended having the clock in sync with reliable NTP servers. Otherwise, '+
1131
+ 'it leads to unpredictable problems. '+
1132
+ 'It can take several minutes (usually up to 17) before NTP daemon selects a server to synchronize with. '+
1133
+ '<p><b>State map</b>: 0 - not synchronized, 1 - synchronized.</p>'
1134
+ },
1135
+
1136
+ 'system.clock_sync_offset': {
1137
+ info: 'A typical NTP client regularly polls one or more NTP servers. '+
1138
+ 'The client must compute its '+
1139
+ '<a href="https://en.wikipedia.org/wiki/Network_Time_Protocol#Clock_synchronization_algorithm" target="_blank">time offset</a> '+
1140
+ 'and round-trip delay. '+
1141
+ 'Time offset is the difference in absolute time between the two clocks.'
1142
},
1143
1144
'system.forks': {