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

Category Tree: Reduce number of categories

tomcat -> webserver (tomcat)
radiator -> auth (radiator)
ups -> sensors (ups)
This commit is contained in:
dipohl 2017-02-23 01:51:44 +01:00
parent f41b68619b
commit 444c7939de
10 changed files with 12 additions and 12 deletions

View file

@ -26,7 +26,7 @@ then
# Status graph
echo "multigraph mod_jk_status"
echo "graph_title mod_jk Status"
echo "graph_category tomcat"
echo "graph_category webserver"
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 tomcat"
echo "graph_category webserver"
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 tomcat"
echo "graph_category webserver"
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)"