mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[openvz_] Add 'suggest' capability
This commit is contained in:
parent
74697839dd
commit
1655f82033
1 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
# $Log$
|
# $Log$
|
||||||
#
|
#
|
||||||
#%# family=auto
|
#%# family=auto
|
||||||
#%# capabilities=autoconf
|
#%# capabilities=autoconf suggest
|
||||||
|
|
||||||
ATTRIBUTE=`basename $0 | sed 's/^openvz_//g'`
|
ATTRIBUTE=`basename $0 | sed 's/^openvz_//g'`
|
||||||
|
|
||||||
|
@ -27,6 +27,12 @@ if [ "$1" = "autoconf" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$1" = "suggest" ]; then
|
||||||
|
echo "laverage"
|
||||||
|
echo "status"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
echo "graph_title $ATTRIBUTE"
|
echo "graph_title $ATTRIBUTE"
|
||||||
echo "graph_args --base 1000 -l 0"
|
echo "graph_args --base 1000 -l 0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue