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
69 lines
3.1 KiB
YAML
69 lines
3.1 KiB
YAML
mib: EQUIPMENT-MIB:DLINKSW-ENTITY-EXT-MIB
|
|
modules:
|
|
os:
|
|
sysDescr_regex: '/(D-Link )?(?<hardware>\S+) (?<version>[0-9.]+)?/'
|
|
version:
|
|
- DLINKSW-ENTITY-EXT-MIB::dEntityExtVersionRuntime.1
|
|
- .1.3.6.1.2.1.16.19.2.0
|
|
- .1.3.6.1.4.1.171.12.11.1.9.4.1.11.1
|
|
serial:
|
|
- .1.3.6.1.4.1.171.12.11.1.9.4.1.17.1
|
|
- .1.3.6.1.4.1.171.12.1.1.12.0
|
|
processors:
|
|
data:
|
|
-
|
|
oid: AGENT-GENERAL-MIB::agentCPUutilizationIn5sec
|
|
value: agentCPUutilizationIn5sec
|
|
num_oid: '.1.3.6.1.4.1.171.12.1.1.6.1.{{ $index }}'
|
|
-
|
|
oid: DLINKSW-ENTITY-EXT-MIB::dEntityExtCpuUtilOneMinute
|
|
value: dEntityExtCpuUtilOneMinute
|
|
num_oid: '.1.3.6.1.4.1.171.14.5.1.7.1.4.{{ $index }}'
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: swTemperatureTable
|
|
value: swTemperatureCurrent
|
|
num_oid: '.1.3.6.1.4.1.171.12.11.1.8.1.2.{{ $index }}'
|
|
descr: 'Current Sys Temp {{ $index }}'
|
|
index: 'swTemperatureCurrent.{{ $index }}'
|
|
-
|
|
oid: dEntityExtEnvTempTable
|
|
value: dEntityExtEnvTempCurrent
|
|
num_oid: '.1.3.6.1.4.1.171.14.5.1.1.1.1.4.{{ $index }}'
|
|
descr: $dEntityExtEnvTempDescr
|
|
index: 'dEntityExtEnvTempCurrent.{{ $index }}'
|
|
low_limit: dEntityExtEnvTempThresholdLow
|
|
high_limit: dEntityExtEnvTempThresholdHigh
|
|
state:
|
|
data:
|
|
-
|
|
oid: dEntityExtEnvFanTable
|
|
value: dEntityExtEnvFanStatus
|
|
num_oid: '.1.3.6.1.4.1.171.14.5.1.1.2.1.4.{{ $index }}'
|
|
descr: dEntityExtEnvFanDescr
|
|
index: 'dEntityExtEnvFanStatus.{{ $index }}'
|
|
states:
|
|
- { descr: Ok, graph: 1, value: 1, generic: 0 }
|
|
- { descr: Fault, graph: 1, value: 2, generic: 2 }
|
|
-
|
|
oid: dEntityExtEnvPowerTable
|
|
value: dEntityExtEnvPowerStatus
|
|
num_oid: '.1.3.6.1.4.1.171.14.5.1.1.3.1.6.{{ $index }}'
|
|
descr: dEntityExtEnvPowerDescr
|
|
index: 'dEntityExtEnvPowerStatus.{{ $index }}'
|
|
states:
|
|
- { descr: In Operation, graph: 1, value: 1, generic: 0 }
|
|
- { descr: Failed, graph: 1, value: 2, generic: 2 }
|
|
- { descr: Empty, graph: 1, value: 3, generic: 3 }
|
|
-
|
|
oid: dEntityExtEnvTempTable
|
|
value: dEntityExtEnvTempStatus
|
|
num_oid: '.1.3.6.1.4.1.171.14.5.1.1.1.1.7.{{ $index }}'
|
|
descr: dEntityExtEnvTempDescr
|
|
index: 'dEntityExtEnvTempStatus.{{ $index }}'
|
|
states:
|
|
- { descr: Ok, graph: 1, value: 1, generic: 0 }
|
|
- { descr: Abnormal, graph: 1, value: 2, generic: 2 }
|