Update/add MCB sensors and thresholds #580
Closed
+29
−29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This update refines the
sensor_service.jsonconfiguration for the MCB to align with the latest threshold definitions and to remove deprecated or hidden sensor entries no longer in use.Key highlights of this update:
Removal of Deprecated Sensors:
The following sensors were identified as obsolete and have been removed to maintain a clean and relevant sensor configuration:
MCB_P12V_BP_ADC0_AMCB_P12V_BP_ADC0_BThreshold Definition Updates:
Threshold parameters for existing sensors have been refreshed to the latest defined values. This includes updates to:
upperCriticalValandlowerCriticalValmaxAlarmValandminAlarmValwhere applicableThese changes ensure accurate alarm triggering and improved monitoring reliability within expected operational ranges.
No new sensors were added as part of this update. Existing sensor attributes such as
slotPath,sysfsPath,pmUnitName, andtyperemain consistent with previous configurations.Test Plan: