Improves error detection
This commit is contained in:
parent
9e7163a1e5
commit
3d44530f39
2 changed files with 2 additions and 1 deletions
1
netbox_agent/vendors/supermicro.py
vendored
1
netbox_agent/vendors/supermicro.py
vendored
|
|
@ -25,7 +25,6 @@ class SupermicroHost(ServerBase):
|
|||
# Blades
|
||||
blade = product_name.startswith('SBI')
|
||||
blade |= product_name.startswith('SBA')
|
||||
blade |= product_name.startswith('AS ')
|
||||
# Twin
|
||||
blade |= 'TR-' in product_name
|
||||
# TwinPro
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue