mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Fixed spaces to tabs
This commit is contained in:
parent
a58ecbc002
commit
774793c004
@ -424,7 +424,6 @@ for server in $nas_servers; do
|
|||||||
nas_server_ok=TRUE
|
nas_server_ok=TRUE
|
||||||
if [ $STATSTYPE = "BASICDM" ] ; then
|
if [ $STATSTYPE = "BASICDM" ] ; then
|
||||||
member_elements_by_line=$(run_remote server_stats "$server" -count 1 -terminationsummary no -titles never | grep '^[^[:space:]]')
|
member_elements_by_line=$(run_remote server_stats "$server" -count 1 -terminationsummary no -titles never | grep '^[^[:space:]]')
|
||||||
# NUMCOL=5
|
|
||||||
IFS=$' ' read -ra graphs <<< "$member_elements_by_line"
|
IFS=$' ' read -ra graphs <<< "$member_elements_by_line"
|
||||||
|
|
||||||
echo "multigraph emc_vnx_cpu_percent"
|
echo "multigraph emc_vnx_cpu_percent"
|
||||||
|
Loading…
Reference in New Issue
Block a user