1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Merge pull request #972 from poiuty/patch-1

fix graph_vlabel
This commit is contained in:
Lars Kruse 2019-03-06 02:47:39 +01:00 committed by GitHub
commit 914180fe54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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