mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update to Added support for HeliOS 10Ghz failover to 5Ghz state sensor Converted /includes/discovery/sensors/state/helios.inc.php to yaml Test units included CLA has been signed * Added support for CeraOS TX Mute Status state sensor, NTP Client Lock Status state sensor. Updated CeraOS temperature sensor, now called from includes/definitions/discovery/ceraos.yaml - removed includes/discovery/sensors/temperature/ceraos.inc.php Corrected issue with CeraOS temperature reverting to zero after polling (added a trailing . to the num_oid) Amended includes/definitions/discovery/helios.yaml with changes as advised by Neil Lathwood and Tony Murray * Added unit test data and corrected ceraos.yaml validation error * Added support for Ceraos Wireless Sensors (php) Cross Polar Interference Wireless Frequency Added Ceraos state sensors (yaml) NTP Client Lock Status Tx Mute Status Radio Operational Status Remote Radio Operational Status IDU Temperature Power Amplifier Temperature * Fix up tests, etc * remove helios changes, fix style
49 lines
1.9 KiB
YAML
49 lines
1.9 KiB
YAML
mib: MWRM-UNIT-MIB:MWRM-RADIO-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: genEquipUnitInfoNtpStatusLockState
|
|
num_oid: .1.3.6.1.4.1.2281.10.1.1.11.6.6.1.4.{{ $index }}
|
|
descr: NTP Client Lock Status
|
|
state_name: genEquipUnitInfoNtpStatusLockState
|
|
states:
|
|
- { value: 0, generic : 0, graph: 0, descr: None }
|
|
- { value: 1, generic : 0, graph: 0, descr: Local }
|
|
- { value: 2, generic : 0, graph: 0, descr: Locked }
|
|
-
|
|
oid: genEquipRfuStatusTxMute
|
|
num_oid: .1.3.6.1.4.1.2281.10.5.1.1.25.{{ $index }}
|
|
descr: TX Mute Status
|
|
state_name: genEquipRfuStatusTxMute
|
|
states:
|
|
- { value: 0, generic: 0, graph: 0, descr: Disabled }
|
|
- { value: 1, generic: 0, graph: 0, descr: Enabled }
|
|
-
|
|
oid: genEquipRadioCfgRadioOperationalStatus
|
|
num_oid: .1.3.6.1.4.1.2281.10.7.2.1.9.{{ $index }}
|
|
descr: Radio Operational Status
|
|
state_name: genEquipRadioCfgRadioOperationalStatus
|
|
states:
|
|
- { value: 0, generic : 0, graph: 0, descr: Inactive }
|
|
- { value: 1, generic : 0, graph: 0, descr: Active }
|
|
-
|
|
oid: genEquipRemoteRadioRemoteCommunication
|
|
num_oid: .1.3.6.1.4.1.2281.10.7.3.1.1.2.{{ $index }}
|
|
descr: Remote Radio Operational Status
|
|
state_name: genEquipRemoteRadioRemoteCommunication
|
|
states:
|
|
- { value: 0, generic: 0, graph: 0, descr: Inactive }
|
|
- { value: 1, generic: 0, graph: 0, descr: Active }
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: genEquipUnitIduTemperature
|
|
num_oid: .1.3.6.1.4.1.2281.10.1.1.9.{{ $index }}
|
|
descr: IDU Temperature
|
|
-
|
|
oid: genEquipRfuStatusPATemp
|
|
num_oid: .1.3.6.1.4.1.2281.10.5.1.1.24.{{ $index }}
|
|
descr: Power Amplifier Temperature
|