mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add Basic FortiWLC Support (#6016)
* newdevice: Add Basic FortiWLC Support * altered the sysObjectId discovery
This commit is contained in:
committed by
Neil Lathwood
parent
de6b1d9722
commit
87a50465ad
13
includes/definitions/fortiwlc.yaml
Normal file
13
includes/definitions/fortiwlc.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
os: fortiwlc
|
||||
text: 'Fortinet FortiWLC'
|
||||
type: network
|
||||
icon: fortinet
|
||||
mib_dir:
|
||||
- fortinet
|
||||
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.15983.1.1
|
@@ -728,6 +728,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('fortiswitch');
|
||||
}
|
||||
|
||||
public function testFortiwlc()
|
||||
{
|
||||
$this->checkOS('fortiwlc');
|
||||
}
|
||||
|
||||
public function testFoundryos()
|
||||
{
|
||||
$this->checkOS('foundryos');
|
||||
|
2
tests/snmpsim/fortiwlc.snmprec
Normal file
2
tests/snmpsim/fortiwlc.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|controller
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.15983.1.1.7.18
|
Reference in New Issue
Block a user