mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Category Tree: Reduce number of categories
and mv some from "others" to specific category
This commit is contained in:
parent
cc3622d96c
commit
7042351e74
9 changed files with 12 additions and 10 deletions
|
@ -50,6 +50,7 @@ fi
|
|||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'graph_title Munin-update'
|
||||
echo 'graph_category munin'
|
||||
echo 'graph_vlabel seconds'
|
||||
[ -f $UPDATE_STATSFILE ] || exit 0
|
||||
cat $UPDATE_STATSFILE | grep "UD" | while read i; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue