add functions to ignore serial number in case the serial didn't come from manafactures
This commit is contained in:
parent
ee3ebae6e4
commit
853e7b47d4
1 changed files with 1 additions and 1 deletions
2
netbox_agent/vendors/supermicro.py
vendored
2
netbox_agent/vendors/supermicro.py
vendored
|
|
@ -88,4 +88,4 @@ class SupermicroHost(ServerBase):
|
|||
logging.error('IPMICFG does not seem to be present on your system. Add it your path or '
|
||||
'check the compatibility of this project with your distro.')
|
||||
sys.exit(1)
|
||||
return subprocess.getoutput('IPMICFG -fru PS')
|
||||
return subprocess.getoutput('IPMICFG -fru BS')
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue