Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/vserver/vserver_limits | ||
|---|---|---|
| 23 | 23 |
# |
| 24 | 24 |
# NOTE: If no configuration variables are set, the defaults will be used |
| 25 | 25 |
|
| 26 |
# Example /etc/munin/plugin-conf.d/munin-node
|
|
| 26 |
# Example /etc/munin/plugin-conf.d/munin-node |
|
| 27 | 27 |
# |
| 28 | 28 |
# [vserver_limits_RSS] |
| 29 | 29 |
# user root |
| ... | ... | |
| 68 | 68 |
echo "graph_vlabel $resource limits" |
| 69 | 69 |
echo 'graph_category virtualization' |
| 70 | 70 |
echo "graph_info Shows current $resource limits for each vserver.'" |
| 71 |
|
|
| 71 |
|
|
| 72 | 72 |
for vserver_xid in $vservers ; do |
| 73 | 73 |
longname=`/usr/sbin/vuname --xid $vserver_xid NODENAME | cut -f2` |
| 74 | 74 |
name=`echo $longname | cut -d. -f1` |
Formats disponibles : Unified diff