Add alarm for device image update
Added a system alarm to indicate device image update is in progress. Story: 2006740 Task: 39842 Change-Id: I7aa8d3bba353256b1ecad65e2d5e488f2aeecbae Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
parent
4e263101b6
commit
b22b25dfb3
@ -285,6 +285,9 @@ FM_ALARM_ID_PATCH_OBS_IN_SYSTEM = ALARM_GROUP_SW_MGMT + ".003"
|
||||
FM_ALARM_ID_HOST_VERSION_MISMATCH = ALARM_GROUP_SW_MGMT + ".004"
|
||||
FM_ALARM_ID_UPGRADE_IN_PROGRESS = ALARM_GROUP_SW_MGMT + ".005"
|
||||
|
||||
# Device image alarm id
|
||||
FM_ALARM_ID_DEVICE_IMAGE_UPDATE_IN_PROGRESS = ALARM_GROUP_SW_MGMT + ".006"
|
||||
|
||||
# Security log id
|
||||
FM_LOG_ID_INVALID_PASSWORD = ALARM_GROUP_SECURITY + ".001"
|
||||
FM_LOG_ID_USER_LOCKOUT = ALARM_GROUP_SECURITY + ".002"
|
||||
|
@ -3052,6 +3052,21 @@
|
||||
Management_Affecting_Severity: warning
|
||||
Degrade_Affecting_Severity: none
|
||||
|
||||
900.006:
|
||||
Type: Alarm
|
||||
Description: Device image update operation in progress.
|
||||
Entity_Instance_ID: host=controller
|
||||
Severity: minor
|
||||
Proposed_Repair_Action: Complete reboots of affected hosts.
|
||||
Maintenance_Action:
|
||||
Inhibit_Alarms:
|
||||
Alarm_Type: environmental
|
||||
Probable_Cause: unspecified-reason
|
||||
Service_Affecting: False
|
||||
Suppression: False
|
||||
Management_Affecting_Severity: warning
|
||||
Degrade_Affecting_Severity: none
|
||||
|
||||
900.101:
|
||||
Type: Alarm
|
||||
Description: Software patch auto-apply inprogress
|
||||
|
Loading…
Reference in New Issue
Block a user