From eb699753fe627934d09a112858bc77d516569091 Mon Sep 17 00:00:00 2001 From: Srinadh Penugonda <55261736+spenugondaa@users.noreply.github.com> Date: Fri, 14 Jan 2022 15:16:41 -0800 Subject: [PATCH] Update event-alarm-framework.md --- doc/event-alarm-framework/event-alarm-framework.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/event-alarm-framework/event-alarm-framework.md b/doc/event-alarm-framework/event-alarm-framework.md index be958b6ebd..1b642a540e 100644 --- a/doc/event-alarm-framework/event-alarm-framework.md +++ b/doc/event-alarm-framework/event-alarm-framework.md @@ -127,7 +127,8 @@ In addition to the above tables, the framework maintains various statisitcs. 2. Alarm Statistics Table - Statistics on number of alarms per severity are maintained in ALARM_STATS table. + Statistics on number of alarms per severity are maintained in ALARM_STATS table. + ALARM_STATS table is not persistent as conditions that triggers an alarm gets cleared on bootup. When application raises an alarm, the counter corresponding to that alarm's severity is increased by 1. When the alarm is cleared or acknowledged, the corresponding severity counter will be reduced by 1. This table categorizes "active" alarms per severity.