summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-12-09 17:35:53 +0200
committerGitHub <noreply@github.com>2022-12-09 17:35:53 +0200
commit4322b1973d23a93d4e78a6cdf4c6da295da9f71c (patch)
tree7e6c2705a96ab94fe4315db11432282354fbcd05 /web
parentab28a99a4837b6a5de4073a6200cdb098a3c0920 (diff)
remove deprecated fping.plugin in accordance with v1.37.0 deprecation notice (#14073)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 323fd224d3..229117f6fe 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -297,12 +297,6 @@ netdataDashboard.menu = {
info: 'Docker containers state and disk usage.'
},
- 'fping': {
- title: 'fping',
- icon: '<i class="fas fa-exchange-alt"></i>',
- info: 'Network latency statistics, via <b>fping</b>. <b>fping</b> is a program to send ICMP echo probes to network hosts, similar to <code>ping</code>, but much better performing when pinging multiple hosts. fping versions after 3.15 can be directly used as netdata plugins.'
- },
-
'ping': {
title: 'Ping',
icon: '<i class="fas fa-exchange-alt"></i>',
@@ -4649,19 +4643,6 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
- // fping
-
- 'fping.quality': {
- colors: NETDATA.colors[10],
- height: 0.5
- },
-
- 'fping.packets': {
- height: 0.5
- },
-
-
- // ------------------------------------------------------------------------
// containers
'cgroup.cpu_limit': {