From 9e08cc92e8fe58988f535750535df9ca1f73b63d Mon Sep 17 00:00:00 2001 From: poiuty Date: Tue, 5 Mar 2019 11:30:01 +0300 Subject: [PATCH] fix graph_vlabel --- plugins/sphinx/sphinx_queries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sphinx/sphinx_queries b/plugins/sphinx/sphinx_queries index 57db16e2..6cef29f8 100755 --- a/plugins/sphinx/sphinx_queries +++ b/plugins/sphinx/sphinx_queries @@ -25,7 +25,7 @@ if (isset($argc) && $argc > 1) { "graph_info This graph shows the number of queries for last 5 minutes\n" . "graph_category search\n" . "graph_args --base 1000 --lower-limit 0\n" . - "graph_vlabel Connections\n" . + "graph_vlabel Queries\n" . "graph_info The number of current queries\n" . "graph_order current\n" . "graph_total Total\n" .