2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

[openvz_] Add 'suggest' capability

This commit is contained in:
Lars Kruse 2016-10-17 02:59:11 +02:00
parent 74697839dd
commit 1655f82033

View File

@ -13,7 +13,7 @@
# $Log$
#
#%# family=auto
#%# capabilities=autoconf
#%# capabilities=autoconf suggest
ATTRIBUTE=`basename $0 | sed 's/^openvz_//g'`
@ -27,6 +27,12 @@ if [ "$1" = "autoconf" ]; then
exit 0
fi
if [ "$1" = "suggest" ]; then
echo "laverage"
echo "status"
exit 0
fi
if [ "$1" = "config" ]; then
echo "graph_title $ATTRIBUTE"
echo "graph_args --base 1000 -l 0"