PDA

View Full Version : snmp_oid in items table should support more then 255 bytes


rdg
28-06-2005, 06:18
The varchar restricts the length to 255 in mysql version 3. Some of my OIDs are longer then 255 bytes so I changed the datatype of the snmp_oid field to TEXT to make it work. It would be nice to have that changed in the next release of Zabbix. :)

Thanks

Robert