mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add basic support for PICA8 devices (#11185)
* mib * os_support * polling * tests * codeclimate
This commit is contained in:
20
includes/definitions/discovery/picos.yaml
Normal file
20
includes/definitions/discovery/picos.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
mib: PICA-PRIVATE-MIB
|
||||
modules:
|
||||
processors:
|
||||
data:
|
||||
-
|
||||
oid: cpuUsage
|
||||
num_oid: '.1.3.6.1.4.1.35098.1.1.{{ $index }}'
|
||||
sensors:
|
||||
fanspeed:
|
||||
data:
|
||||
-
|
||||
oid: rpsuFanSpeed
|
||||
num_oid: '.1.3.6.1.4.1.35098.1.11.1.5.{{ $index }}'
|
||||
descr: 'PSU {{ $index }} Fan Speed'
|
||||
index: 'psufanspeed{{ $index }}'
|
||||
-
|
||||
oid: switchFanSpeed
|
||||
num_oid: '.1.3.6.1.4.1.35098.1.8.{{ $index }}'
|
||||
descr: 'Switch {{ $index }} Fan Speed'
|
||||
index: 'swfanspeed{{ $index }}'
|
11
includes/definitions/picos.yaml
Normal file
11
includes/definitions/picos.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
os: picos
|
||||
text: 'Pica8 OS'
|
||||
type: network
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
icon: picos
|
||||
discovery:
|
||||
-
|
||||
sysObjectID:
|
||||
- .1.3.6.1.4.1.35098
|
Reference in New Issue
Block a user