summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorSven Mäder <maeder@phys.ethz.ch>2018-02-13 22:44:53 +0100
committerSven Mäder <maeder@phys.ethz.ch>2018-02-20 13:40:35 +0100
commit0d2c2ffec38ff626c9e902389bb451d1777ae53c (patch)
tree8ab56f54fa6edc672657e902b26bcd6c42b88d25 /web
parentcceb207c4ce6d29d17a045ec8ca3bb028d7d938c (diff)
Add dashboard description
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 4660d04be9..b91ca63158 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -341,6 +341,12 @@ netdataDashboard.menu = {
title: 'Ceph',
icon: '<i class="fas fa-database"></i>',
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',
+ 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.'
}
};
@@ -487,6 +493,16 @@ netdataDashboard.submenu = {
'couchdb.erlang': {
title: 'erlang statistics',
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': {
+ 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': {
+ 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).'
}
};