Skip to content

Commit

Permalink
Add new sysobjectid for Arbor ArbOS TMS appliances (#11711)
Browse files Browse the repository at this point in the history
* Add new sysObjectID for Arbor ArbOS TMS appliances

Arbor ArbOS TMS appliances use a sysobjectID of SNMPv2-SMI::enterprises.9694.1.5. Currently the arbos.yaml file only has 9694.1.4 so Arbor TMS appliances are not getting detected correctly as ArbOS devices.

netnms01:/opt/librenms# snmpwalk -v2c -cdeleted arbortms01.dal
SNMPv2-MIB::sysDescr.0 = STRING: Peakflow TMS 8.4 Model: TMS-HD1000 Serial: XXXXXXXXXX
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9694.1.5

* New sysobjectid for Arbor ArbOS TMS appliances

* New sysobjectid for Arbor ArbOS TMS appliances

* Update arbos.json

* Create arbos_tms.snmprec

* Update arbos.snmprec

Co-authored-by: Tony Murray <murraytony@gmail.com>
  • Loading branch information
jp-asdf and murrant committed May 27, 2020
1 parent a184035 commit e22a9fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/definitions/arbos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ over:
discovery:
- sysObjectID:
- .1.3.6.1.4.1.9694.1.4
- .1.3.6.1.4.1.9694.1.5
mib_dir:
- arbornet
2 changes: 2 additions & 0 deletions tests/snmpsim/arbos_tms.snmprec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Peakflow TMS 8.4 Model: TMS-HD1000 Serial: XXXXXXXXXX
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9694.1.5

0 comments on commit e22a9fe

Please sign in to comment.