Edited the UseMIBThresholds field on Temperature Sensor and Voltage Sensor Threshold groups in Configuration Manger and pushed the settings from Configuration Manager to AM domain, however these changes are not updated at AM domain.
Temperature Sensor Settings :
./dmctl -s INCHARGE-CM get Temperature_Setting::'SET-CFG-TemperatureSensor/TemperatureSensor/Temperature_Setting'| grep 'UseMIBThresholds'
UseMIBThresholds = FALSE
./dmctl -s INCHARGE-AM-PM get Temperature_Setting::'SET-CFG-TemperatureSensor/TemperatureSensor/Temperature_Setting' | grep 'UseMIBThresholds'
UseMIBThresholds = TRUE
Voltage Sensor Settings:
./dmctl -s INCHARGE-CM get Voltage_Setting::'SET-CFG-VoltageSensor/VoltageSensor/Voltage_Setting'::UseMIBThresholds | grep 'UseMIBThresholds'
UseMIBThresholds = FALSE
./dmctl -s INCHARGE-AM-PM get Voltage_Setting::'SET-CFG-VoltageSensor/VoltageSensor/Voltage_Setting'| grep 'UseMIBThresholds'
UseMIBThresholds = TRUE
Default Settings in $BASEDIR/smarts/conf/icf-c/push.conf file are as below, which has only 2-3 attribute changes pushed and UseMIBThresholds is not present.
# Voltage Sensor
class Voltage_Setting
attr RelativeVoltageThreshold
attr VoltageSensorHighThreshold
attr VoltageSensorLowThreshold
# Temperature Sensor
class Temperature_Setting
attr RelativeTemperatureThreshold
attr TemperatureHighThreshold