mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added more Netgear detection #5789
This commit is contained in:
committed by
Neil Lathwood
parent
aef0928099
commit
73f56701e3
@ -7,5 +7,7 @@ bad_if:
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysObjectId: .1.3.6.1.4.1.4526
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.4526
|
||||
- .1.3.6.1.4.1.89.1.1.1.3.6.1.4.1.4526.100.4
|
||||
- sysDescr: ProSafe
|
||||
|
@ -1031,6 +1031,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('netgear');
|
||||
$this->checkOS('netgear', 'netgear1');
|
||||
$this->checkOS('netgear', 'netgear2');
|
||||
}
|
||||
|
||||
public function testNetmanplus()
|
||||
|
2
tests/snmpsim/netgear2.snmprec
Normal file
2
tests/snmpsim/netgear2.snmprec
Normal file
@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|24-Port Gigabit Smart Switch with PoE and 4 SFP uplinks
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.89.1.1.1.3.6.1.4.1.4526.100.4.25
|
Reference in New Issue
Block a user