Skip to content

Commit

Permalink
Merge pull request #657 from nautobot/librenms_manufacturers_fix
Browse files Browse the repository at this point in the history
Librenms manufacturers fix
  • Loading branch information
jdrew82 authored Jan 14, 2025
2 parents df612c6 + 9435c10 commit 5d110b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/656.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed missing manufacturers for OPNsense and CyberPower.
3 changes: 3 additions & 0 deletions nautobot_ssot/integrations/librenms/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ping": "Generic",
"hpe-ilo": "HP",
"proxmox": "Proxmox",
"opnsense": "Opnsense",
# Types from LibreNMS/OS php files
"aen": "Accedian OS",
"airos": "Ubiquiti",
Expand Down Expand Up @@ -65,6 +66,7 @@
"comware": "HPE",
"coriant": "Coriant",
"cumulus": "Cumulus Networks",
"cyberpower": "CyberPower",
"danthermos": "Dantherm",
"ddwrt": "DD-WRT",
"deliberant": "Deliberant",
Expand Down Expand Up @@ -232,6 +234,7 @@
# Other Types
"Proxmox": ["proxmox"],
"Generic": ["generic", "ping"],
"Opnsense": ["opnsense"],
# Types imported from LibreNMS/OS php files
"4RF": ["aprisa"],
"3Com": ["threecom"],
Expand Down

0 comments on commit 5d110b9

Please sign in to comment.