New type, Timeticks.
This commit is contained in:
parent
a768e8db5d
commit
5194514993
1 changed files with 3 additions and 4 deletions
|
|
@ -287,12 +287,11 @@ if $SNMPCHECK; then
|
|||
"STRING")
|
||||
set_type="s"
|
||||
;;
|
||||
"TIMETICKS")
|
||||
set_type="t"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ $type == "INTEGER" ]; then
|
||||
set_type="i"
|
||||
fi
|
||||
|
||||
new "Setting value $value to OID $oid with type $set_type"
|
||||
|
||||
if [ $type == "STRING" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue