1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00:00

Category Tree: reduce number of categories

This commit is contained in:
dipohl 2017-02-22 05:34:14 +01:00
parent c4b2d9a8e3
commit ff883dee02
17 changed files with 24 additions and 24 deletions

View file

@ -84,7 +84,7 @@ if [ "$1" = "config" ]; then
echo "graph_title Network traffic"
echo "graph_args --base 1000"
echo "graph_vlabel bits in (-) / out (+) per ${graph_period}"
echo "graph_category lxc"
echo "graph_category network"
echo "graph_info This graph shows the traffic of active LXC containers."
for guestname in $actives; do