summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorKyle Agronick <agronick@gmail.com>2019-09-17 06:34:08 -0400
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-17 12:34:08 +0200
commit9c256c81189af3f95d186c207689b8d206d1e225 (patch)
tree81f6a3750e6e790139f5fd672ae3df70d66a7e4c /web
parentcd5c8c00dac712554c33c959b6891f87175d452b (diff)
Gearman plugin for Netdata (#6567)
Added Gearman plugin and alarms
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 130162be37..661d40fd8e 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -213,6 +213,12 @@ netdataDashboard.menu = {
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.'
},
+ 'gearman': {
+ title: 'Gearman',
+ icon: '<i class="fas fa-tasks"></i>',
+ info: 'Gearman is a job server that allows you to do work in parallel, to load balance processing, and to call functions between languages.'
+ },
+
'ioping': {
title: 'ioping',
icon: '<i class="fas fa-exchange-alt"></i>',