mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Kemp Loadbalancers (#5668)
This commit is contained in:
committed by
Neil Lathwood
parent
f828a927d2
commit
cfd9a35f2c
1
html/images/os/kemp.svg
Normal file
1
html/images/os/kemp.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 35 KiB |
10
includes/definitions/kemp.yaml
Normal file
10
includes/definitions/kemp.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
os: kemp
|
||||
text: 'Kemp Loadbalancer'
|
||||
type: loadbalancer
|
||||
icon: kemp
|
||||
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.12196.250.10
|
@@ -849,6 +849,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('jwos');
|
||||
}
|
||||
|
||||
public function testKemp()
|
||||
{
|
||||
$this->checkOS('kemp');
|
||||
}
|
||||
|
||||
public function testKti()
|
||||
{
|
||||
$this->checkOS('kti');
|
||||
|
2
tests/snmpsim/kemp.snmprec
Normal file
2
tests/snmpsim/kemp.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Linux SLO-DMZ-KLB01 3.10.28 #1 SMP Fri Feb 20 21:17:49 UTC 2015 x86_64
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.12196.250.10
|
Reference in New Issue
Block a user