mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
'value 0' comment
This commit is contained in:
parent
cc66cae131
commit
30d660096d
1 changed files with 2 additions and 0 deletions
|
@ -407,6 +407,7 @@ get_answer_field "writereq"
|
||||||
echo -e "\nmultigraph emc_vnx_block_ticks"
|
echo -e "\nmultigraph emc_vnx_block_ticks"
|
||||||
while read -r LUN ; do
|
while read -r LUN ; do
|
||||||
LUN="$(clean_fieldname "$LUN")"
|
LUN="$(clean_fieldname "$LUN")"
|
||||||
|
#Will count these values later, using cdef
|
||||||
echo "${LUN}_load_spa.value 0"
|
echo "${LUN}_load_spa.value 0"
|
||||||
echo "${LUN}_load_spb.value 0"
|
echo "${LUN}_load_spb.value 0"
|
||||||
done <<< "$LUNLIST"
|
done <<< "$LUNLIST"
|
||||||
|
@ -435,6 +436,7 @@ echo -e "\nmultigraph emc_vnx_block_queue"
|
||||||
get_answer_field "writereq"
|
get_answer_field "writereq"
|
||||||
while read -r LUN ; do
|
while read -r LUN ; do
|
||||||
LUN="$(clean_fieldname "$LUN")"
|
LUN="$(clean_fieldname "$LUN")"
|
||||||
|
#Will count these values later, using cdef
|
||||||
echo "${LUN}_ql_l_a.value 0 "
|
echo "${LUN}_ql_l_a.value 0 "
|
||||||
echo "${LUN}_ql_l_b.value 0 "
|
echo "${LUN}_ql_l_b.value 0 "
|
||||||
done <<< "$LUNLIST"
|
done <<< "$LUNLIST"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue