CN114430562B - Method and device for clearing 5G alarm in real time and clearing delay - Google Patents

Method and device for clearing 5G alarm in real time and clearing delay Download PDF

Info

Publication number
CN114430562B
CN114430562B CN202210124263.8A CN202210124263A CN114430562B CN 114430562 B CN114430562 B CN 114430562B CN 202210124263 A CN202210124263 A CN 202210124263A CN 114430562 B CN114430562 B CN 114430562B
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.)
Active
Application number
CN202210124263.8A
Other languages
Chinese (zh)
Other versions
CN114430562A (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

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for clearing 5G alarms in real time and for clearing time delay, wherein the method comprises the following steps: alarm acquisition analysis and normalization; judging whether the new alarm is an active alarm or not; if yes, detecting configuration and storing the active alarm information into Redis and a newly added queue when the alarm is analyzed; the newly added alarm warehousing function reads alarms from the newly added queue for standardized processing and stores the activity alarm information into an alarm library; if not, the alarm clearing function retrieves the corresponding active alarm of the clearing alarm from the Redis, updates the alarm state and pushes the clearing alarm identification to the clearing queue; the alarm updating function obtains the clearing alarm identification from the clearing queue, updates the alarm state and deletes the alarm from the Redis; the alarm delay clearing function obtains delay clearing alarms from a delay clearing flag field in an alarm library and pushes the delay clearing alarms to a clearing queue. The method and the device solve the technical problems of the current general alarm clearing processing method.

Description

Method and device for clearing 5G alarm in real time and clearing delay
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 for clearing delay.
Background
In various alarm systems, alarm clearing is a common function, and a common processing method is that an active alarm is put in storage first, and the corresponding alarm state in an alarm library is updated after the alarm is cleared, as shown in fig. 1.
In the general processing method, the real-time clearing and the delayed clearing of the alarms are realized by directly inquiring the alarm library through operation, but the alarm library is operated too frequently, the performance of the alarm library is easy to be reduced, and the alarm library needs to be read for disk operation, so that the overall alarm processing efficiency is low.
Disclosure of Invention
In order to solve the problems of the conventional processing method, the invention provides a method and a device for clearing 5G alarms in real time and delaying clearing, which reasonably utilizes a cache Redis, and places the new alarm adding and clearing core flow in the cache, so that 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 alarm newly-added queue and the clearing queue are properly added, so that the problems of losing alarms and program breakdown in the event of an alarm storm can be effectively avoided, loose coupling among programs can be increased, program modularization is facilitated, and the same alarm updating function is shared by automatic clearing and delayed clearing through the clearing queue; the delay clearing function buries down the delay mark and delay time in the alarm newly-added stage, so that the statistics calculation of the later alarm library is convenient.
In order to achieve the above purpose, the present invention adopts the following technical scheme:
in an embodiment of the present invention, a method for real-time clearing and delayed clearing of 5G alarms is provided, which includes:
alarm acquisition analysis and alarm normalization;
judging whether the new alarm is an active alarm or not; if yes, detecting configuration information when analyzing and processing the alarm, and storing the active alarm information into a cache Redis and a newly added queue; the newly added alarm warehousing function reads alarms from the newly added queue for standardized processing and stores the activity alarm information into an alarm library; if not, the alarm clearing function retrieves the active alarm corresponding to the clearing alarm from the cache Redis, updates the alarm state and pushes the clearing alarm identification to the clearing queue;
after the alarm updating function acquires the alarm clearing identification from the alarm clearing queue, updating the alarm state in the alarm library, and deleting the alarm from the cache Redis;
the alarm delay clearing function obtains delay clearing alarms from delay clearing mark fields in an alarm library, and pushes the delay clearing alarm identifications to a clearing queue.
Further, when the alarm is analyzed, configuration information is detected, and active alarm information is stored in a cache Redis and a newly added queue, including:
when the alarm is analyzed and processed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, the delay clearing time is calculated according to the delay clearing information, and the active alarm information is stored in a cache Redis and a newly added queue.
Further, if it is detected that the alarm configuration has delay clearing information, the active alarm information stored in the cache Redis and the newly added queue includes delay clearing time and delay clearing information.
Further, the alarm delay clearing function obtains delay clearing alarms from delay clearing flag fields in the alarm library, and pushes the delay clearing alarm identifications 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 delay clearing alarm is obtained from a delay clearing mark field in an alarm library, and the delay clearing alarm identifications are pushed to a clearing queue; if the current time is less than the delayed clearing time, the device is not cleared and continues to wait.
In an embodiment of the present invention, a device for real-time clearing and delay clearing of 5G alarms is also provided, which includes:
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 active alarm or not; if yes, detecting configuration information when analyzing and processing the alarm, and storing the active alarm information into a cache Redis and a newly added queue; the newly added alarm warehousing function reads alarms from the newly added queue for standardized processing and stores the activity alarm information into an alarm library; if not, the alarm clearing function retrieves the active alarm corresponding to the clearing alarm from the cache Redis, updates the alarm state and pushes the clearing alarm identification to the clearing queue;
the real-time clearing module is used for updating the alarm state in the alarm library and deleting the alarm from the cache Redis after the clearing alarm identification is acquired from the clearing queue through the alarm updating function;
and the delay clearing module is used for acquiring delay clearing alarms from delay clearing mark fields in the alarm library through an alarm delay clearing function and pushing the delay clearing alarm identifications to the clearing queue.
Further, when the alarm is analyzed, configuration information is detected, and active alarm information is stored in a cache Redis and a newly added queue, including:
when the alarm is analyzed and processed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, the delay clearing time is calculated according to the delay clearing information, and the active alarm information is stored in a cache Redis and a newly added queue.
Further, if it is detected that the alarm configuration has delay clearing information, the active alarm information stored in the cache Redis and the newly added queue includes delay clearing time and delay clearing information.
Further, the alarm delay clearing function obtains delay clearing alarms from delay clearing flag fields in the alarm library, and pushes the delay clearing alarm identifications 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 delay clearing alarm is obtained from a delay clearing mark field in an alarm library, and the delay clearing alarm identifications are pushed to a clearing queue; if the current time is less than the delayed clearing time, the device is not cleared and continues to wait.
In an embodiment of the present invention, a computer device is further provided, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the foregoing method for clearing 5G alarms in real time and for clearing delays when executing the computer program.
In an embodiment of the present invention, a computer readable storage medium is also provided, where the computer readable storage medium stores a computer program for executing the method for real-time clearing and time delay clearing of 5G alarms.
The beneficial effects are that:
1. the invention increases the cache Redis, encapsulates the core alarm newly-added and cleared processes, and avoids the performance degradation of the alarm library caused by a large number of alarm inquiry alarm libraries.
2. The invention adds the newly added queue and the cleared queue, can effectively avoid the problems of losing the alarm and crashing the program when the alarm storm comes, can increase loose coupling between the programs, and is beneficial to program modularization.
3. The alarm delay clearing function of the invention buries the delay mark and delay time in the alarm newly-added stage, thereby facilitating the statistics calculation of the later alarm library.
Drawings
FIG. 1 is a flow chart of a general processing method of alarm clearing;
FIG. 2 is a flow chart of the method for clearing 5G alarms in real time and for delaying clearing in the invention;
FIG. 3 is a schematic diagram of a 5G alarm real-time clearing and delay clearing device according to the present invention;
FIG. 4 is a schematic diagram of a computer device according to the present invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments, with the understanding that these embodiments are merely provided to enable those skilled in the art to better understand and practice the invention and are not intended to limit the scope of the 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.
Those skilled in the art will appreciate that embodiments of the invention may be implemented as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the following forms, namely: complete hardware, complete software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, a method and a device for clearing 5G alarms in real time and clearing the alarms in time are provided, a cache Redis is reasonably utilized, and the new alarms and clearing core flow is put in the cache, so that 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 losing an alarm and crashing of a program when an alarm storm comes can be effectively avoided, loose coupling among the programs can be increased, program modularization is facilitated, and the same alarm updating function is shared by automatic clearing and delayed clearing through the clearing queue; the delay clearing function buries the delay mark and delay time in the alarm newly-added stage, so that the statistics calculation of the later database is facilitated.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments thereof.
FIG. 2 is a flow chart of the method for clearing 5G alarms in real time and for delaying clearing according to the invention. As shown in fig. 2, the method includes:
1. alarm collection and analysis flow;
2. alarm normalization;
3. judging whether the new alarm is an active alarm or not; if yes, continuing the step 4, otherwise, jumping to the step 6;
4. detecting configuration information when the active alarm is analyzed and processed, and calculating delay clearing time according to the delay clearing information if the type of alarm is detected to be configured with delay clearing information; storing the activity alarm information comprising the delay clearing time and the delay clearing information into a cache Redis and simultaneously storing into a newly added queue;
5. the newly added alarm warehousing function reads alarms from the newly added queue for standardization and other processing, and the active alarm information comprises delay clearing time and delay clearing information and is also written into an alarm library; ending the newly added alarm flow;
6. the alarm clearing function retrieves the active alarm corresponding to the clearing alarm from the cache Redis, updates the alarm state, and pushes the clearing alarm identification (unique identification) to the clearing queue;
7. after the alarm updating function acquires the alarm clearing identification from the alarm clearing queue, the alarm state in the alarm library is updated, and the alarm is deleted from the cache Redis; ending the real-time clearing process;
8. the alarm delay clearing function takes the delay clearing alarm from the delay clearing mark field in the alarm library (note that the alarm needing to be cleared immediately is taken, the alarm can be obtained by comparing the delay clearing time with the current time, if the current time is still smaller than the delay clearing time, the alarm is not cleared and continues waiting), then the delay clearing alarm identifications are pushed to the clearing queue, and the later clearing flow can follow the step 7.
It should be noted that although the operations of the method of the present invention are described in a particular order in the above embodiments and the accompanying drawings, this does not require or imply that the operations must be performed in the particular order or that all of the illustrated operations be performed in order to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform.
For a clearer explanation of the above-mentioned method for clearing 5G alarms in real time and for clearing delays, a specific embodiment will be described below, however, it should be noted that this embodiment is only for better explaining the present invention and is not meant to limit the present invention unduly.
Example 1: activity alert
1. Acquiring an activity alarm A, identifying as A, and analyzing and normalizing;
2. the activity alarm A is compared with the configuration, if the type of alarm is detected to be configured with delay clearing information, the delay clearing time is calculated according to the delay clearing information, for example, the activity alarm A is a performance alarm, and the delay clearing information is configured: after 30 minutes, automatically clearing, and if the occurrence time of the activity alarm A is 12 am, calculating that the time delay clearing time is 12 am 30 min 00 seconds; storing the activity alarm A information comprising delay clearing time and delay clearing information into a cache Redis and simultaneously into a newly added queue;
3. the newly added alarm warehousing function reads alarms from the newly added queue for standardization and other processing, and the active alarm information including delay clearing time and delay clearing information is also written into an alarm library; ending the newly added alarm flow;
4. the alarm delay clearing function takes the delay clearing alarm according to the delay clearing mark field in the alarm library, for example, the current 12 points 31 min 01 seconds, inquires that the activity alarm A accords with the clearing condition, and pushes the activity alarm A to the clearing queue to clear the flow.
Example 2: active alert & auto clear alert
1. Acquiring an activity alarm B, identifying as B, and analyzing and normalizing;
2. the active alarm B is compared with the configuration, the delayed clearing information is not detected to be configured in the type of alarm, and the active alarm B information is stored in a cache Redis and is stored in a newly added queue;
3. the newly added alarm warehousing function reads alarms from the newly added queue for standardization and other processing, and the information of the active alarms B is written into an alarm library; ending the newly added alarm flow;
4. collecting a clearing alarm B, marking as B, and analyzing and normalizing;
5. the clearing alarm B initiates alarm clearing work, and firstly, the active alarm B is inquired from a cache Redis;
6. if the active alarm B is searched, pushing the alarm identification B to an alarm clearing queue, and continuing to finish the clearing process;
7. updating the alarm state of the alarm B in the alarm library, and changing the activity into the clearing;
8. deleting all information of the alarm B in the cache Redis, and completing all processes of the alarm B.
Based on the same inventive concept, the invention also provides a device for clearing 5G alarms in real time and for clearing time delay. The implementation of the device can be referred to as implementation of the above method, and the repetition is not repeated. The term "module" as used below may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
FIG. 3 is a schematic diagram of a 5G alarm real-time clearing and delay clearing device 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 new alarm module 102, configured to determine whether the new alarm is an active alarm; if yes, detecting configuration information when analyzing 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 comprising the delay clearing time and the delay clearing information into a cache Redis and a newly added queue; the newly added alarm warehousing function reads the alarm from the newly added queue for standardized processing, and stores the activity alarm information comprising delay clearing time and delay clearing information into an alarm library; if not, the alarm clearing function retrieves the active alarm corresponding to the clearing alarm from the cache Redis, updates the alarm state and pushes the clearing alarm identification to the clearing 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 and delete the alarm from a cache Redis after acquiring a clearing alarm identifier from a clearing queue through an alarm update function;
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 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 delay clearing alarm is obtained from a delay clearing mark field in an alarm library, and the delay clearing alarm identifications are pushed to a clearing queue; if the current time is less than the delayed clearing time, the device is not cleared and continues to wait.
It should be noted that while several modules of the 5G alert real-time purge and delay purge apparatus are mentioned in the detailed description above, this division is merely exemplary and not mandatory. Indeed, the features and functions of two or more modules described above may be embodied in one module in accordance with embodiments of the present invention. Conversely, the features and functions of one module described above may be further divided into a plurality of modules to be embodied.
Based on the foregoing inventive concept, as shown in fig. 4, the present invention further proposes a computer device 200, including a memory 210, a processor 220, and a computer program 230 stored in the memory 210 and capable of running on the processor 220, where the processor 220 implements the foregoing method for clearing 5G alarms in real time and for clearing time delay when executing the computer program 230.
Based on the foregoing inventive concept, the present invention further provides a computer readable storage medium, where a computer program for executing the foregoing method for clearing 5G alarm in real time and delaying clearing is stored.
According to the method and the device for clearing 5G alarms in real time and clearing in time, the cache Redis is added, the core alarm newly-added and cleared flow is packaged, and the performance degradation of an alarm library caused by a large number of alarm inquiry alarm libraries is avoided; the newly added queue and the cleared queue are added, so that the problems of losing an alarm and crashing a program 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 down the delay mark and delay time in the alarm newly-added stage, so that the later-stage alarm library can be conveniently counted and calculated.
While the spirit and principles of the present 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 does it imply that features of the various aspects are not useful in combination, nor are they useful in any combination, such as for convenience of description. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.
It should be apparent to those skilled in the art that various modifications or variations can be made in the present invention without requiring any inventive effort by those skilled in the art based on the technical solutions of the present invention.

Claims (6)

1. A5G alarm real-time clearing and delay clearing method is characterized by comprising the following steps:
alarm acquisition analysis and alarm normalization;
judging whether the new alarm is an active alarm or not; if yes, detecting configuration information when analyzing and processing the alarm, and storing the active alarm information into a cache Redis and a newly added queue; the newly added alarm warehousing function reads alarms from the newly added queue for standardized processing and stores the activity alarm information into an alarm library; if not, the alarm clearing function retrieves the active alarm corresponding to the clearing alarm from the cache Redis, updates the alarm state and pushes the clearing alarm identification to the clearing queue;
after the alarm updating function acquires the alarm clearing identification from the alarm clearing queue, updating the alarm state in the alarm library, and deleting the alarm from the cache Redis;
the alarm delay clearing function obtains delay clearing alarms from delay clearing mark fields in an alarm library, and pushes the delay clearing alarm identifications to a clearing queue;
when the alarm is analyzed, configuration information is detected, and active alarm information is stored in a cache Redis and a newly added queue, comprising:
when the alarm is analyzed and processed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, the delay clearing time is calculated according to the delay clearing information, and the active alarm information is stored in a cache Redis and a newly added queue;
if the alarm configuration is detected to have delay clearing information, the active alarm information stored in the cache Redis and the newly added queue contains delay clearing time and delay clearing information. .
2. The method for real-time clearing and delayed clearing of 5G alarms according to claim 1, wherein the alarm delay clearing function obtains delay clearing alarms from a delay clearing flag field in an alarm library and pushes the delay clearing alarm identifications to a 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 delay clearing alarm is obtained from a delay clearing mark field in an alarm library, and the delay clearing alarm identifications are pushed to a clearing queue; if the current time is less than the delayed clearing time, the device is not cleared and continues to wait.
3. A 5G alert real-time clearing and delay clearing device, the device comprising:
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 active alarm or not; if yes, detecting configuration information when analyzing and processing the alarm, and storing the active alarm information into a cache Redis and a newly added queue; the newly added alarm warehousing function reads alarms from the newly added queue for standardized processing and stores the activity alarm information into an alarm library; if not, the alarm clearing function retrieves the active alarm corresponding to the clearing alarm from the cache Redis, updates the alarm state and pushes the clearing alarm identification to the clearing queue;
the real-time clearing module is used for updating the alarm state in the alarm library and deleting the alarm from the cache Redis after the clearing alarm identification is acquired from the clearing queue through the alarm updating function;
the delay clearing module is used for acquiring delay clearing alarms from 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;
when the alarm is analyzed, configuration information is detected, and active alarm information is stored in a cache Redis and a newly added queue, comprising:
when the alarm is analyzed and processed, configuration information is detected, if the alarm is detected to be configured with delay clearing information, the delay clearing time is calculated according to the delay clearing information, and the active alarm information is stored in a cache Redis and a newly added queue;
if the alarm configuration is detected to have delay clearing information, the active alarm information stored in the cache Redis and the newly added queue contains delay clearing time and delay clearing information.
4. The apparatus for real-time alert and delayed clearing of 5G according to claim 3, wherein the alert delay clearing function obtains delay clearing alerts from a delay clearing flag field in an alert library and pushes the delay clearing alert identifications to a 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 delay clearing alarm is obtained from a delay clearing mark field in an alarm library, and the delay clearing alarm identifications are pushed to a clearing queue; if the current time is less than the delayed clearing time, the device is not cleared and continues to wait.
5. A computer device 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 of any of claims 1-2 when executing the computer program.
6. 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-2.
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 CN114430562A (en) 2022-05-03
CN114430562B true 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 (1)

* Cited by examiner, † Cited by third party
Title
钟秋浩 ; 张士庚 ; 王建新 ; 单文波.面向电信承载网的监控***设计与实现.《计算机工程与应用》.2018,全文. *

Also Published As

Publication number Publication date
CN114430562A (en) 2022-05-03

Similar Documents

Publication Publication Date Title
CN107908494B (en) Abnormal event processing method and device, electronic equipment and storage medium
CN107832196B (en) Monitoring device and monitoring method for abnormal content of real-time log
CN112965979B (en) User behavior analysis method and device and electronic equipment
JP5370486B2 (en) Method and system for filtering and monitoring program behavior
CN111309696A (en) Log processing method and device, electronic equipment and readable medium
CN114430562B (en) Method and device for clearing 5G alarm in real time and clearing delay
CN111694893A (en) Partial rollback analysis method based on log analysis and data synchronization system
KR20090002889A (en) Apparatus of content-based sampling for security events and method thereof
CN111694853B (en) Data increment collection method and device based on lineage, storage medium and electronic equipment
CN111124650A (en) Streaming data processing method and device
CN113472881B (en) Statistical method and device for online terminal equipment
CN116346650A (en) CAN signal processing method, device and system and electronic equipment
CN111427736A (en) Log monitoring method, device, equipment and computer readable storage medium
CN112163015B (en) Real-time monitoring method, device and system for time sequence data of Internet of things
CN113568811A (en) Distributed safety monitoring data processing method
CN114465783A (en) Association method, association system and storage medium of attack point and service message
CN108737522B (en) Message processing method, device and system
CN113868217A (en) Unified storage and query method and system for multi-sensor data
CN113407416A (en) File operation IP tracing method and system
CN112632132A (en) Method, device and equipment for processing abnormal import data
CN111143155A (en) Method for realizing alarm synchronization and clearing mechanism applied to communication industry
JP5577879B2 (en) Filter setting system, filter setting method, and filter setting program
CN112395463B (en) Data storage method, device, equipment and computer readable storage medium
CN113419933B (en) Monitoring method and device of monitoring tool and storage medium
CN116560758A (en) Log processing method and device, storage medium and electronic equipment

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