newdevice: Added support for Fujitsu NAS devices #5309 (#5816)

This commit is contained in:
Neil Lathwood
2017-02-09 08:14:40 +00:00
committed by GitHub
parent d2d8b05987
commit 585a4a6736
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
os: celvin
text: Fujitsu NAS
type: storage
icon: fujitsu
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.6.3.11.2.3.1.1

View File

@@ -389,6 +389,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('ceraos');
}
public function testCelvin()
{
$this->checkOS('celvin');
}
public function testCimc()
{
$this->checkOS('cimc');

View File

@@ -0,0 +1 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.6.3.11.2.3.1.1