mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Added detection for Raritan KVM and EMX devices (#8279)
This commit is contained in:
committed by
Tony Murray
parent
e0589e0efe
commit
41dbc3547d
8
includes/definitions/raritan-emx.yaml
Normal file
8
includes/definitions/raritan-emx.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
os: raritan-emx
|
||||||
|
text: 'Raritan EMX'
|
||||||
|
type: environment
|
||||||
|
over:
|
||||||
|
- { graph: device_bits, text: 'Device Traffic' }
|
||||||
|
icon: raritan
|
||||||
|
discovery:
|
||||||
|
- sysObjectID: '.1.3.6.1.4.1.13742.8'
|
8
includes/definitions/raritan-kvm.yaml
Normal file
8
includes/definitions/raritan-kvm.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
os: raritan-kvm
|
||||||
|
text: 'Raritan KVM'
|
||||||
|
type: appliance
|
||||||
|
over:
|
||||||
|
- { graph: device_bits, text: 'Device Traffic' }
|
||||||
|
icon: raritan
|
||||||
|
discovery:
|
||||||
|
- sysObjectID: '.1.3.6.1.4.1.13742.3.2.10'
|
@@ -1,4 +1,4 @@
|
|||||||
os: raritan
|
os: raritan-pdu
|
||||||
text: 'Raritan PDU'
|
text: 'Raritan PDU'
|
||||||
type: power
|
type: power
|
||||||
over:
|
over:
|
||||||
@@ -7,4 +7,4 @@ over:
|
|||||||
- { graph: device_voltage, text: Voltage }
|
- { graph: device_voltage, text: Voltage }
|
||||||
icon: raritan
|
icon: raritan
|
||||||
discovery:
|
discovery:
|
||||||
- sysObjectID: .1.3.6.1.4.1.13742
|
- sysObjectID_regex: '/^.1.3.6.1.4.1.13742.[4|6]/'
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* raritan.inc.php
|
* raritan-pdu.inc.php
|
||||||
*
|
*
|
||||||
* LibreNMS pre-cache discovery module for Raritan
|
* LibreNMS pre-cache discovery module for Raritan
|
||||||
*
|
*
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* raritan.inc.php
|
* raritan-pdu.inc.php
|
||||||
*
|
*
|
||||||
* LibreNMS temperature sensor discovery module for Raritan
|
* LibreNMS temperature sensor discovery module for Raritan
|
||||||
*
|
*
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* raritan.inc.php
|
* raritan-pdu.inc.php
|
||||||
*
|
*
|
||||||
* LibreNMS voltage sensor discovery module for Raritan
|
* LibreNMS voltage sensor discovery module for Raritan
|
||||||
*
|
*
|
1601
mibs/raritan/RemoteKVMDevice-MIB
Normal file
1601
mibs/raritan/RemoteKVMDevice-MIB
Normal file
File diff suppressed because it is too large
Load Diff
2
tests/snmpsim/raritan-emx.snmprec
Normal file
2
tests/snmpsim/raritan-emx.snmprec
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|EMX 030230
|
||||||
|
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.13742.8
|
2
tests/snmpsim/raritan-kvm.snmprec
Normal file
2
tests/snmpsim/raritan-kvm.snmprec
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|DSX2-32-3
|
||||||
|
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.13742.3.2.10
|
2
tests/snmpsim/raritan-kvm_1.snmprec
Normal file
2
tests/snmpsim/raritan-kvm_1.snmprec
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|DKX3-116
|
||||||
|
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.13742.3.2.10
|
Reference in New Issue
Block a user