Skip to content
Snippets Groups Projects
Commit 2d89bae0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6338-snmpv3' into 'master'

remove "(INTEGER)"

See merge request !69
parents 951f349d aa3e6280
No related branches found
No related tags found
1 merge request!69remove "(INTEGER)"
......@@ -301,7 +301,7 @@ do
_wd "$( printf '%-14s total: %-14s delta: %6s %s per sec' $label $value $value2 $unit )"
value=$value2
elif [ "$(_isinteger ${oidlist[$index]})" = "true" ]; then
_wd "$( printf '%-14s %s %s' $label $value $unit ) (INTEGER)"
_wd "$( printf '%-14s %s %s' $label $value $unit )"
value2=$( echo "${value}" | sed -E "s#([0-9]*) (.).*#\1\2#g")
value=${value2}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment