mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
941037e44e
* terra * airos * port cisco os polling old wwan polling was broken and deprecated anyway * enterasys * Brother, a few changes * AW Plus * Fabos * set expected test data * 3com * Adva FSP150 * advantech * airos-af * aix * akcp * allied * allworx and missed mibs * anyos * fixup some zyxel shared stuffs zywall graph polling * aos * apc * apex * apsoluteos * fix copyrights * arris * arris * aruba-instant * ArubaOS * Ascom * asuswrt-merlin, ats * audiocodes * avocent * avtech * barracuda * binox * boss * canonprinter * cdata * ceraos * ciena-waveserver * fix 3com * fix airos * fix brother yaml? * fix aos more * fix and improve apc * fix arista test data * yaml discovery (basic) * cimc * mib not used * remove old discovery file * ciscosat * ciscosb fixes + improvements * comware * ctm * cumulus * cxr-ts * cyberoam-utm * cyberpower * dahua-nvr * dasan-nos * datadomain * dcn-software and fallback oids * dd-wrt * dell-laser * d* * e* and location * forti, post processing, oid coalescing * Freebsd array of sysDescr regex * finish f* * g* * h* * i* WIP * i* * Junos * j* * k* * unix refactor previous to yaml more inject $device * fixes * fixes * l* * m* * n* ability to set other fields in regex tnmsne polling to eloquent * o* * p* * q* + bonus calix * r* * s* WIP * s* * t* * u* * v* rework vrp to yaml (hybrid) * w* * x* * z* * a* easy no-data * fixes * style fixes * missed ApexPlus * fix signature * Add missing location data * rename getDevice functions * add new cisco ftd data * update docs * revert sill snmp format * fix snmp options * update for new smartax test data * rebase dsm * fix voss
125 lines
6.1 KiB
YAML
125 lines
6.1 KiB
YAML
mib: HUAWEI-SERVER-IBMC-MIB
|
|
modules:
|
|
os:
|
|
hardware: HUAWEI-SERVER-IBMC-MIB::deviceName.0
|
|
serial: HUAWEI-SERVER-IBMC-MIB::deviceSerialNo.0
|
|
version: .1.3.6.1.4.1.2011.2.235.1.1.11.50.1.4.11.65.99.116.105.118.101.32.105.66.77.67 # HUAWEI-SERVER-IBMC-MIB::firmwareVersion."Active iBMC"
|
|
processors:
|
|
data:
|
|
-
|
|
oid: systemCpuUsage
|
|
value: systemCpuUsage
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.1.23.{{ $index }}'
|
|
descr: 'Main(s) CPU average usage'
|
|
sensors:
|
|
fanspeed:
|
|
data:
|
|
-
|
|
oid: fanDescriptionEntry
|
|
value: fanSpeed
|
|
skip_value_lt: 0
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.8.50.1.2.{{ $index }}'
|
|
descr: 'fanDevicename'
|
|
index: 'fanSpeed.{{ $index }}'
|
|
power:
|
|
data:
|
|
-
|
|
oid: powerSupplyDescriptionEntry
|
|
value: powerSupplyInputPower
|
|
skip_value_lt: 0
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.6.50.1.8.{{ $index }}'
|
|
descr: 'Power Supply {{ $index }} Input'
|
|
index: 'powerSupplyIndex.{{ $index }}'
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: TemperatureDescriptionEntry
|
|
value: temperatureReading
|
|
divisor: 10
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.26.50.1.3.{{ $index }}'
|
|
descr: 'temperatureObject'
|
|
index: 'temperatureIndex.{{ $index }}'
|
|
state:
|
|
data:
|
|
-
|
|
oid: cpuDescriptionEntry
|
|
value: cpuStatus
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.15.50.1.6.{{ $index }}'
|
|
descr: 'Processor {{ $cpuFamily }} @{{ $cpuClockRate }} #{{ $cpuIndex }}'
|
|
index: 'cpuStatus.{{ $index }}'
|
|
state_name: cpuStatus
|
|
group: 'CPU'
|
|
states:
|
|
- { descr: ok, graph: 0, value: 1, generic: 0 }
|
|
- { descr: minor, graph: 0, value: 2, generic: 1 }
|
|
- { descr: major, graph: 0, value: 3, generic: 2 }
|
|
- { descr: critical, graph: 0, value: 4, generic: 2 }
|
|
- { descr: absent, graph: 0, value: 5, generic: 3 }
|
|
- { descr: unknown, graph: 0, value: 6, generic: 3 }
|
|
-
|
|
oid: hardDiskDescriptionEntry
|
|
value: hardDiskStatus
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.18.50.1.3.{{ $index }}'
|
|
descr: 'Drive Bay {{ $index }} {{ $hardDiskDevicename }}'
|
|
index: 'hardDiskStatus.{{ $index }}'
|
|
state_name: hardDiskStatus
|
|
group: 'Drive Bays'
|
|
states:
|
|
- { descr: ok, graph: 0, value: 1, generic: 0 }
|
|
- { descr: minor, graph: 0, value: 2, generic: 1 }
|
|
- { descr: major, graph: 0, value: 3, generic: 2 }
|
|
- { descr: critical, graph: 0, value: 4, generic: 2 }
|
|
- { descr: absent, graph: 0, value: 5, generic: 3 }
|
|
- { descr: unknown, graph: 0, value: 6, generic: 3 }
|
|
-
|
|
oid: fanDescriptionEntry
|
|
value: fanStatus
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.8.50.1.4.{{ $index }}'
|
|
descr: 'fanDevicename'
|
|
index: 'fanSpeed.{{ $index }}'
|
|
state_name: fanStatus
|
|
group: 'Fans'
|
|
states:
|
|
- { descr: ok, graph: 0, value: 1, generic: 0 }
|
|
- { descr: minor, graph: 0, value: 2, generic: 1 }
|
|
- { descr: major, graph: 0, value: 3, generic: 2 }
|
|
- { descr: critical, graph: 0, value: 4, generic: 2 }
|
|
- { descr: absent, graph: 0, value: 5, generic: 3 }
|
|
- { descr: unknown, graph: 0, value: 6, generic: 3 }
|
|
-
|
|
oid: memoryEntireStatus
|
|
value: memoryEntireStatus
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.16.1.{{ $index }}'
|
|
descr: 'Memory Status'
|
|
index: 'memoryEntireStatus.{{ $index }}'
|
|
state_name: memoryEntireStatus
|
|
group: 'RAM'
|
|
states:
|
|
- { descr: ok, graph: 0, value: 1, generic: 0 }
|
|
- { descr: minor, graph: 0, value: 2, generic: 1 }
|
|
- { descr: major, graph: 0, value: 3, generic: 2 }
|
|
- { descr: critical, graph: 0, value: 4, generic: 2 }
|
|
- { descr: absent, graph: 0, value: 5, generic: 3 }
|
|
- { descr: unknown, graph: 0, value: 6, generic: 3 }
|
|
-
|
|
oid: memoryDescriptionEntry
|
|
value: memoryStatus
|
|
num_oid: '.1.3.6.1.4.1.2011.2.235.1.1.16.50.1.6.{{ $index }}'
|
|
descr: '{{ $memoryLogic }} {{ $memoryManufacturer }} {{ $memorySize }} {{ $memoryClockRate }}'
|
|
index: 'memoryStatus.{{ $index }}'
|
|
state_name: memoryStatus
|
|
group: 'RAM'
|
|
states:
|
|
- { descr: ok, graph: 0, value: 1, generic: 0 }
|
|
- { descr: minor, graph: 0, value: 2, generic: 1 }
|
|
- { descr: major, graph: 0, value: 3, generic: 2 }
|
|
- { descr: critical, graph: 0, value: 4, generic: 2 }
|
|
- { descr: absent, graph: 0, value: 5, generic: 3 }
|
|
- { descr: unknown, graph: 0, value: 6, generic: 3 }
|
|
skip_values:
|
|
-
|
|
oid: memoryStatus
|
|
op: '='
|
|
value: 5
|
|
|