Add basic support for PICA8 devices (#11185)

* mib

* os_support

* polling

* tests

* codeclimate
This commit is contained in:
PipoCanaja
2020-02-26 01:28:56 +01:00
committed by GitHub
parent 13e6a38ee4
commit 3742e4f7ac
7 changed files with 18256 additions and 0 deletions

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

View 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