Skip to content

Commit 5d110b9

Browse files
authored
Merge pull request #657 from nautobot/librenms_manufacturers_fix
Librenms manufacturers fix
2 parents df612c6 + 9435c10 commit 5d110b9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changes/656.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed missing manufacturers for OPNsense and CyberPower.

nautobot_ssot/integrations/librenms/constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"ping": "Generic",
1818
"hpe-ilo": "HP",
1919
"proxmox": "Proxmox",
20+
"opnsense": "Opnsense",
2021
# Types from LibreNMS/OS php files
2122
"aen": "Accedian OS",
2223
"airos": "Ubiquiti",
@@ -65,6 +66,7 @@
6566
"comware": "HPE",
6667
"coriant": "Coriant",
6768
"cumulus": "Cumulus Networks",
69+
"cyberpower": "CyberPower",
6870
"danthermos": "Dantherm",
6971
"ddwrt": "DD-WRT",
7072
"deliberant": "Deliberant",
@@ -232,6 +234,7 @@
232234
# Other Types
233235
"Proxmox": ["proxmox"],
234236
"Generic": ["generic", "ping"],
237+
"Opnsense": ["opnsense"],
235238
# Types imported from LibreNMS/OS php files
236239
"4RF": ["aprisa"],
237240
"3Com": ["threecom"],

0 commit comments

Comments
 (0)