Correct alarm IDs in the events.yaml for patching

The 900.002 and 900.003 alarm IDs were reversed.

Now corrected to be what the constants and code
are generating.

 - 900.002 is Patch host install failure
 - 900.003 is Obsolete patch in system

Story: 2009969
Task: 45582
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I0d13cfce39de15b34265012d1e26fd7fedcee81d
This commit is contained in:
Al Bailey 2022-06-09 13:25:05 +00:00
parent ad1d95fdf5
commit 0b0d33fd72
1 changed files with 8 additions and 8 deletions

View File

@ -3100,10 +3100,10 @@
900.002: 900.002:
Type: Alarm Type: Alarm
Description: Obsolete patch in system. Description: Patch host install failure.
Entity_Instance_ID: host=controller Entity_Instance_ID: host=<hostname>
Severity: warning Severity: major
Proposed_Repair_Action: Remove and delete obsolete patches. Proposed_Repair_Action: Undo patching operation.
Maintenance_Action: Maintenance_Action:
Inhibit_Alarms: Inhibit_Alarms:
Alarm_Type: environmental Alarm_Type: environmental
@ -3115,10 +3115,10 @@
900.003: 900.003:
Type: Alarm Type: Alarm
Description: Patch host install failure. Description: Obsolete patch in system.
Entity_Instance_ID: host=<hostname> Entity_Instance_ID: host=controller
Severity: major Severity: warning
Proposed_Repair_Action: Undo patching operation. Proposed_Repair_Action: Remove and delete obsolete patches.
Maintenance_Action: Maintenance_Action:
Inhibit_Alarms: Inhibit_Alarms:
Alarm_Type: environmental Alarm_Type: environmental