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:
parent
74697839dd
commit
1655f82033
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user