device: Added detection for Raritan KVM and EMX devices (#8279)

This commit is contained in:
Neil Lathwood
2018-03-23 17:26:09 +00:00
committed by Tony Murray
parent e0589e0efe
commit 41dbc3547d
15 changed files with 1628 additions and 5 deletions

View 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'

View 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'

View File

@@ -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]/'

View File

@@ -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
* *

View File

@@ -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
* *

View File

@@ -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
* *

File diff suppressed because it is too large Load Diff

View 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

View 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

View 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