mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
committed by
GitHub
co-authored by
GitHub
parent
0b3451bd27
commit
4f912e2aca
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@@ -0,0 +1,11 @@
|
||||
os: exinda
|
||||
text: Exinda
|
||||
type: appliance
|
||||
icon: exinda
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.21091
|
||||
@@ -583,6 +583,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('ericsson-es');
|
||||
}
|
||||
|
||||
public function testExinda()
|
||||
{
|
||||
$this->checkOS('exinda');
|
||||
}
|
||||
|
||||
public function testExtremeware()
|
||||
{
|
||||
$this->checkOS('extremeware');
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Linux JHB-Exinda 3.10.72-72EXINDAsmp #0 SMP @1435203969 x86_64
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.21091
|
||||
Reference in New Issue
Block a user