summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2021-03-11 15:39:30 +0200
committerGitHub <noreply@github.com>2021-03-11 16:39:30 +0300
commitc2fa6448678d14c918c5b4b0e3a41d860ef539e2 (patch)
tree21e64b0a617089aa937ef1bb3a82bf5048923d07 /web
parent68b1e3d56b554cfa92e894863ee98e74f5e16e0c (diff)
Add state map to duplex and operstate charts (#10752)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 97b563b965..6ec7fdd77c 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1033,6 +1033,14 @@ netdataDashboard.context = {
info: 'Packets that have been dropped at the network interface level. These are the same counters reported by <code>ifconfig</code> as <code>RX dropped</code> (inbound) and <code>TX dropped</code> (outbound). <b>inbound</b> packets can be dropped at the network interface level due to <a href="#menu_system_submenu_softnet_stat">softnet backlog</a> overflow, bad / unintented VLAN tags, unknown or unregistered protocols, IPv6 frames when the server is not configured for IPv6. Check <a href="https://www.novell.com/support/kb/doc.php?id=7007165" target="_blank">this document</a> for more information.'
},
+ 'net.duplex': {
+ info: 'State map: 0 - unknown, 1 - half duplex, 2 - full duplex'
+ },
+
+ 'net.operstate': {
+ info: 'State map: 0 - unknown, 1 = notpresent, 2 = down, 3 = lowerlayerdown, 4 = testing, 5 = dormant, 6 = up'
+ },
+
// ------------------------------------------------------------------------
// IP