New type, Timeticks.

This commit is contained in:
Kristofer Hallin 2022-06-13 14:13:54 +02:00 committed by Olof hagsand
parent a768e8db5d
commit 5194514993

View file

@ -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