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