mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Reduce number of categories
This commit is contained in:
parent
81ad9f2bc7
commit
81db94e2d3
43 changed files with 60 additions and 54 deletions
|
@ -26,7 +26,7 @@ then
|
|||
# Status graph
|
||||
echo "multigraph mod_jk_status"
|
||||
echo "graph_title mod_jk Status"
|
||||
echo "graph_category mod_jk"
|
||||
echo "graph_category tomcat"
|
||||
echo "graph_info This graph shows the status of the different mod_jk nodes."
|
||||
echo "graph_vlabel Status"
|
||||
|
||||
|
@ -43,7 +43,7 @@ then
|
|||
do
|
||||
echo "multigraph mod_jk_requests_$i"
|
||||
echo "graph_title mod_jk Requests $i"
|
||||
echo "graph_category mod_jk"
|
||||
echo "graph_category tomcat"
|
||||
echo "graph_info This graph shows the status of requests to the mod_jk node: $i"
|
||||
echo "graph_vlabel Request"
|
||||
echo "busy.label Current"
|
||||
|
@ -59,7 +59,7 @@ then
|
|||
do
|
||||
echo "multigraph mod_jk_traffic_$i"
|
||||
echo "graph_title mod_jk Traffic $i"
|
||||
echo "graph_category mod_jk"
|
||||
echo "graph_category tomcat"
|
||||
echo "graph_info This graph shows the traffic statistics to the mod_jk node: $i"
|
||||
echo "graph_vlabel Bytes/min"
|
||||
echo "transferred.label Write to node (bytes/min)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue