[bug report] snmp get devices hardware name has New Line character return character

Hi
H3c switch can not search at page.
When I check the db,I found the value has New Line character return character.

We can find the result after run (UPDATE librenms.devices SET hardware = REPLACE(REPLACE(hardware, CHAR(10), ‘’), CHAR(13), ‘’);).

SNMP process will update the value has New Line character return character,so we need run upper sql
every 5 minites.:joy: