mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
efa86e0166
* Update dell-compellent.yaml Dell changed the text for sysDescr after the 2017 firmware-release so that the string "COMPELLEN" which was looked after here before, did not appear anymore. The Compellent cuts off the snmp-answer after 255 characters. I replaced the previous detection to a new snmpget-detection using the oid (DELL-STORAGE-SC-MIB::productIDDisplayName.0) that shouldnt be altered in the future. * Add files via upload * Rename dell-compellent_scv3020.snmprec.TXT to dell-compellent_scv3020.snmprec * Keep backward compatibility * Create dell-compellent_scv3020.json Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>