CN114430562A - 5G alarm real-time clearing and delay clearing method and device - Google Patents

5G alarm real-time clearing and delay clearing method and device Download PDF

Info

Publication number
CN114430562A
CN114430562A CN202210124263.8A CN202210124263A CN114430562A CN 114430562 A CN114430562 A CN 114430562A CN 202210124263 A CN202210124263 A CN 202210124263A CN 114430562 A CN114430562 A CN 114430562A
Authority
CN
China
Prior art keywords
alarm
clearing
delay
queue
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210124263.8A
Other languages
Chinese (zh)
Other versions
CN114430562B (en
Inventor
王建成
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unihub China Information Technology Co Ltd
Original Assignee
Unihub China Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Unihub China Information Technology Co Ltd filed Critical Unihub China Information Technology Co Ltd
Priority to CN202210124263.8A priority Critical patent/CN114430562B/en
Publication of CN114430562A publication Critical patent/CN114430562A/en
Application granted granted Critical
Publication of CN114430562B publication Critical patent/CN114430562B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/02Arrangements for optimising operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/04Arrangements for maintaining operational condition

Abstract

The invention discloses a method and a device for clearing 5G alarms in real time and clearing time delay, wherein the method comprises the following steps: alarm acquisition, analysis and normalization; judging whether the new alarm is an active alarm; if yes, when the alarm is analyzed, configuration is detected, and activity alarm information is stored in Redis and a newly added queue; the newly added alarm storage function reads the alarms from the newly added queue for standard processing and stores the activity alarm information into an alarm storage; if not, the alarm clearing function searches the active alarm corresponding to the cleared alarm from the Redis, updates the alarm state and pushes the cleared alarm identifier to a clearing queue; the alarm updating function acquires the clearing alarm identifier from the clearing queue, updates the alarm state and deletes the alarm from Redis; the alarm delay clearing function obtains the delay clearing alarm from the delay clearing mark field in the alarm library and pushes the delay clearing alarm to a clearing queue. The method and the device solve the technical problems of the conventional alarm clearing general processing method.

Description

5G alarm real-time clearing and delay clearing method and device
Technical Field
The invention relates to the field of computer communication core networks, in particular to a method and a device for clearing 5G alarms in real time and clearing time delay.
Background
In various alarm systems, alarm clearing is a common function, and a common processing method is to store active alarms in a database first, and update corresponding alarm states in an alarm database after clearing the alarms, as shown in fig. 1.
In a common processing method, alarm real-time clearing and delayed clearing are realized by directly querying an alarm library through operation, but the alarm library is operated too frequently, so that the performance of the alarm library is easily reduced, and the alarm library needs to read disk operation, so that the overall alarm processing efficiency is low.
Disclosure of Invention
In order to solve the problems existing in the common processing method, the invention provides a method and a device for clearing 5G alarms in real time and clearing time delay, which reasonably utilize a cache Redis and put an alarm adding and clearing core flow into the cache, thereby effectively improving the alarm processing performance, reducing the pressure of an alarm library and avoiding the bottleneck problem of frequent inquiry of the alarm library; the problems of alarm loss and program crash when an alarm storm comes can be effectively avoided by properly adding the alarm adding queue and the clearing queue, loose coupling among programs can be increased, and program modularization is facilitated, for example, the same alarm updating function is shared by the automatic clearing queue and the clearing queue; the delay clearing function buries a delay mark and delay time in the alarm adding stage, and is convenient for the later-stage alarm library to carry out statistical calculation.
In order to realize the purpose, the invention adopts the following technical scheme:
in an embodiment of the present invention, a method for clearing 5G alarms in real time and delaying clearing is provided, where the method includes:
alarm acquisition and analysis and alarm normalization;
judging whether the new alarm is an active alarm or not; if yes, when the alarm is analyzed, configuration information is detected, and the activity alarm information is stored in a cache Redis and a newly-added queue; the newly added alarm storage function reads the alarms from the newly added queue for standardization processing, and stores the activity alarm information into an alarm storage; if not, the alarm clearing function searches the active alarm corresponding to the clear alarm from the cache Redis, updates the alarm state and pushes the clear alarm identifier to a clear queue;
after acquiring the clearing alarm identifier from the clearing queue, the alarm updating function updates the alarm state in the alarm library and deletes the alarm from the cache Redis;
the alarm delay clearing function obtains delay clearing alarms from the delay clearing flag fields in the alarm library and pushes the delay clearing alarm identifications to the clearing queue.
Further, when analyzing and processing the alarm, detecting configuration information, and storing the active alarm information into a cache Redis and a newly added queue, including:
when the alarm is analyzed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, delay clearing time is calculated according to the delay clearing information, and the activity alarm information is stored in a cache Redis and a newly-added queue.
Further, if it is detected that the alarm is configured with the delay clearing information, the active alarm information stored in the cache Redis and the newly added queue includes the delay clearing time and the delay clearing information.
Further, the alarm delay clearing function obtains delay clearing alarms from the delay clearing flag field in the alarm library, and pushes the delay clearing alarm identifiers to the clearing queue, including:
the alarm delay clearing function compares the delay clearing time with the current time, if the current time is greater than the delay clearing time, the alarm delay clearing mark field in the alarm library obtains delay clearing alarms, and the delay clearing alarm marks are pushed to a clearing queue; if the current time is less than the delay clearing time, clearing is not performed, and waiting is continued.
In an embodiment of the present invention, a 5G alarm real-time clearing and delay clearing apparatus is further provided, the apparatus including:
the analysis and normalization module is used for alarm acquisition analysis and alarm normalization;
the newly-added alarm module is used for judging whether the new alarm is an activity alarm or not; if yes, when the alarm is analyzed, configuration information is detected, and the activity alarm information is stored in a cache Redis and a newly-added queue; the newly added alarm storage function reads the alarms from the newly added queue for standardization processing, and stores the activity alarm information into an alarm storage; if not, the alarm clearing function searches the active alarm corresponding to the clear alarm from the cache Redis, updates the alarm state and pushes the clear alarm identifier to a clear queue;
the real-time clearing module is used for updating the alarm state in the alarm library after the clearing alarm identifier is obtained from the clearing queue through the alarm updating function, and deleting the alarm from the cache Redis;
and the delay clearing module is used for acquiring delay clearing alarms from the delay clearing mark fields in the alarm library through an alarm delay clearing function and pushing the delay clearing alarm identifications to a clearing queue.
Further, when analyzing and processing the alarm, detecting configuration information, and storing the active alarm information into a cache Redis and a newly added queue, including:
when the alarm is analyzed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, delay clearing time is calculated according to the delay clearing information, and the activity alarm information is stored in a cache Redis and a newly-added queue.
Further, if it is detected that the alarm is configured with the delay clearing information, the active alarm information stored in the cache Redis and the newly added queue includes the delay clearing time and the delay clearing information.
Further, the alarm delay clearing function obtains delay clearing alarms from the delay clearing flag field in the alarm library, and pushes the delay clearing alarm identifiers to the clearing queue, including:
the alarm delay clearing function compares the delay clearing time with the current time, if the current time is greater than the delay clearing time, the alarm delay clearing mark field in the alarm library obtains delay clearing alarms, and the delay clearing alarm marks are pushed to a clearing queue; if the current time is less than the delay clearing time, clearing is not performed, and waiting is continued.
In an embodiment of the present invention, a computer device is further provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the method for clearing the 5G alarm in real time and clearing the delay is implemented.
In an embodiment of the present invention, a computer-readable storage medium is further provided, where the computer-readable storage medium stores a computer program for executing the 5G alarm real-time clearing and delay clearing method.
Has the advantages that:
1. the invention increases the cache Redis, encapsulates the core alarm adding and clearing flow, and avoids the performance reduction of the alarm library caused by a large amount of alarm inquiry alarm libraries.
2. The invention adds the newly added queue and the removed queue, can effectively avoid the problems of alarm loss and program crash when the alarm storm comes, can increase loose coupling among programs, and is beneficial to program modularization.
3. The alarm delay clearing function of the invention buries the delay mark and the delay time in the newly added alarm stage, thereby facilitating the statistical calculation of the later alarm library.
Drawings
FIG. 1 is a flow chart of a general processing method for alarm clearing;
FIG. 2 is a schematic flow chart of a 5G alarm real-time clearing and delay clearing method according to the present invention;
FIG. 3 is a schematic structural diagram of a 5G alarm real-time clearing and delay clearing apparatus according to the present invention;
FIG. 4 is a schematic diagram of the computer device structure of the present invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments, which should be understood to be presented only to enable those skilled in the art to better understand and implement the present invention, and not to limit the scope of the present invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, the 5G alarm real-time clearing and delay clearing method and device are provided, the cache Redis is reasonably utilized, the alarm adding and clearing core flow is placed in the cache, the alarm processing performance can be effectively improved, the pressure of an alarm library is reduced, and the bottleneck problem of frequent inquiry of the alarm library is avoided; the newly added queue and the clearing queue are properly added, so that the problems of warning loss and program crash when a warning storm comes can be effectively avoided, loose coupling among programs can be increased, and program modularization is facilitated, for example, the same warning updating function is shared by the clearing queue for automatic clearing and delayed clearing; the delay clearing function buries the delay mark and the delay time in the newly increased alarm stage, so that the later database can conveniently carry out statistical calculation.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Fig. 2 is a schematic flow diagram of a 5G alarm real-time clearing and delay clearing method of the present invention. As shown in fig. 2, the method includes:
1. alarm acquisition and analysis flow;
2. alarm normalization;
3. judging whether the new alarm is an active alarm or not; if yes, continuing to the step 4, otherwise, jumping to the step 6;
4. when the activity alarm is analyzed, the configuration information is detected, and if the alarm of the type is detected to be configured with the delay clearing information, the delay clearing time is calculated according to the delay clearing information; storing the activity alarm information including the delay clearing time and the delay clearing information into a cache Redis, and simultaneously storing the activity alarm information into a newly added queue;
5. reading alarms from the newly added queue by a newly added alarm storage function, carrying out processing such as standardization and the like, and writing the activity alarm information including delay clearing time and delay clearing information into an alarm storage; ending the newly increased alarm process;
6. the alarm clearing function retrieves the activity alarm corresponding to the cleared alarm from the cache Redis, updates the alarm state, and pushes a clear alarm identifier (unique identifier) to a clear queue;
7. after acquiring the clearing alarm identifier from the clearing queue, the alarm updating function updates the alarm state in the alarm library and deletes the alarm from the cache Redis; the real-time cleaning process is finished;
8. the alarm delay clearing function catches the delay clearing alarm from the delay clearing flag field in the alarm library (note that the caught alarm needs to be cleared immediately and can be obtained by comparing the delay clearing time with the current time, if the current time is still less than the delay clearing time, the alarm is not cleared and continues to wait), and then the delay clearing alarm identifications are pushed to a clearing queue, and the following clearing process continues to use the step 7.
It should be noted that although the operations of the method of the present invention have been described in the above embodiments and the accompanying drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the operations shown must be performed, to achieve the desired results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
For a clearer explanation of the above 5G alarm real-time clearing and delay clearing method, a specific embodiment is described below, but it should be noted that the embodiment is only for better explaining the present invention, and is not to be construed as an undue limitation on the present invention.
Example 1: activity alerts
1. Collecting an activity alarm A, marking as A, and analyzing and normalizing;
2. comparing the activity alarm A with the configuration, if detecting that the alarm of the type is configured with the delay clearing information, calculating the delay clearing time according to the delay clearing information, for example, if the activity alarm A is a performance alarm, configuring the delay clearing information: automatically clearing after 30 minutes, and if the occurrence time of the activity alarm A is 12 noon, calculating the time delay clearing time to be 12 o' clock and 30 min 00 s; storing the activity alarm A information including the delay clearing time and the delay clearing information into a cache Redis, and simultaneously storing the activity alarm A information into a newly added queue;
3. the newly added alarm storage function reads the alarms from the newly added queue to perform processing such as standardization and the like, and writes the activity alarm information including the delay clearing time and the delay clearing information into the alarm storage; ending the newly increased alarm process;
4. and the alarm delay clearing function drags the delay clearing alarm according to the delay clearing mark field in the alarm library, for example, if the current 12 o' clock, 31 min and 01 sec, inquires that the active alarm A meets the clearing condition, the active alarm A is pushed to a clearing queue to go through a clearing process.
Example 2: activity alarm & auto clear alarm
1. Collecting an activity alarm B, marking as B, and analyzing and normalizing;
2. comparing the active alarm B with the configuration, storing the active alarm B information into a cache Redis and simultaneously storing the active alarm B information into a newly added queue if the type of alarm configuration is not detected to be configured with delay clearing information;
3. the newly added alarm storage function reads the alarms from the newly added queue to perform processing such as standardization and the like, and writes the active alarm B information into an alarm storage; ending the newly increased alarm process;
4. collecting a clear alarm B, marking as B, and analyzing and normalizing;
5. the clearing alarm B initiates an alarm clearing work, and firstly, an active alarm B is inquired from a cache Redis;
6. if the active alarm B is retrieved, the alarm identifier B is pushed to an alarm clearing queue, and the clearing process is continued to be finished;
7. updating the alarm state of the alarm B in the alarm library, and changing the activity into removal;
8. and deleting all information of the alarm B in the cache Redis, and finishing all processes of the alarm B.
Based on the same invention concept, the invention also provides a device for clearing the 5G alarm in real time and clearing the delay. The implementation of the device can be referred to the implementation of the method, and repeated details are not repeated. The term "module," as used below, may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
FIG. 3 is a schematic structural diagram of a 5G alarm real-time clearing and delay clearing apparatus according to the present invention. As shown in fig. 3, the apparatus includes:
the analysis and normalization module 101 is used for alarm acquisition analysis and alarm normalization;
a newly added alarm module 102, configured to determine whether a new alarm is an active alarm; if yes, detecting configuration information when analyzing and processing the alarm, if detecting that the alarm is configured with delay clearing information, calculating delay clearing time according to the delay clearing information, and storing the activity alarm information including the delay clearing time and the delay clearing information into a cache Redis and a newly-added queue; the newly added alarm storage function reads the alarms from the newly added queue for standardized processing, and stores the activity alarm information including the delay clearing time and the delay clearing information into an alarm storage; if not, the alarm clearing function searches the active alarm corresponding to the clear alarm from the cache Redis, updates the alarm state and pushes the clear alarm identifier to a clear queue; when the alarm is analyzed and processed, the configuration information is detected,
the real-time clearing module 103 is configured to update an alarm state in an alarm library after acquiring a clear alarm identifier from a clear queue through an alarm update function, and delete the alarm from the cache Redis;
the delay clearing module 104 is configured to obtain delay clearing alarms from delay clearing flag fields in the alarm library through an alarm delay clearing function, and push the delay clearing alarm identifiers to a clearing queue; the method comprises the following specific steps:
the alarm delay clearing function compares the delay clearing time with the current time, if the current time is greater than the delay clearing time, the alarm delay clearing mark field in the alarm library obtains delay clearing alarms, and the delay clearing alarm marks are pushed to a clearing queue; if the current time is less than the delay clearing time, clearing is not performed, and waiting is continued.
It should be noted that although several modules of the 5G alarm real-time clearing and delay clearing apparatus are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Based on the aforementioned inventive concept, as shown in fig. 4, the present invention further provides a computer device 200, which includes a memory 210, a processor 220, and a computer program 230 stored on the memory 210 and operable on the processor 220, wherein the processor 220 implements the aforementioned 5G alarm real-time clearing and delay clearing method when executing the computer program 230.
Based on the above inventive concept, the present invention further provides a computer readable storage medium, where a computer program for executing the 5G alarm real-time clearing and delay clearing method is stored in the computer readable storage medium.
The 5G alarm real-time clearing and delayed clearing method and the device provided by the invention have the advantages that the cache Redis is added, the core alarm adding and clearing processes are encapsulated, and the performance reduction of an alarm library caused by a large number of alarm query alarm libraries is avoided; the newly added queue and the removed queue are added, so that the problems of alarm loss and program crash when an alarm storm comes can be effectively avoided, loose coupling among programs can be increased, and program modularization is facilitated; the alarm delay clearing function buries the delay mark and the delay time in the alarm adding stage, and is convenient for the later alarm library to carry out statistical calculation.
While the spirit and principles of the invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, nor is the division of aspects, which is for convenience only as the features in such aspects may not be combined to benefit. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.
The limitation of the protection scope of the present invention is understood by those skilled in the art, and various modifications or changes which can be made by those skilled in the art without inventive efforts based on the technical solution of the present invention are still within the protection scope of the present invention.

Claims (10)

1. A5G alarm real-time clearing and delay clearing method is characterized by comprising the following steps:
alarm acquisition and analysis and alarm normalization;
judging whether the new alarm is an active alarm or not; if yes, when the alarm is analyzed, configuration information is detected, and the activity alarm information is stored in a cache Redis and a newly-added queue; the newly added alarm storage function reads the alarms from the newly added queue for standardization processing, and stores the activity alarm information into an alarm storage; if not, the alarm clearing function searches the active alarm corresponding to the clear alarm from the cache Redis, updates the alarm state and pushes the clear alarm identifier to a clear queue;
after acquiring the clearing alarm identifier from the clearing queue, the alarm updating function updates the alarm state in the alarm library and deletes the alarm from the cache Redis;
the alarm delay clearing function obtains delay clearing alarms from the delay clearing flag fields in the alarm library and pushes the delay clearing alarm identifications to the clearing queue.
2. The method of claim 1, wherein the detecting the configuration information and storing the active alarm information into a buffer Redis and a newly added queue when analyzing the alarm comprises:
when the alarm is analyzed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, delay clearing time is calculated according to the delay clearing information, and the activity alarm information is stored in a cache Redis and a newly-added queue.
3. The method of claim 2, wherein if the alarm is configured with the delayed clearing information, the active alarm information stored in the buffer Redis and the newly added queue includes a delayed clearing time and delayed clearing information.
4. The method of claim 1, wherein the alarm delay clearing function obtains delay clearing alarms from delay clearing flag fields in the alarm library and pushes the delay clearing alarm flags to the clearing queue, comprising:
the alarm delay clearing function compares the delay clearing time with the current time, if the current time is greater than the delay clearing time, the alarm delay clearing mark field in the alarm library obtains delay clearing alarms, and the delay clearing alarm marks are pushed to a clearing queue; if the current time is less than the delay clearing time, clearing is not performed, and waiting is continued.
5. A5G alarm real-time clearing and delay clearing device is characterized by comprising:
the analysis and normalization module is used for alarm acquisition analysis and alarm normalization;
the new alarm module is used for judging whether the new alarm is an active alarm or not; if yes, when the alarm is analyzed, configuration information is detected, and the activity alarm information is stored in a cache Redis and a newly-added queue; the newly added alarm storage function reads the alarms from the newly added queue for standardization processing, and stores the activity alarm information into an alarm storage; if not, the alarm clearing function searches the active alarm corresponding to the clear alarm from the cache Redis, updates the alarm state and pushes the clear alarm identifier to a clear queue;
the real-time clearing module is used for updating the alarm state in the alarm library after the clearing alarm identifier is obtained from the clearing queue through the alarm updating function, and deleting the alarm from the cache Redis;
and the delay clearing module is used for acquiring delay clearing alarms from the delay clearing mark fields in the alarm library through an alarm delay clearing function and pushing the delay clearing alarm identifications to a clearing queue.
6. The apparatus of claim 5G alarm real-time clearing and delay clearing, according to claim 5, wherein when analyzing the alarm, detecting configuration information and storing active alarm information into a buffer Redis and an add-on queue, comprises:
when the alarm is analyzed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, delay clearing time is calculated according to the delay clearing information, and the activity alarm information is stored in a cache Redis and a newly-added queue.
7. The apparatus of claim 6, wherein if the alarm is configured with the delayed clearing information, the active alarm information stored in the buffer Redis and the newly added queue includes a delayed clearing time and delayed clearing information.
8. The apparatus of claim 5G real-time clearing and delay clearing of alarms, wherein the alarm delay clearing function obtains delay clearing alarms from delay clearing flag fields in the alarm library and pushes the delay clearing alarm flags to the clearing queue, comprising:
the alarm delay clearing function compares the delay clearing time with the current time, if the current time is greater than the delay clearing time, the alarm delay clearing mark field in the alarm library obtains delay clearing alarms, and the delay clearing alarm marks are pushed to a clearing queue; if the current time is less than the delay clearing time, clearing is not performed, and waiting is continued.
9. A computer arrangement comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1-4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1-4.
CN202210124263.8A 2022-02-10 2022-02-10 Method and device for clearing 5G alarm in real time and clearing delay Active CN114430562B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210124263.8A CN114430562B (en) 2022-02-10 2022-02-10 Method and device for clearing 5G alarm in real time and clearing delay

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210124263.8A CN114430562B (en) 2022-02-10 2022-02-10 Method and device for clearing 5G alarm in real time and clearing delay

Publications (2)

Publication Number Publication Date
CN114430562A true CN114430562A (en) 2022-05-03
CN114430562B CN114430562B (en) 2023-08-08

Family

ID=81313868

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210124263.8A Active CN114430562B (en) 2022-02-10 2022-02-10 Method and device for clearing 5G alarm in real time and clearing delay

Country Status (1)

Country Link
CN (1) CN114430562B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1462130A (en) * 2002-05-27 2003-12-17 华为技术有限公司 Treatment method of flash cut worning in network management system
CN102664751A (en) * 2012-04-09 2012-09-12 大唐移动通信设备有限公司 Method and device for processing warning message
CN106330490A (en) * 2015-06-19 2017-01-11 中兴通讯股份有限公司 Alarm method and device
WO2017096591A1 (en) * 2015-12-10 2017-06-15 Thomson Licensing Method and device for generating alarm and alarm clearing interruption
CN108833148A (en) * 2018-06-04 2018-11-16 北京天元创新科技有限公司 Communication network warning information processing method and system
CN109218097A (en) * 2018-09-19 2019-01-15 山东浪潮云投信息科技有限公司 A kind of warning system and alarm method of cloud platform configurable alert rule
CN109286532A (en) * 2018-11-28 2019-01-29 郑州云海信息技术有限公司 The management method and device of warning information in cloud computing system
CN111046068A (en) * 2018-10-11 2020-04-21 北京神州泰岳软件股份有限公司 Method and device for displaying alarm generation process
CN111143155A (en) * 2019-10-31 2020-05-12 北京直真科技股份有限公司 Method for realizing alarm synchronization and clearing mechanism applied to communication industry
CN111352759A (en) * 2019-12-31 2020-06-30 杭州亚信软件有限公司 Alarm root cause judgment method and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1462130A (en) * 2002-05-27 2003-12-17 华为技术有限公司 Treatment method of flash cut worning in network management system
CN102664751A (en) * 2012-04-09 2012-09-12 大唐移动通信设备有限公司 Method and device for processing warning message
CN106330490A (en) * 2015-06-19 2017-01-11 中兴通讯股份有限公司 Alarm method and device
WO2017096591A1 (en) * 2015-12-10 2017-06-15 Thomson Licensing Method and device for generating alarm and alarm clearing interruption
CN108833148A (en) * 2018-06-04 2018-11-16 北京天元创新科技有限公司 Communication network warning information processing method and system
CN109218097A (en) * 2018-09-19 2019-01-15 山东浪潮云投信息科技有限公司 A kind of warning system and alarm method of cloud platform configurable alert rule
CN111046068A (en) * 2018-10-11 2020-04-21 北京神州泰岳软件股份有限公司 Method and device for displaying alarm generation process
CN109286532A (en) * 2018-11-28 2019-01-29 郑州云海信息技术有限公司 The management method and device of warning information in cloud computing system
CN111143155A (en) * 2019-10-31 2020-05-12 北京直真科技股份有限公司 Method for realizing alarm synchronization and clearing mechanism applied to communication industry
CN111352759A (en) * 2019-12-31 2020-06-30 杭州亚信软件有限公司 Alarm root cause judgment method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ARJAY M. AGAPITO; YOGI TRI PRASETYO; SATRIA FADIL PERSADA; A.A.N. PERWIRA REDI: "Quality Assessment Support System for Alarm Prioritization in Pharmaceutical Plant Operations", 《2021 IEEE 8TH INTERNATIONAL CONFERENCE ON INDUSTRIAL ENGINEERING AND APPLICATIONS (ICIEA)》 *
钟秋浩; 张士庚; 王建新; 单文波: "面向电信承载网的监控系统设计与实现", 《计算机工程与应用》 *

Also Published As

Publication number Publication date
CN114430562B (en) 2023-08-08

Similar Documents

Publication Publication Date Title
EP3702932A1 (en) Method, apparatus, device and medium for storing and querying data
CN106503008B (en) File storage method and device and file query method and device
JP5370486B2 (en) Method and system for filtering and monitoring program behavior
CN112507681A (en) Multi-source heterogeneous medical data acquisition method based on template design mode
CN110765195A (en) Data analysis method and device, storage medium and electronic equipment
CN111209164B (en) Abnormality information storage method and device, electronic equipment and storage medium
CN115878027A (en) Storage object processing method and device, terminal and storage medium
CN109189343B (en) Metadata disk-dropping method, device, equipment and computer-readable storage medium
CN107463555B (en) Method, system and device for deleting intermediate layer data
CN114430562A (en) 5G alarm real-time clearing and delay clearing method and device
CN109947828B (en) Method and device for processing report data
CN111694853B (en) Data increment collection method and device based on lineage, storage medium and electronic equipment
WO2020020170A1 (en) Data deleting method and device
CN114385551B (en) Log time-sharing management method, device, equipment and storage medium
CN114090433A (en) Buried point data reporting control method and device, storage medium and electronic equipment
CN111061554B (en) Intelligent task scheduling method and device, computer equipment and storage medium
CN109388658B (en) Data determination method and device
CN115048437A (en) Data service method and system based on nuclear power Paas platform
CN114115751B (en) Automatic operation time consumption monitoring method and system for large-scale distributed storage
CN113297245A (en) Method and device for acquiring execution information
CN113867991B (en) Method and device for processing events among threads based on signal slots and storage medium
CN112578995A (en) Data set processing method, device and system
CN116226231B (en) Data segmentation method and related device
JPH05233397A (en) Application program execution management method
CN115733722A (en) Method and device for realizing primary and secondary alarm association of universal network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant