mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Fixed spaces to tabs
This commit is contained in:
parent
a58ecbc002
commit
774793c004
1 changed files with 30 additions and 31 deletions
|
@ -424,7 +424,6 @@ for server in $nas_servers; do
|
|||
nas_server_ok=TRUE
|
||||
if [ $STATSTYPE = "BASICDM" ] ; then
|
||||
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"
|
||||
|
||||
echo "multigraph emc_vnx_cpu_percent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue