mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
'value 0' comment
This commit is contained in:
parent
cc66cae131
commit
30d660096d
@ -407,6 +407,7 @@ get_answer_field "writereq"
|
||||
echo -e "\nmultigraph emc_vnx_block_ticks"
|
||||
while read -r LUN ; do
|
||||
LUN="$(clean_fieldname "$LUN")"
|
||||
#Will count these values later, using cdef
|
||||
echo "${LUN}_load_spa.value 0"
|
||||
echo "${LUN}_load_spb.value 0"
|
||||
done <<< "$LUNLIST"
|
||||
@ -435,6 +436,7 @@ echo -e "\nmultigraph emc_vnx_block_queue"
|
||||
get_answer_field "writereq"
|
||||
while read -r LUN ; do
|
||||
LUN="$(clean_fieldname "$LUN")"
|
||||
#Will count these values later, using cdef
|
||||
echo "${LUN}_ql_l_a.value 0 "
|
||||
echo "${LUN}_ql_l_b.value 0 "
|
||||
done <<< "$LUNLIST"
|
||||
|
Loading…
Reference in New Issue
Block a user