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
@@ -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'
|
||||
@@ -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'
|
||||
type: power
|
||||
over:
|
||||
@@ -7,4 +7,4 @@ over:
|
||||
- { graph: device_voltage, text: Voltage }
|
||||
icon: raritan
|
||||
discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.13742
|
||||
- sysObjectID_regex: '/^.1.3.6.1.4.1.13742.[4|6]/'
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* raritan.inc.php
|
||||
* raritan-pdu.inc.php
|
||||
*
|
||||
* LibreNMS pre-cache discovery module for Raritan
|
||||
*
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* raritan.inc.php
|
||||
* raritan-pdu.inc.php
|
||||
*
|
||||
* LibreNMS temperature sensor discovery module for Raritan
|
||||
*
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* raritan.inc.php
|
||||
* raritan-pdu.inc.php
|
||||
*
|
||||
* LibreNMS voltage sensor discovery module for Raritan
|
||||
*
|
||||
Reference in New Issue
Block a user