mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Support for cambium-ptp500 Added mibs for ptp500, ptp300 * ptp500 - Switch modulation to a state * Update label on 500 to 500/300 300 and 500 use the same mibs * Request changes Added overhead graph's to all current ptp devices * wrap text in quotes * Fix discovery bug * Ptp600 support * PTP800 Support * Fix ptp600 issues * Remove meh copy and pasta * Remove modulation from OS file * Update value modifiers / typos * +x rename-mibs.php * Modify cambium mibs
31 lines
1.6 KiB
YAML
31 lines
1.6 KiB
YAML
mib: CAMBIUM-PTP800-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: transmitModulation
|
|
num_oid: .1.3.6.1.4.1.17713.8.12.9.
|
|
index: 'transmitModulation.{{ $index }}'
|
|
descr: Transmit Modulation Mode
|
|
states:
|
|
- { value: 0, generic: 0, graph: 1, descr: modQPSK }
|
|
- { value: 1, generic: 0, graph: 1, descr: mod8PSK }
|
|
- { value: 2, generic: 0, graph: 1, descr: mod16QAM }
|
|
- { value: 3, generic: 0, graph: 1, descr: mod32QAM }
|
|
- { value: 4, generic: 0, graph: 1, descr: mod64QAM }
|
|
- { value: 5, generic: 0, graph: 1, descr: mod128QAM }
|
|
- { value: 6, generic: 0, graph: 1, descr: mod256QAM }
|
|
-
|
|
oid: receiveModulation
|
|
num_oid: .1.3.6.1.4.1.17713.8.12.8.
|
|
index: 'receiveModulation.{{ $index }}'
|
|
descr: Receive Modulation Mode
|
|
states:
|
|
- { value: 0, generic: 0, graph: 1, descr: modQPSK }
|
|
- { value: 1, generic: 0, graph: 1, descr: mod8PSK }
|
|
- { value: 2, generic: 0, graph: 1, descr: mod16QAM }
|
|
- { value: 3, generic: 0, graph: 1, descr: mod32QAM }
|
|
- { value: 4, generic: 0, graph: 1, descr: mod64QAM }
|
|
- { value: 5, generic: 0, graph: 1, descr: mod128QAM }
|
|
- { value: 6, generic: 0, graph: 1, descr: mod256QAM } |