mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Initial discovery for Vubiq Haulpass V60s#5745
* Initial discovery for Vubiq Haulpass V60s * Add missing files
This commit is contained in:
committed by
Neil Lathwood
parent
55843eba74
commit
f301cf5efd
1
html/images/os/vubiq.svg
Normal file
1
html/images/os/vubiq.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 68 KiB |
9
includes/definitions/vubiq.yaml
Normal file
9
includes/definitions/vubiq.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
os: vubiq
|
||||
text: 'Vubiq Networks'
|
||||
type: network
|
||||
icon: vubiq
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.46330.1
|
@ -1644,6 +1644,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('vrp', 'vrp4');
|
||||
}
|
||||
|
||||
public function testVubiq()
|
||||
{
|
||||
$this->checkOS('vubiq');
|
||||
}
|
||||
|
||||
public function testVyatta()
|
||||
{
|
||||
$this->checkOS('vyatta');
|
||||
|
2
tests/snmpsim/vubiq.snmprec
Normal file
2
tests/snmpsim/vubiq.snmprec
Normal file
@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|V60s GigaBit Ethernet Switch
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.46330.1.1
|
Reference in New Issue
Block a user