Skip to content

Commit 1622337

Browse files
klui2k1laf
andauthored
Added Aruba os temperature (librenms#18242)
* Add temperature OID for ArubaOS * Updated WLSX-SYSTEMEXT-MIB::wlsxSysExtInternalTemparature for ArubaOS .1.3.6.1.4.1.14823.2.2.1.2.1.10.index * Fix indentation for temperature section in arubaos.yaml * Update arubaos.json * Update arubaos.json --------- Co-authored-by: Neil Lathwood <[email protected]>
1 parent aad3dc2 commit 1622337

File tree

3 files changed

+21357
-21317
lines changed

3 files changed

+21357
-21317
lines changed

resources/definitions/os_discovery/arubaos.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ modules:
2626
num_oid: '.1.3.6.1.4.1.14823.2.2.1.4.1.4.2.{{ $index }}'
2727
descr: 'Active VPN sessions'
2828
index: 'vpnsessions{{ $index }}'
29+
temperature:
30+
data:
31+
-
32+
oid: WLSX-SYSTEMEXT-MIB::wlsxSysExtInternalTemparature
33+
value: WLSX-SYSTEMEXT-MIB::wlsxSysExtInternalTemparature
34+
num_oid: '.1.3.6.1.4.1.14823.2.2.1.2.1.10.{{ $index }}'
35+
descr: 'CPU temperature C'

0 commit comments

Comments
 (0)