fix graph_vlabel

This commit is contained in:
poiuty 2019-03-05 11:30:01 +03:00 committed by GitHub
parent 5c3ee237b7
commit 9e08cc92e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" .