mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Vanguard ApplicationsWare (#6387)
This commit is contained in:
committed by
Tony Murray
parent
cea6169cd6
commit
0f02dec4cc
BIN
html/images/os/vanguard.png
Normal file
BIN
html/images/os/vanguard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
9
includes/definitions/applicationsware.yaml
Normal file
9
includes/definitions/applicationsware.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
os: applicationsware
|
||||
text: 'Vanguard ApplicationsWare'
|
||||
type: network
|
||||
icon: vanguard
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.449.2.1.
|
||||
@@ -206,6 +206,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('apic');
|
||||
}
|
||||
|
||||
public function testApplicationsWare()
|
||||
{
|
||||
$this->checkOS('applicationsware');
|
||||
}
|
||||
|
||||
public function testArdmoreencoder()
|
||||
{
|
||||
|
||||
2
tests/snmpsim/applicationsware.snmprec
Normal file
2
tests/snmpsim/applicationsware.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|VANGUARD 3480
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.449.2.1.3480
|
||||
Reference in New Issue
Block a user