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:
parent
f41b68619b
commit
444c7939de
10 changed files with 12 additions and 12 deletions
|
@ -35,7 +35,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title Radiator ACCT response lag'
|
||||
echo 'graph_vlabel time'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category radiator'
|
||||
echo 'graph_category auth'
|
||||
echo 'graph_info This graph displayes ACCT response lag of all radiator processes combined.'
|
||||
#
|
||||
# Count all statistics files and create labels
|
||||
|
|
|
@ -36,7 +36,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_period minute'
|
||||
echo 'graph_vlabel packets per minute'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category radiator'
|
||||
echo 'graph_category auth'
|
||||
echo 'graph_info This graph displays ACCT packets of all radiator processes combined.'
|
||||
#
|
||||
# Count all statistics files and create labels
|
||||
|
|
|
@ -35,7 +35,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title Radiator AUTH response lag'
|
||||
echo 'graph_vlabel time'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category radiator'
|
||||
echo 'graph_category auth'
|
||||
echo 'graph_info This graph displayes AUTH response lag of all radiator processes combined.'
|
||||
#
|
||||
# Count all statistics files and create labels
|
||||
|
|
|
@ -36,7 +36,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_period minute'
|
||||
echo 'graph_vlabel packets per minute'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category radiator'
|
||||
echo 'graph_category auth'
|
||||
echo 'graph_info This graph displayes AUTH packets of all radiator processes combined.'
|
||||
#
|
||||
# Count all statistics files and create labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue