mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
fix graph_vlabel
This commit is contained in:
parent
5c3ee237b7
commit
9e08cc92e8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if (isset($argc) && $argc > 1) {
|
||||||
"graph_info This graph shows the number of queries for last 5 minutes\n" .
|
"graph_info This graph shows the number of queries for last 5 minutes\n" .
|
||||||
"graph_category search\n" .
|
"graph_category search\n" .
|
||||||
"graph_args --base 1000 --lower-limit 0\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_info The number of current queries\n" .
|
||||||
"graph_order current\n" .
|
"graph_order current\n" .
|
||||||
"graph_total Total\n" .
|
"graph_total Total\n" .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue