mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device - Adding support to Infortrend DS3016 (#16070)
* Adding support to Infortrend DS3016 * Adding snmprec for Infortrend DS3016 * Delete tests/snmpsim/DS_3016.snmprec * change of the infortrend logo * add the infortrend logo * Delete tests/snmpsim/infortrend_test.snmprec * again another logo replacment * update yaml file to display sensor state * Delete includes/definitions/discovery/infortrend_orig * typo missed the . at start of oid * change logo based on req. from PipoCanaja * on req of PipoCanaja to fix the structure of the folder * replacing the logo as req. from PipoCanaja * Fix infortrend.yaml * Remove mibs/IFT-SNMP-MIB * Create infortrend_infortrend.json * Update infortrend_infortrend.json --------- Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
This commit is contained in:
19
includes/definitions/discovery/infortrend.yaml
Normal file
19
includes/definitions/discovery/infortrend.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
mib: IFT-SNMP-MIB
|
||||
modules:
|
||||
sensors:
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: luDevTable
|
||||
value: luDevValueUnit
|
||||
num_oid: '.1.3.6.1.4.1.1714.1.1.9.1.1.{{ $index }}'
|
||||
descr: luDevDescription
|
||||
index: '.1.3.6.1.4.1.1714.1.1.9.1.{{ $index }}'
|
||||
snmp_flags: '-OQUsbe'
|
||||
state_name: luDevStatus
|
||||
states:
|
||||
- { value: 1, generic: 3, graph: 1, descr: unknown }
|
||||
- { value: 2, generic: 1, graph: 1, descr: other }
|
||||
- { value: 3, generic: 0, graph: 1, descr: ok }
|
||||
- { value: 4, generic: 1, graph: 1, descr: warning }
|
||||
- { value: 5, generic: 2, graph: 1, descr: failed }
|
13
includes/definitions/infortrend.yaml
Normal file
13
includes/definitions/infortrend.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
os: infortrend
|
||||
text: 'EonStor GS DS-3016'
|
||||
type: storage
|
||||
icon: infortrend
|
||||
mib_dir: infortrend
|
||||
group: Infortrend
|
||||
over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.1714.1
|
||||
- .1.3.6.1.4.1.2021.4.6
|
Reference in New Issue
Block a user