mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* AuthSSOTest: clear roles cache * PollingJob: When a poller module doesn't exist, return null instead of false. Skip all other checks and disable polling in that case. * Sensors: Guess high and low limits separately as needed * Sensors: drac test psu current data was wrong, referencing the snmprec, 8 / 10 and 0 / 10 should be the values NOTE: drac is messed up and runs a billion snmp queriess for no reason * please phpstan * Sensors: limits reference old code move to "creating" * Fix gw-eydfa accidental assignment * Fix ies5000 test data now that the bad state is removed * Fix ies5000 test data part 2 * Move sensor discovery reset into discover_device() * infinera remove duplicate sensor (also a lot of trailing whitespace apparently) * Fix innovaphone bad yaml discovery * module tests should be using null when test data doesn't exist, not an empty array * When discovery or polling is not supported, dump null instead of an array. Account for nulls in testing * update ISE serial * Janitza was seemingly wrong before * Remove some private data * bgp-peers requires ipv4-addresses and ipv6-addresses for bgpPeerIface * fix polycomLens broken state sensor discovery * Raritan pdu and pdu2 test data was combined in one test file, split it out * scs-ks duplicate temperature sensor indexes * sentry3 someone tried to avoid breaking stuff but just broke things more * smartos-dcp-m fix incorrect numeric oids * ssu2000 apparently test data was wrong, must have fixed a bug in the code. * timos remove duplicate dbm sensor definitions * bgpPeerIface is working in tests now * Fix moxa-etherdevice when mibs are a bit different * xw_to_dbm negative values should return null * Update cisco test data due previous fixes/changes * One more bgpPeerIface * Add orderBy to ospf module db dumps * Remove links test data for now * Improve handling of bad data in ipv6-addresses module
69 lines
2.9 KiB
YAML
69 lines
2.9 KiB
YAML
mib: INNO-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: l2Table
|
|
value: l2State
|
|
num_oid: '.1.3.6.1.4.1.6666.1.1.1.2.{{ $index }}'
|
|
descr: 'LAPD {{ $l2Label }}'
|
|
group: '{{ $l2Label }}'
|
|
state_name: L2State
|
|
states:
|
|
- { descr: down, graph: 0, value: 1, generic: 2 }
|
|
- { descr: up, graph: 0, value: 2, generic: 0 }
|
|
-
|
|
oid: l2Table
|
|
value: l2Mode
|
|
num_oid: '.1.3.6.1.4.1.6666.1.1.1.3.{{ $index }}'
|
|
descr: 'Mode {{ $l2Label }}'
|
|
state_name: L2Mode
|
|
group: '{{ $l2Label }}'
|
|
states:
|
|
- { descr: TE, graph: 0, value: 1, generic: 0 }
|
|
- { descr: NT, graph: 0, value: 2, generic: 0 }
|
|
|
|
-
|
|
oid: l1BriTable
|
|
value: l1BriState
|
|
num_oid: '.1.3.6.1.4.1.6666.1.1.1.3'
|
|
descr: 'Basic rate interface {{ $l1BriLabel }}'
|
|
state_name: l1BriLabel
|
|
group: '{{ $l1BriLabel }}'
|
|
states:
|
|
- { descr: down, graph: 0, value: 1, generic: 2 }
|
|
- { descr: up, graph: 0, value: 2, generic: 0 }
|
|
-
|
|
oid: l3Table
|
|
value: l3Protocol
|
|
num_oid: '.1.3.6.1.4.1.6666.1.4.1.2.{{ $index }}'
|
|
descr: 'ISDN signaling protocol {{ $l3Label }}'
|
|
state_name: l3Label
|
|
group: '{{ $l3Label }}'
|
|
states:
|
|
- { descr: none, graph: 0, value: 1, generic: 3 }
|
|
- { descr: other, graph: 0, value: 2, generic: 3 }
|
|
- { descr: etsi, graph: 0, value: 3, generic: 0 }
|
|
- { descr: qsig, graph: 0, value: 23, generic: 0 }
|
|
count:
|
|
data:
|
|
-
|
|
oid: l3Table
|
|
value: l3NumBchanActive
|
|
num_oid: '.1.3.6.1.4.1.6666.1.4.1.4.{{ $index }}'
|
|
descr: 'Active calls {{ $l3Label }}'
|
|
index: 'l3NumBchanActive.{{ $index }}'
|
|
-
|
|
oid: l3Table
|
|
value: l3CallsBoot
|
|
num_oid: '.1.3.6.1.4.1.6666.1.4.1.5.{{ $index }}'
|
|
descr: "Calls since boot {{ $l3Label }}"
|
|
index: 'l3CallsBoot.{{ $index }}'
|
|
-
|
|
oid: l3Table
|
|
value: l3NumBchan
|
|
num_oid: '.1.3.6.1.4.1.6666.1.4.1.3.{{ $index }}'
|
|
descr: 'Available Channels {{ $l3Label }}'
|
|
index: 'l3NumBchan.{{ $index }}'
|