mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
11
includes/definitions/celvin.yaml
Normal file
11
includes/definitions/celvin.yaml
Normal 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
|
@@ -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');
|
||||
|
1
tests/snmpsim/celvin.snmprec
Normal file
1
tests/snmpsim/celvin.snmprec
Normal 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
|
Reference in New Issue
Block a user