diff --git a/netbox_agent/misc.py b/netbox_agent/misc.py index f1345bb..df6401a 100644 --- a/netbox_agent/misc.py +++ b/netbox_agent/misc.py @@ -8,6 +8,8 @@ def is_tool(name): def get_vendor(name): vendors = { + 'PERC': 'Dell', + 'SANDISK': 'SanDisk', 'DELL': 'Dell', 'ST': 'Seagate', 'CRUCIAL': 'Crucial',