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

and mv some from "others" to specific category
This commit is contained in:
dipohl 2017-02-22 19:09:05 +01:00
parent cc3622d96c
commit 7042351e74
9 changed files with 12 additions and 10 deletions

View file

@ -18,7 +18,7 @@ if [ "$1" = "config" ]; then
echo 'multigraph apc_status'
echo "graph_title UPS Status - $title"
echo 'graph_args --base 1000'
echo 'graph_category hardware'
echo 'graph_category sensors'
title=`/sbin/apcaccess | egrep "^MODEL" | awk '{print $3" "$4" "$5" "$6" "$7" "$8" "$9;}'`
echo "graph_info $title"
for key in $keys; do
@ -35,7 +35,7 @@ if [ "$1" = "config" ]; then
if [ -n "$unit" ]; then
echo "graph_vlabel $unit"
fi
echo 'graph_category hardware'
echo 'graph_category sensors'
echo "$key.label $key"
echo "$key.info $key."
echo "$key.draw LINE1"