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

@ -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

View file

@ -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

View file

@ -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

View file

@ -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