Introduction
Imagine you are monitoring a factory with many machines. When something goes wrong, alarms alert you. But not all alarms are equally urgent, so you need a way to know which ones to fix first.
Imagine a fire alarm system in a building. A fire alarm means immediate danger and needs quick action. A smoke detector warning might mean a potential problem but not urgent. A reminder to check batteries is useful but not urgent.
┌───────────────────────────┐ │ Alarm Priority │ ├─────────────┬─────────────┤ │ High │ Immediate │ │ Priority │ Attention │ ├─────────────┼─────────────┤ │ Medium │ Timely │ │ Priority │ Response │ ├─────────────┼─────────────┤ │ Low │ Informational│ │ Priority │ Review │ └─────────────┴─────────────┘