tags 567895 pending quit
Hi Daniel.
This is indeed a nice feature.
I've checked in the patch upstream [1] after adapting it to a "positive" test
which seem more natural and simpler to read:
------------
if [ "$total" = "on" ]; then
echo 'graph_total Total'
fi
------------
instead of :
------------
[ "$nototal" != "true" ] && echo 'graph_total Total'
------------
So the configuration directive is now:
env.total on|off (default on)
I've also documented this in the pod section.
I hope the change is ok with you.
It will be available in the next munin upstream release upload to debian.
Keep the good ideas flowing :D
Regards,
Tom Feiner
[1] http://munin-monitoring.org/changeset/3337
signature.asc
Description: OpenPGP digital signature

