1
0
Fork 0
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:
dipohl 2017-02-22 19:09:05 +01:00
parent cc3622d96c
commit 7042351e74
9 changed files with 12 additions and 10 deletions

View file

@ -23,6 +23,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Yum Activity'
echo 'graph_args --base 1000 -l 0 '
echo 'graph_category security'
echo 'graph_vlabel Yum Activity'
echo 'updates.label Yum Updated'
echo 'updates.draw AREA'