From 6105f83a85a8ca2e5ed8f33e0f5ed5455c8f0e17 Mon Sep 17 00:00:00 2001 From: Bin Qian Date: Tue, 23 Nov 2021 18:08:50 -0500 Subject: [PATCH] Add new alarm for FD limit reached Add a new alarm for open FD approaching limit (major) or limit is reached (critical). Partial-bug: 1952126 Change-Id: Ifaece0e1d7a335f980cfebc3a591a90edbc35742 Signed-off-by: Bin Qian --- fm-doc/fm_doc/events.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index 009f3657..1966bbb2 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -458,6 +458,24 @@ Management_Affecting_Severity: none Degrade_Affecting_Severity: none +100.150: + Type: Alarm + Description: + critical: "service open file descriptor has reached its limit" + major: "service open file descriptor is approaching to its limit" + Entity_Instance_ID: |- + host=.resource_type=file-descriptor.service_name= + Severity: [critical, major] + Proposed_Repair_Action: "swact to the other controller if it is available" + Maintenance_Action: none + Inhibit_Alarms: + Alarm_Type: operational-violation + Probable_Cause: threshold-crossed + Service_Affecting: True + Suppression: False + Management_Affecting_Severity: critical + Degrade_Affecting_Severity: critical + #--------------------------------------------------------------------------- # MAINTENANCE #---------------------------------------------------------------------------