summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorSven Mäder <maeder@phys.ethz.ch>2018-02-16 16:34:54 +0100
committerSven Mäder <maeder@phys.ethz.ch>2018-02-20 13:40:35 +0100
commitb43b60582a308d39b0b6b59b2c62aa6898da910e (patch)
tree034d9b4bf17d893acc360ebe7d6b46544e5d405d /web
parentcb68bfa9dd25c20750a0a08bf84cc0e52394220e (diff)
Rename to ntpd, update README
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index b91ca63158..e97de0d7cc 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -343,8 +343,8 @@ netdataDashboard.menu = {
info: 'Provides statistics on the <b><a href="http://ceph.com/">ceph</a></b> cluster server, the open-source distributed storage system.'
},
- 'ntp': {
- title: 'NTP',
+ 'ntpd': {
+ title: 'ntpd',
icon: '<i class="fas fa-clock"></i>',
info: 'Provides statistics for the internal variables of the Network Time Protocol daemon <b><a href="http://www.ntp.org/">ntpd</a></b> including the configured peers.'
}
@@ -495,12 +495,12 @@ netdataDashboard.submenu = {
info: 'Detailed information about the status of the Erlang VM that hosts CouchDB. These are intended for advanced users only. High values of the peak message queue (>10e6) generally indicate an overload condition.'
},
- 'ntp.system': {
+ 'ntpd.system': {
title: 'system',
info: 'Statistics of the internal system variables as shown by <a href="http://doc.ntp.org/current-stable/ntpq.html">ntpq</a> (standard NTP query program).'
},
- 'ntp.peers': {
+ 'ntpd.peers': {
title: 'peers',
info: 'Statistics of the peer variables for each peer as shown by <a href="http://doc.ntp.org/current-stable/ntpq.html">ntpq</a> (standard NTP query program).'
}