CN113849383A - Alarm notification control method and device, equipment, medium and product thereof - Google Patents

Alarm notification control method and device, equipment, medium and product thereof Download PDF

Info

Publication number
CN113849383A
CN113849383A CN202111133664.1A CN202111133664A CN113849383A CN 113849383 A CN113849383 A CN 113849383A CN 202111133664 A CN202111133664 A CN 202111133664A CN 113849383 A CN113849383 A CN 113849383A
Authority
CN
China
Prior art keywords
alarm
notification
return value
alarm notification
operation method
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.)
Pending
Application number
CN202111133664.1A
Other languages
Chinese (zh)
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.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network 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 Guangzhou Huaduo Network Technology Co Ltd filed Critical Guangzhou Huaduo Network Technology Co Ltd
Priority to CN202111133664.1A priority Critical patent/CN113849383A/en
Publication of CN113849383A publication Critical patent/CN113849383A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3024Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Multimedia (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses an alarm notification control method and a device, equipment, medium and product thereof, wherein the method comprises the following steps: transmitting method parameters into an operation method to trigger the operation method to receive the method parameters for operation; monitoring the operation process of the operation method, constructing an alarm notification containing the operation abnormal information and method parameters when the operation method throws the operation abnormal information which is the same as the pre-annotated alarm abnormal information, and storing the alarm notification into an alarm notification list; acquiring a return value output by the operation method, constructing an alarm notification containing the return value and method parameters when the return value is the same as an alarm return value annotated in advance by the operation method, and storing the alarm notification into an alarm notification queue; and acquiring the alarm notification in the alarm notification queue, and pushing the notification according to a notification pushing method preset for the operation method. The application can automatically construct an alarm notice for the operation method to push, and the developer is informed of diagnosing errors in the operation method in an express way.

Description

Alarm notification control method and device, equipment, medium and product thereof
Technical Field
The present application relates to the field of network alarm notification push technologies, and in particular, to an alarm notification control method, and further, to an apparatus, a device, a non-volatile storage medium, and a computer program product corresponding to the method.
Background
The stability of service in the internet industry is crucial, so that monitoring of service is essential, which is as large as monitoring of server hardware such as disk capacity, memory utilization, cpu utilization, network link quality and the like, and is as small as whether the service process itself operates normally and whether database link is normal or not.
Disclosure of Invention
The application aims to meet the requirements of users and provides an alarm notification control method, and further relates to a corresponding device, equipment, a non-volatile storage medium and a computer program product of the method.
In order to realize the purpose of the application, the following technical scheme is adopted:
an alarm notification control method adapted to the purpose of the present application includes the following steps:
transmitting method parameters to an operation method to trigger the operation method to receive the method parameters for operation;
monitoring the operation process of the operation method, constructing an alarm notification comprising the operation abnormal information and the method parameters when the operation method throws the operation abnormal information which is the same as the pre-annotated alarm abnormal information, and storing the alarm notification into an alarm notification list;
acquiring a return value output by the operation method after the operation is finished, constructing an alarm notification containing the return value and the method parameter when the return value is the same as an alarm return value annotated in advance by the operation method, and storing the alarm notification into an alarm notification queue;
and when the alarm notification exists in the alarm notification queue, carrying out notification pushing on the alarm notification according to a notification pushing method preset for the operation method.
In a further embodiment, the method comprises the following parallel steps:
storing the method parameters and the characteristic messages of the operation method as mapping relation data into an alarm record library;
when the operation method throws out the operation abnormal information, the operation abnormal information is correspondingly stored in the mapping relation data of the operation method in the alarm record base;
when the return value output by the operation method is the same as the alarm return value annotated in advance, the return value is correspondingly stored in the mapping relation data of the operation method in the alarm record base;
responding to an alarm record acquisition instruction pushed by a client, determining an operation method pointed by the instruction, acquiring the mapping relation data of the operation method from the alarm record library, and pushing the mapping relation data to the client for output and display.
In a further embodiment, the step of monitoring the operation of the operation method includes:
monitoring the operation method to receive the operation process of executing the method logic of the operation method according to the method parameters;
when the operation method is monitored to throw out the operation abnormal information, the operation abnormal information is correspondingly stored into the mapping relation data of the operation method in the alarm record base;
if the abnormal operation information is the same as the abnormal alarm information annotated in advance by the operation method, packaging the method parameters, the abnormal operation information and the characteristic information of the operation method to construct a corresponding alarm notice;
and storing the alarm notification into the alarm notification queue.
In a further embodiment, when the return value output by the running method is the same as the pre-annotated alarm return value thereof, the step of constructing an alarm notification including the return value for the running method, and storing the alarm notification into the alarm notification queue includes:
when the operation method is monitored to not throw any operation abnormal information and complete the operation, a return value output by the operation method is obtained;
judging whether the return value is an alarm return value of the preset annotation of the operation method, if so, correspondingly storing the return value into the mapping relation data of the operation method in the alarm record library;
and encapsulating the method parameters, the return values and the characteristic information of the operation method to construct corresponding alarm notifications, and storing the alarm notifications into the alarm notification queue.
In a further embodiment, when there is an alarm notification in the alarm notification queue, the step of pushing the notification of the alarm notification according to a notification pushing method preconfigured for the operating method includes:
acquiring one or more alarm notifications in the alarm notification queue;
and according to a pre-configured notification pushing method corresponding to each alarm notification, sending the alarm notification to the corresponding equipment terminal.
In a preferred embodiment, the notification pushing method includes any one of the following pushing methods: an email push method, a short message push method, a telephone push method and an application program notification push method.
In a further embodiment, the operating method is provided with a corresponding alarm tag to record the latest alarm execution state of the operating method.
An alarm notification control device adapted to the purpose of the present application includes:
the operation method triggering module is used for transmitting method parameters to the operation method so as to trigger the operation method to receive the method parameters for operation;
the operation method monitoring module is used for monitoring the operation process of the operation method, constructing an alarm notice containing the operation abnormal information and the method parameters when the operation method throws the operation abnormal information which is the same as the pre-annotated alarm abnormal information, and storing the alarm notice into an alarm notice list;
a return value obtaining module, configured to obtain a return value output by the operation method after completing the operation, construct an alarm notification including the return value and the method parameter when the return value is the same as an alarm return value annotated in advance by the operation method, and store the alarm notification in the alarm notification queue;
and the alarm notification pushing module is used for pushing the notification of the alarm notification according to a notification pushing method preset for the operation method when the alarm notification exists in the alarm notification queue.
In a further embodiment, the operation method monitoring module includes:
the operation monitoring submodule is used for monitoring the operation process of the operation method receiving the method logic executed according to the method parameters;
the abnormal information storage submodule is used for correspondingly storing the running abnormal information into the mapping relation data of the running method in the alarm record base when the running abnormal information thrown out by the running method is monitored;
the alarm notification construction submodule is used for encapsulating the method parameters, the abnormal operation information and the characteristic information of the operation method to construct corresponding alarm notifications if the abnormal operation information is the same as the abnormal alarm information annotated in advance by the operation method;
and the alarm notification enqueuing submodule is used for storing the alarm notification into the alarm notification queue.
In a further embodiment, the return value obtaining module includes:
the return value acquisition submodule is used for acquiring the return value output by the operation method after monitoring that the operation method does not throw any operation abnormal information and finishes the operation;
a return value judgment submodule, configured to judge whether the return value is an alarm return value of the preset annotation for the operation method, and if yes, correspondingly store the return value in the mapping relationship data of the operation method in the alarm record library;
and the alarm notification construction submodule is used for encapsulating the method parameters, the return values and the characteristic information of the operation method to construct corresponding alarm notifications and storing the alarm notifications into the alarm notification queue.
In a further embodiment, the alert notification pushing module includes:
an alarm notification acquisition submodule, configured to acquire one or more alarm notifications in the alarm notification queue;
and the alarm notification pushing submodule is used for pushing the equipment terminals corresponding to the alarm notifications according to the pre-configured notification pushing methods corresponding to the alarm notifications.
In order to solve the above technical problem, an embodiment of the present invention further provides a computer device, including a memory and a processor, where the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the alarm notification control method.
In order to solve the above technical problem, an embodiment of the present invention further provides a storage medium storing computer-readable instructions, which, when executed by one or more processors, cause the one or more processors to execute the steps of the alarm notification control method.
In order to solve the above technical problem, an embodiment of the present invention further provides a computer program product, which includes a computer program and computer instructions, and when the computer program and the computer instructions are executed by a processor, the processor executes the steps of the alarm notification control method.
Compared with the prior art, the application has the following advantages:
the application focuses on quality monitoring of the service per se, the granularity is more detailed, error monitoring is carried out on each operation method in the service, a corresponding alarm notification is constructed for each operation method according to the error type of the operation method, so that the alarm notification is pushed to terminal equipment of a developer, the developer is informed of error diagnosis of the operation method, specifically, the judgment condition of the alarm notification is constructed in advance for the operation method, when any one operation method throws abnormal information meeting the judgment condition for constructing the alarm or outputs a return value meeting the judgment condition, the alarm notification containing the abnormal information or the return value is constructed so as to push the alarm notification, so that the developer is informed of the abnormal information thrown by the operation method or outputs the return value of the abnormal, and the developer represents the abnormal information or the return value of the operation method according to the alarm notification, method logic to repair the optimized operating method.
Secondly, the construction of the alarm notification service of the operation method can be completed only by annotating corresponding alarm abnormal information or alarm return values on the operation method in advance as judgment conditions for constructing corresponding alarm notifications, the practicability and the universality are higher, the service codes of the operation method composition method logic are completely decoupled, and the method logic of the method is not influenced.
In addition, the method for pushing the alarm notification is defined in advance for the operation method, so that the method for pushing the alarm notification is diversified, for example, the alarm notification is pushed by a short message, a telephone or an email, developers can conveniently push the alarm notification in a customary mode, the notification effect of the alarm notification is improved, and the developers are driven to perform diagnosis and repair processing on errors existing in the operation method in real time.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic diagram of a typical network deployment architecture related to implementing the technical solution of the present application;
FIG. 2 is a flow diagram illustrating an exemplary embodiment of an alert notification control method of the present application;
FIG. 3 is a flowchart of an embodiment of the present application relating to recording the operating state of an operating method, which is a parallel step of the alarm notification control method described herein;
FIG. 4 is a flowchart illustrating an embodiment of a current thread monitoring operation method and a structure of an alarm notification including abnormal operation information according to the present application;
FIG. 5 is a flow diagram illustrating an embodiment of the present application with respect to the construction of an alert notification containing a return value;
FIG. 6 is a flow chart illustrating an alert notification push process according to the present application;
FIG. 7 is a functional block diagram of an exemplary embodiment of an alert notification control apparatus of the present application;
fig. 8 is a block diagram of a basic structure of a computer device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
It will be understood by those within the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
As will be appreciated by those skilled in the art, "client," "terminal," and "terminal device" as used herein include both devices that are wireless signal receivers, which are devices having only wireless signal receivers without transmit capability, and devices that are receive and transmit hardware, which have receive and transmit hardware capable of two-way communication over a two-way communication link. Such a device may include: cellular or other communication devices such as personal computers, tablets, etc. having single or multi-line displays or cellular or other communication devices without multi-line displays; PCS (Personal Communications Service), which may combine voice, data processing, facsimile and/or data communication capabilities; a PDA (Personal Digital Assistant), which may include a radio frequency receiver, a pager, internet/intranet access, a web browser, a notepad, a calendar and/or a GPS (Global Positioning System) receiver; a conventional laptop and/or palmtop computer or other device having and/or including a radio frequency receiver. As used herein, a "client," "terminal device" can be portable, transportable, installed in a vehicle (aeronautical, maritime, and/or land-based), or situated and/or configured to operate locally and/or in a distributed fashion at any other location(s) on earth and/or in space. The "client", "terminal Device" used herein may also be a communication terminal, a web terminal, a music/video playing terminal, such as a PDA, an MID (Mobile Internet Device) and/or a Mobile phone with music/video playing function, and may also be a smart tv, a set-top box, and the like.
The hardware referred to by the names "server", "client", "service node", etc. is essentially an electronic device with the performance of a personal computer, and is a hardware device having necessary components disclosed by the von neumann principle such as a central processing unit (including an arithmetic unit and a controller), a memory, an input device, an output device, etc., a computer program is stored in the memory, and the central processing unit calls a program stored in an external memory into the internal memory to run, executes instructions in the program, and interacts with the input and output devices, thereby completing a specific function.
It should be noted that the concept of "server" as referred to in this application can be extended to the case of a server cluster. According to the network deployment principle understood by those skilled in the art, the servers should be logically divided, and in physical space, the servers may be independent from each other but can be called through an interface, or may be integrated into one physical computer or a set of computer clusters. Those skilled in the art will appreciate this variation and should not be so limited as to restrict the implementation of the network deployment of the present application.
Referring to fig. 1, the hardware basis required for implementing the related art embodiments of the present application may be deployed according to the architecture shown in the figure. The server 80 is deployed at the cloud end, and serves as a business server, and is responsible for further connecting to a related data server and other servers providing related support, so as to form a logically associated server cluster to provide services for related terminal devices, such as a smart phone 81 and a personal computer 82 shown in the figure, or a third-party server (not shown in the figure). Both the smart phone and the personal computer can access the internet through a known network access mode, and establish a data communication link with the cloud server 80 so as to run a terminal application program related to the service provided by the server.
For the server, the application program is usually constructed as a service process, and a corresponding program interface is opened for remote call of the application program running on various terminal devices.
The application program refers to an application program running on a server or a terminal device, the application program implements the related technical scheme of the application in a programming mode, a program code of the application program can be saved in a nonvolatile storage medium which can be identified by a computer in a form of a computer executable instruction, and is called into a memory by a central processing unit to run, and the related device of the application is constructed by running the application program on the computer.
For the server, the application program is usually constructed as a service process, and a corresponding program interface is opened for remote call of the application program running on various terminal devices.
The person skilled in the art will know this: although the various methods of the present application are described based on the same concept so as to be common to each other, they may be independently performed unless otherwise specified. In the same way, for each embodiment disclosed in the present application, it is proposed based on the same inventive concept, and therefore, concepts of the same expression and concepts of which expressions are different but are appropriately changed only for convenience should be equally understood.
Referring to fig. 2, an alarm notification control method according to the present application, in an exemplary embodiment, includes the following steps:
step S11, transferring method parameters to the operation method to trigger the operation method to receive the method parameters for operation:
the current thread transmits the method parameters to the running method to trigger the running method to receive the method parameters, and the current thread executes own method logic according to the method parameters.
The method parameters are generally input and pushed to the current thread by a development end, and after a developer inputs control method parameters through the parameters in a graphical user interface of the development end, the method parameters are pushed to the current thread so that the current thread can obtain the method parameters, the method parameters are transmitted to a corresponding operation method, and the operation method is triggered to receive the method parameters for operation; the current thread can also obtain the method parameters from a parameter list storing a plurality of method parameters to be transmitted to the running method, so that the method parameters are transmitted to the running method to trigger the running method to run.
The operation method is generally written by a high-level programming language, and after receiving the method parameters, the operation method executes the method logic written by the high-level programming language in the operation method according to the method parameters.
The method includes annotating the abnormal alarm information and the alarm return value in advance in the operating method, so that when the current thread monitors the abnormal operation information thrown by the operating method, whether the abnormal operation information is the abnormal alarm information is judged to determine whether the structure of the alarm notification needs to be executed or not, or whether the return value output after the operating method is completed is the same as the alarm return value is judged to determine whether the structure of the alarm notification needs to be executed or not.
In one embodiment, after a current thread inputs a method parameter to the running method, storing characteristic information of the running method and the method parameter as mapping relation data into an alarm record library, where the characteristic information generally includes a method name and a method id of the running method, so that when subsequent alarm abnormal information and alarm return value are processed, the alarm abnormal information or the alarm return value existing in the running method is correspondingly stored into the mapping relation data of the running method in the alarm record library to record an alarm event of the running method, so that a subsequent management end can obtain the method parameter used in the running of the running method in the alarm record library and the corresponding alarm abnormal information or the alarm return value, analyze the problem existing in the running method, and perform corresponding modification processing.
In another embodiment, the operating method is provided with a corresponding alarm state identifier, which is generally stored in the alarm record library correspondingly to characterize and record the operating and alarm states of the operating method, for example, when an enumeration value of the alarm state identifier corresponding to the operating method is 0, the operating method is characterized not to be operated, when an enumeration value of the alarm state identifier is 1, the operating method is characterized not to successfully throw out abnormal information and complete operation, and an output return value is not the alarm return value, when an enumeration value of the alarm state identifier is 2, the operating method is characterized as the alarm return value, and an alarm notification which is not constructed by the operating method is not pushed, when an enumeration value of the alarm state identifier is 3, the operating method is characterized as the alarm return value, and the alarm notification is successfully pushed, when an enumeration value of the alarm state identifier is 4, and determining whether the running state, the alarm state and the related alarm notification of the running method are successfully pushed or not by developers according to the running and alarm state of the characteristic running method by updating the alarm running identifier by analogy, and diagnosing whether the current thread stably executes the alarm notification control or not.
Step S12, monitoring the running process of the running method, when the running method throws the same running exception information as the pre-annotated alarm exception information, constructing an alarm notification including the running exception information and the method parameter, and storing the alarm notification in an alarm notification list:
after the current thread triggers the operation method to receive the method parameters for operation, the operation process of the operation method is monitored, when the operation method is monitored to be abnormal, operation abnormal information thrown out by the operation method is obtained, whether the operation abnormal information is the same as the alarm abnormal information of the operation method annotation operation annotation is judged, if the operation abnormal information is the same as the alarm abnormal information of the operation method annotation operation annotation, the method parameters and the operation abnormal information received by the operation method are packaged to construct the alarm notification containing the method parameters and the operation abnormal information, and the alarm notification is stored in the alarm notification list so as to be convenient for pushing the alarm notification in the subsequent implementation.
The operation exception information is generally thrown out by an operation method in the operation process of the operation method, when the operation method operates the method logic of the operation method according to the method parameters and is abnormal, the operation exception information used for representing the current abnormal type of the operation method is thrown out, so that the current thread determines whether to generate the alarm notification of the operation method by judging whether the abnormal type represented by the operation exception information is the abnormal type represented by the alarm exception information which is annotated in advance by the operation method.
The alarm abnormal information is information which is annotated to the running method in advance by a developer, when the running method throws the running abnormal information due to running abnormality, the current thread judges whether the running abnormal information is the same as the alarm abnormal information annotated in advance in the running method, when the abnormal types represented by the running abnormal information and the running abnormal information are the same, the current thread encapsulates the characteristic information, the running parameters and the running abnormal information of the running method to generate the alarm notice containing the information, and the alarm notice is stored in the alarm notice queue to be convenient for pushing the alarm notice subsequently.
The alarm notification queue stores one or more alarm notifications corresponding to the operating methods, the alarm notification queue stores the alarm notifications constructed by a plurality of threads, and the alarm notifications are generally sorted from early to late according to the queuing time of each alarm notification, that is, the first queued alarm notification is generally sorted to the front position, so that when each alarm notification stored in the alarm notification queue is subsequently pushed, the alarm notification sorted to the front is preferentially pushed.
In one embodiment, when the current thread monitors that the operation method throws out the operation abnormal information, the operation abnormal information is correspondingly stored into the mapping relation data of the operation method in the alarm record base, that is, data included in the mapping relation data of the operation method is updated into the characteristic information, the method parameters and the operation abnormal information of the operation method, so that a developer obtains the mapping relation data of the operation method through query to analyze, and the method logic of the operation method is repaired.
In another embodiment, when the current thread monitors that the running exception information thrown by the running method is the alarm exception information annotated in advance by the running method, and the alarm notification is constructed, the enumerated value of the alarm state identifier of the running method is updated to 5 to represent that the running method throws the running exception information same as the alarm exception information, and the corresponding alarm notification is not pushed, and if the running exception information is not the alarm exception information, the enumerated value of the alarm state identifier of the running method is updated to 8 to represent that the running method fails due to exception running, and the condition for constructing the alarm notification is not triggered. Those skilled in the art can flexibly design the enumerated value of the alarm state identifier according to the actual application scenario to characterize the alarm state of the operating method, which is not repeated.
Step S13, obtaining a return value output by the operation method after completing the operation, when the return value is the same as an alarm return value annotated in advance by the operation method itself, constructing an alarm notification including the return value and the method parameter, and storing the alarm notification in the alarm notification queue:
when the operation method does not throw any operation abnormal information and finishes operation according to the method parameters, the return value is output, the current thread acquires the return value, whether the return value is the same as the alarm return value annotated in advance by the operation method, when the return value is the same as the alarm return value, the characteristic information of the operation method, the method parameters and the return value are packaged into the alarm notification, and the alarm notification is stored in the alarm notification queue for the subsequent pushing processing of the alarm notification.
The return value is generally a return value output after the operation method completes its own method logic according to the method parameter, that is, the return value is data output by the operation method according to the method parameter, after the current thread acquires the return value, it is determined whether the return value is the same as the alarm return value annotated by the operation method itself in advance, if so, an alarm notification including the characteristic information of the operation method, the method parameter and the return value is generated, and the return value output by the operation method of the alarm management end according to the operation of the method parameter is an alarm return value, so that the management end can modify the method logic of the operation method for the method parameter or modify the method parameter to output a return value which is not the same as the alarm return value.
In one embodiment, when the return value output by the running method is the alarm return value, the current thread correspondingly stores the return value into the mapping relation data of the running method in the alarm record base, that is, data included in the mapping relation data of the running method is updated to the feature information, the method parameter and the return value of the running method, so that a developer obtains the mapping relation data of the running method through query for analysis, and repairs the method logic of the running method or modifies the method parameter inserted into the running method.
In another embodiment, when the current thread determines that the return value output by the running method is the alarm return value annotated in advance by the running method, and after the construction of the alarm notification is completed, the enumerated value of the alarm state identifier of the running method is updated to 2, so as to represent that the running method outputs the return value same as the alarm return value, and the corresponding alarm notification is not pushed. Those skilled in the art can flexibly design the enumerated value of the alarm state identifier according to the actual application scenario to characterize the alarm state of the operating method, which is not repeated.
Step S14, when there is an alarm notification in the alarm notification queue, performing notification pushing of the alarm notification according to a notification pushing method preset for the operation method:
and the current thread inquires whether the alarm notification queue has the alarm notifications of any operation method, when one or more alarm notifications exist in the alarm notification queue, the current thread acquires the alarm notifications and determines the notification push methods preset by the operation methods, so that the alarm notifications are pushed to the corresponding terminals for output display according to the notification push methods corresponding to the alarm notifications.
The notification push method is used for defining a push mode of an alarm notification, so that a current thread pushes the alarm notification of a corresponding operation method to a corresponding terminal according to the push method defined by the notification push method, and specifically, the type of the push mode defined by the notification push method includes: for example, when the push method defined by the notification push method defined for the operation method is an email push method, and the current thread acquires the alarm notification of the operation method from the alarm notification list, the alarm notification is pushed to the corresponding terminal in the form of an email so that the terminal acquires the email including the alarm notification, and the feature information, the method parameter, the operation abnormal information or the return value of the operation method included in the alarm notification is output to the graphical user interface of the terminal for display. Those skilled in the art can flexibly design the type of the push method defined by the notification push method, which is not repeated.
In one embodiment, after a current thread pushes an alarm notification of the operating method according to a notification pushing method defined by the operating method, when an enumeration value of an alarm state identifier of the operating method is 2, that is, when the alarm notification of the operating method includes a return value, the current thread updates the enumeration value of the alarm state identifier to 3 to represent that the alarm notification including the return value is pushed successfully, and if the alarm notification is pushed unsuccessfully, the enumeration value of the alarm state identifier is updated to 4 to represent that the alarm notification including the return value is pushed unsuccessfully; correspondingly, when the enumeration value of the alarm state identifier of the operating method is 5, that is, when the alarm notification of the operating method includes abnormal operation information, when the alarm notification is successfully pushed, the enumeration value of the alarm state identifier is updated to 6, which represents that the alarm notification including the abnormal operation information is successfully pushed, and if the alarm notification is failed to be pushed, the enumeration value of the alarm state identifier is updated to 7, which represents that the alarm notification including the abnormal operation information is failed to be pushed.
It can be understood that the application of the method can automatically construct an alarm notification for the operation method of throwing out the abnormal information or outputting the abnormal return value, and push the alarm notification to the terminal of the developer to notify the developer of the abnormal information thrown out by the operation method or output the abnormal return value, so that the developer can repair and optimize the method logic of the operation method according to the abnormal information or the return value of the alarm notification representing the operation method.
The above exemplary embodiments and variations thereof fully disclose the embodiments of the alert notification control method of the present application, but many variations of the method can be deduced by transforming and augmenting some technical means, and other embodiments are briefly described as follows:
referring to fig. 3, the method includes the following parallel steps for recording the operation status of the operation method:
step S15, storing the method parameters and the characteristic messages of the operating method as mapping relationship data in an alarm record library:
after the current thread inputs the method parameters to the operation method, storing the characteristic information of the operation method and the method parameters into an alarm record library as mapping relation data, so that when alarm abnormal information and an alarm return value are subsequently processed for the operation method, the operation abnormal information or the return value existing in the operation method is correspondingly stored into the mapping relation data of the operation method in the alarm record library to record an alarm event of the operation method, a subsequent management end is convenient to obtain the method parameters and the corresponding alarm abnormal information or the corresponding alarm return value used in the operation of the operation method from the alarm record library, and the problems existing in the operation method are analyzed to perform corresponding modification processing.
The alarm record library stores the mapping relation data of one or more operation methods to record the alarm events of the operation methods, so that the management end can conveniently acquire the mapping relation data of the required operation method from the alarm record library, diagnose the error of the operation method and repair the operation method.
Step S16, when the operation method throws out the operation abnormal information, the operation abnormal information is correspondingly stored in the mapping relation data of the operation method in the alarm record base:
when the current thread monitors that the operation method throws the operation abnormal information, the operation abnormal information is correspondingly stored into the mapping relation data of the operation method in the alarm record base, namely the operation abnormal information is added to the data contained in the mapping relation data of the operation method, so that developers can obtain the mapping relation data of the operation method through query to analyze, and the method logic of the operation method is repaired.
Step S17, when the return value output by the operating method is the same as the alarm return value annotated in advance, the return value is correspondingly stored in the mapping relation data of the operating method in the alarm record base:
when the return value output by the running method acquired by the current thread is the alarm return value annotated in advance by the running method, the current thread correspondingly stores the return value into the mapping relation data of the running method in the alarm record library, namely, the return value is added to the mapping relation data of the running method, so that developers can acquire the mapping relation data of the running method through query for analysis, repair the method logic of the running method or modify the method parameters inserted into the running method.
Step S18, responding to an alarm record obtaining instruction pushed by the client, determining an operation method pointed by the instruction, obtaining the mapping relation data of the operation method from the alarm record library, and pushing the mapping relation data to the client for output and display:
the method comprises the steps that an alarm record acquisition instruction pushed by a client corresponding to a current thread determines an operation method pointed by the alarm record acquisition instruction, so that mapping relation data defined by the operation method is inquired in an alarm record library, the mapping relation data is acquired and pushed to the client, the client is triggered to output characteristic information, method parameters, return values or abnormal operation information of the operation method contained in the mapping relation data to a graphical user interface for displaying, and therefore developers of the client can repair errors existing in method logic of the operation method according to the information contained in the operation relation data.
In this embodiment, the operation abnormal information of the operation method and the return value output by the operation noncompliance service are recorded as mapping relation data and stored in the alarm record library, so that a developer can conveniently acquire the mapping relation data of the operation method from the alarm record library, determine the error of the operation method, and repair the method logic of the operation method.
Referring to fig. 4, the method for monitoring the operation of the operation method for the current thread according to the embodiment includes the following steps:
step S121, monitoring the operation process of the operation method receiving the method logic executing the operation method according to the method parameters:
after the operation method receives the method parameters to operate, the current thread monitors the operation process of the method logic of the real-time operation method pointing to the current thread according to the method parameters, so that when the operation method throws out operation alarm information, judgment processing of alarm abnormal information is carried out, and the alarm notice containing the operation alarm information is constructed.
Step S122, when it is monitored that the operation method throws out the operation abnormal information, the operation abnormal information is correspondingly stored in the mapping relation data of the operation method in the alarm record base:
when the current thread monitors that the operation method throws any operation abnormal information, the operation abnormal information is correspondingly stored into the mapping relation data of the operation method in the alarm record base, namely the operation abnormal information is added to the data contained in the mapping relation data of the operation method, so that developers can obtain the mapping relation data of the operation method through query to analyze, and the method logic of the operation method is repaired.
Step S123, if the abnormal operation information is the same as the abnormal alarm information annotated in advance by the operation method, the method parameters, the abnormal operation information and the characteristic information of the operation method are encapsulated to construct a corresponding alarm notification:
when the current thread acquires the operation abnormal information thrown by the operation method, comparing the operation abnormal information with the alarm abnormal information annotated in advance by the operation method, and when the abnormal types represented by the two parties are the same, encapsulating the characteristic information of the operation method, the method parameters and the operation abnormal information to construct the alarm notification containing the information.
Step S124, storing the alarm notification into the alarm notification queue:
and the current thread stores the alarm notification into the alarm notification queue so as to obtain the alarm notification from the alarm notification queue for push processing.
In this embodiment, the running abnormal information thrown by the running method is stored and recorded, so that the management end can obtain the running abnormal information from the alarm record library to perform the diagnosis processing of the running method, and when the running abnormal information thrown by the running method is the same as the alarm abnormal information preset and annotated by the running method, a corresponding alarm notification is constructed for the running method, so that the management end is notified that the running method has thrown the abnormal type same as the alarm abnormal information by pushing the alarm notification to a terminal of a corresponding management party to output and display, and the management end can perform the diagnosis processing of the running method immediately.
Referring to fig. 5, the method constructs an alarm notification including a return value for the operating method when the return value output by the operating method is the same as an alarm return value annotated in advance, and stores the alarm notification in the alarm notification queue, and the method includes the following specific steps:
step S131, when it is monitored that the operation method does not throw any operation abnormal information and finishes the operation, a return value output by the operation method is obtained:
when the current thread monitors that the operation method does not throw any operation abnormal information and finishes operation according to the method parameters, the return value output by the operation method is obtained so as to compare the return value with an alarm return value annotated in advance by the operation method, and whether to store and record the return value and construct a corresponding alarm notice for the operation method is determined.
Step S132, determining whether the return value is an alarm return value of the preset annotation for the operation method, if yes, correspondingly storing the return value into the mapping relationship data of the operation method in the alarm record library:
and after the current thread acquires the return value output by the operation method, judging whether the return value is the same as the alarm return value annotated in advance by the operation method, if so, correspondingly storing the return value into the mapping relation data of the operation method in the alarm record library by the current thread, so that developers can acquire the return value contained in the mapping relation data of the operation method through query for analysis and modify the method parameters transmitted to the operation method.
Step S133, encapsulating the method parameter, the return value, and the feature information of the operating method to construct a corresponding alarm notification, and storing the alarm notification in the alarm notification queue:
when the current thread judges that the return value is the same as the alarm return value annotated in advance by the running method, the characteristic information of the running method, the method parameter inserted into the running method and the return value are packaged to construct the alarm notification containing the information, and the alarm notification is stored in the alarm notification queue so as to be convenient for acquiring the alarm notification from the alarm notification queue for push processing.
In this embodiment, the return value output by the running method and the same as the pre-annotated alarm return value thereof are correspondingly stored in the alarm record library for recording, so that the manager can obtain the abnormal running information from the alarm record library to perform the diagnosis processing of the running method, update the method parameters input to the running method, construct an alarm notification including the return value for the running method, so that the alarm notification is pushed to the terminal of the corresponding manager for output display, notify the manager to perform the diagnosis processing of the running method in real time, update the input method parameters or modify the method logic of the running method.
Referring to fig. 6, in the method, when there is an alarm notification in the alarm notification queue, according to a notification pushing method preconfigured for the operating method, an implementation manner of pushing a notification of the alarm notification is performed, and its specific implementation steps are as follows:
step S141, obtaining one or more of the alert notifications in the alert notification queue:
and the current thread acquires one or more alarm notifications stored in the alarm notifications so as to push the alarm notifications.
Step S142, according to the preconfigured notification push method corresponding to each of the alarm notifications, sending, to the device terminal corresponding to each of the alarm notifications:
after the current thread acquires the alarm notifications, determining the operation methods corresponding to the alarm notifications so as to determine the notification pushing methods preset for the operation methods respectively, and then, according to the notification pushing method corresponding to each of the alarm notifications, the alarm notifications are pushed to the corresponding terminals for output display, for example, when the push method defined for the notification push method defined for the operation method is a short message push method, when the current thread acquires the alarm notice of the operation method from the alarm notice list, the alarm notice is pushed to a corresponding mobile terminal in a short message form, and outputting the characteristic information, the method parameters, the abnormal operation information or the return value of the operation method contained in the alarm notification to a graphical user interface of the terminal for displaying after the terminal acquires the short message containing the alarm notification.
In this embodiment, the pushing manner of the alarm notification is predefined for the operation method, so as to perform a diversified notification pushing method, for example, the alarm notification is pushed by a short message, a telephone or an email, which is convenient for developers to push the alarm notification in a manner that the developers are accustomed to, so as to improve the notification effect of the alarm notification and drive the developers to perform error diagnosis and repair processing of the operation method in real time.
Further, an alarm notification control apparatus of the present application may be constructed by functionalizing the steps in the methods disclosed in the above embodiments, and according to this idea, please refer to fig. 7, wherein in an exemplary embodiment, the apparatus includes: the operation method triggering module 11 is used for transmitting method parameters to the operation method so as to trigger the operation method to receive the method parameters for operation; the operation method monitoring module 12 is used for monitoring the operation process of the operation method, when the operation method throws the operation abnormal information which is the same as the pre-annotated alarm abnormal information, an alarm notice containing the operation abnormal information and the method parameters is constructed, and the alarm notice is stored in an alarm notice list; a return value obtaining module 13, configured to obtain a return value output by the operation method after completing the operation, construct an alarm notification including the return value and the method parameter when the return value is the same as an alarm return value annotated in advance by the operation method, and store the alarm notification in the alarm notification queue; and an alarm notification pushing module 14, configured to, when an alarm notification exists in the alarm notification queue, perform notification pushing of the alarm notification according to a notification pushing method preset for the operation method.
In one embodiment, the operation method monitoring module 12 includes: the operation monitoring submodule is used for monitoring the operation process of the operation method receiving the method logic executed according to the method parameters; the abnormal information storage submodule is used for correspondingly storing the running abnormal information into the mapping relation data of the running method in the alarm record base when the running abnormal information thrown out by the running method is monitored; the alarm notification construction submodule is used for encapsulating the method parameters, the abnormal operation information and the characteristic information of the operation method to construct corresponding alarm notifications if the abnormal operation information is the same as the abnormal alarm information annotated in advance by the operation method; and the alarm notification enqueuing submodule is used for storing the alarm notification into the alarm notification queue.
In one embodiment, the return value obtaining module includes: the return value acquisition submodule is used for acquiring the return value output by the operation method after monitoring that the operation method does not throw any operation abnormal information and finishes the operation; a return value judgment submodule, configured to judge whether the return value is an alarm return value of the preset annotation for the operation method, and if yes, correspondingly store the return value in the mapping relationship data of the operation method in the alarm record library; and the alarm notification construction submodule is used for encapsulating the method parameters, the return values and the characteristic information of the operation method to construct corresponding alarm notifications and storing the alarm notifications into the alarm notification queue.
In one embodiment, the alert notification pushing module includes: an alarm notification acquisition submodule, configured to acquire one or more alarm notifications in the alarm notification queue; and the alarm notification pushing submodule is used for pushing the equipment terminals corresponding to the alarm notifications according to the pre-configured notification pushing methods corresponding to the alarm notifications.
In order to solve the above technical problem, an embodiment of the present application further provides a computer device, configured to run a computer program implemented according to the alarm notification control method. Referring to fig. 8, fig. 8 is a block diagram of a basic structure of a computer device according to the present embodiment.
As shown in fig. 8, the internal structure of the computer device is schematically illustrated. The computer device includes a processor, a non-volatile storage medium, a memory, and a network interface connected by a system bus. The non-volatile storage medium of the computer device stores an operating system, a database and computer readable instructions, the database can store control information sequences, and the computer readable instructions can enable the processor to realize an alarm notification control method when being executed by the processor. The processor of the computer device is used for providing calculation and control capability and supporting the operation of the whole computer device. The memory of the computer device may have stored therein computer readable instructions that, when executed by the processor, may cause the processor to perform an alert notification control method. The network interface of the computer device is used for connecting and communicating with the terminal. Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In this embodiment, the processor is configured to execute specific functions of each module/sub-module in the alarm notification control device of the present application, and the memory stores program codes and various data required for executing the modules. The network interface is used for data transmission to and from a user terminal or a server. The memory in this embodiment stores program codes and data required for executing all modules/submodules in the alarm notification control device, and the server can call the program codes and data of the server to execute the functions of all the submodules.
The present application also provides a non-volatile storage medium, in which the alarm notification control method is written as a computer program and stored in the storage medium in the form of computer readable instructions, which when executed by one or more processors, means execution of the program in a computer, thereby causing the one or more processors to perform the steps of the alarm notification control method of any of the above embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the computer program is executed. The storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disk, a Read-Only Memory (ROM), or a Random Access Memory (RAM).
In summary, the present application focuses on quality monitoring of the service itself, the granularity is more detailed, error monitoring is performed for each operation method in the service, and a corresponding alarm notification is constructed for the operation method according to the error type of the operation method, so that the alarm notification is pushed to the terminal device of the developer, and the developer is notified to perform error diagnosis of the operation method.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
Those of skill in the art will appreciate that the various operations, methods, steps in the processes, acts, or solutions discussed in this application can be interchanged, modified, combined, or eliminated. Further, other steps, measures, or schemes in various operations, methods, or flows that have been discussed in this application can be alternated, altered, rearranged, broken down, combined, or deleted. Further, steps, measures, schemes in the prior art having various operations, methods, procedures disclosed in the present application may also be alternated, modified, rearranged, decomposed, combined, or deleted.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, several modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (10)

1. An alarm notification control method is characterized by comprising the following steps:
transmitting method parameters to an operation method to trigger the operation method to receive the method parameters for operation;
monitoring the operation process of the operation method, constructing an alarm notification comprising the operation abnormal information and the method parameters when the operation method throws the operation abnormal information which is the same as the pre-annotated alarm abnormal information, and storing the alarm notification into an alarm notification list;
acquiring a return value output by the operation method after the operation is finished, constructing an alarm notification containing the return value and the method parameter when the return value is the same as an alarm return value annotated in advance by the operation method, and storing the alarm notification into an alarm notification queue;
and when the alarm notification exists in the alarm notification queue, carrying out notification pushing on the alarm notification according to a notification pushing method preset for the operation method.
2. Method according to claim 1, characterized in that the method comprises the following parallel steps:
storing the method parameters and the characteristic messages of the operation method as mapping relation data into an alarm record library;
when the operation method throws out the operation abnormal information, the operation abnormal information is correspondingly stored in the mapping relation data of the operation method in the alarm record base;
when the return value output by the operation method is the same as the alarm return value annotated in advance, the return value is correspondingly stored in the mapping relation data of the operation method in the alarm record base;
responding to an alarm record acquisition instruction pushed by a client, determining an operation method pointed by the instruction, acquiring the mapping relation data of the operation method from the alarm record library, and pushing the mapping relation data to the client for output and display.
3. The method of claim 2, wherein the step of listening for the operation of the operating method comprises:
monitoring the operation method to receive the operation process of executing the method logic of the operation method according to the method parameters;
when the operation method is monitored to throw out the operation abnormal information, the operation abnormal information is correspondingly stored into the mapping relation data of the operation method in the alarm record base;
if the abnormal operation information is the same as the abnormal alarm information annotated in advance by the operation method, packaging the method parameters, the abnormal operation information and the characteristic information of the operation method to construct a corresponding alarm notice;
and storing the alarm notification into the alarm notification queue.
4. The method according to claim 2, wherein the step of constructing an alarm notification containing the return value for the running method when the return value output by the running method is the same as the pre-annotated alarm return value thereof, and storing the alarm notification into the alarm notification queue comprises:
when the operation method is monitored to not throw any operation abnormal information and complete the operation, a return value output by the operation method is obtained;
judging whether the return value is an alarm return value of the preset annotation of the operation method, if so, correspondingly storing the return value into the mapping relation data of the operation method in the alarm record library;
and encapsulating the method parameters, the return values and the characteristic information of the operation method to construct corresponding alarm notifications, and storing the alarm notifications into the alarm notification queue.
5. The method according to claim 1, wherein when there is an alarm notification in the alarm notification queue, the step of pushing the notification of the alarm notification according to a notification pushing method preconfigured for the operating method includes:
acquiring one or more alarm notifications in the alarm notification queue;
and according to a pre-configured notification pushing method corresponding to each alarm notification, sending the alarm notification to the corresponding equipment terminal.
6. The method according to claim 5, wherein the notification pushing method comprises any one of the following pushing methods: an email push method, a short message push method, a telephone push method and an application program notification push method.
7. An alarm notification control apparatus, characterized by comprising:
the operation method triggering module is used for transmitting method parameters to the operation method so as to trigger the operation method to receive the method parameters for operation;
the operation method monitoring module is used for monitoring the operation process of the operation method, constructing an alarm notice containing the operation abnormal information and the method parameters when the operation method throws the operation abnormal information which is the same as the pre-annotated alarm abnormal information, and storing the alarm notice into an alarm notice list;
a return value obtaining module, configured to obtain a return value output by the operation method after completing the operation, construct an alarm notification including the return value and the method parameter when the return value is the same as an alarm return value annotated in advance by the operation method, and store the alarm notification in the alarm notification queue;
and the alarm notification pushing module is used for pushing the notification of the alarm notification according to a notification pushing method preset for the operation method when the alarm notification exists in the alarm notification queue.
8. An electronic device comprising a central processor and a memory, wherein the central processor is configured to invoke execution of a computer program stored in the memory to perform the steps of the method according to any one of claims 1 to 7.
9. A non-volatile storage medium, characterized in that it stores, in the form of computer-readable instructions, a computer program implemented according to the method of any one of claims 1 to 7, which, when invoked by a computer, performs the steps comprised by the method.
10. A computer program product comprising computer program/instructions, characterized in that the computer program/instructions, when executed by a processor, implement the steps of the method of any one of claims 1 to 7.
CN202111133664.1A 2021-09-27 2021-09-27 Alarm notification control method and device, equipment, medium and product thereof Pending CN113849383A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111133664.1A CN113849383A (en) 2021-09-27 2021-09-27 Alarm notification control method and device, equipment, medium and product thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111133664.1A CN113849383A (en) 2021-09-27 2021-09-27 Alarm notification control method and device, equipment, medium and product thereof

Publications (1)

Publication Number Publication Date
CN113849383A true CN113849383A (en) 2021-12-28

Family

ID=78980493

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111133664.1A Pending CN113849383A (en) 2021-09-27 2021-09-27 Alarm notification control method and device, equipment, medium and product thereof

Country Status (1)

Country Link
CN (1) CN113849383A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050235058A1 (en) * 2003-10-10 2005-10-20 Phil Rackus Multi-network monitoring architecture
CN103544093A (en) * 2012-07-13 2014-01-29 深圳市快播科技有限公司 Monitoring and alarm control method and system
CN107832200A (en) * 2017-10-24 2018-03-23 平安科技(深圳)有限公司 Alert processing method, device, computer equipment and storage medium
CN109379228A (en) * 2018-11-02 2019-02-22 平安科技(深圳)有限公司 Accidentally warning information recognition methods and device, storage medium, electric terminal
CN110737565A (en) * 2019-09-12 2020-01-31 华青融天(北京)软件股份有限公司 data monitoring method, device, electronic equipment and storage medium
CN111611137A (en) * 2020-06-30 2020-09-01 平安银行股份有限公司 Alarm monitoring method and device, computer equipment and storage medium
CN113434361A (en) * 2021-06-23 2021-09-24 平安国际智慧城市科技股份有限公司 System abnormity warning method, system, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050235058A1 (en) * 2003-10-10 2005-10-20 Phil Rackus Multi-network monitoring architecture
CN103544093A (en) * 2012-07-13 2014-01-29 深圳市快播科技有限公司 Monitoring and alarm control method and system
CN107832200A (en) * 2017-10-24 2018-03-23 平安科技(深圳)有限公司 Alert processing method, device, computer equipment and storage medium
CN109379228A (en) * 2018-11-02 2019-02-22 平安科技(深圳)有限公司 Accidentally warning information recognition methods and device, storage medium, electric terminal
CN110737565A (en) * 2019-09-12 2020-01-31 华青融天(北京)软件股份有限公司 data monitoring method, device, electronic equipment and storage medium
CN111611137A (en) * 2020-06-30 2020-09-01 平安银行股份有限公司 Alarm monitoring method and device, computer equipment and storage medium
CN113434361A (en) * 2021-06-23 2021-09-24 平安国际智慧城市科技股份有限公司 System abnormity warning method, system, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US11244233B2 (en) Intelligent adaptor service in unified automation platforms for robotic process automation
EP3543866B1 (en) Resource-efficient record processing in unified automation platforms for robotic process automation
EP3617884B1 (en) Adapter extension for inbound messages from robotic automation platforms to unified automation platform
CN111371898B (en) Message monitoring method, device, equipment and storage medium
US20220222266A1 (en) Monitoring and alerting platform for extract, transform, and load jobs
CN114500343B (en) Business chain operation monitoring method and device, equipment, medium and product thereof
CN113419876A (en) Remote interface proxy calling method and device, computer equipment and storage medium
WO2023137053A1 (en) Runtime filtering of computer system vulnerabilities
CN113867600A (en) Development method and device for processing streaming data and computer equipment
CN114168297A (en) Method, device, equipment and medium for scheduling collection tasks
CN113645260A (en) Service retry method, device, storage medium and electronic equipment
CN113849383A (en) Alarm notification control method and device, equipment, medium and product thereof
US7752504B2 (en) System diagnostics with dynamic contextual information of events
CN115942064A (en) Live broadcast guide information display method and device, equipment and medium thereof
US20230095064A1 (en) Problem detection and categorization for integration flows
CN114443343A (en) Method, device, equipment and storage medium for service interface to feed back abnormal information
CN114969067A (en) Commodity redundant data updating method and device, equipment and medium thereof
CN112085289A (en) Program maintenance task processing method, device, equipment and storage medium
CN112862500A (en) Dynamic assembling method for user interest processor, device, equipment and medium thereof
CN112561593A (en) Point distribution control method, device, equipment and medium
CN115759975A (en) Development log generation method, device, equipment, medium and product
US11953995B1 (en) Centralized data backup platform supporting multiple data environments
US20080313644A1 (en) System analysis apparatus and system analysis method
CN113672371B (en) Task engine execution method and device, equipment and medium thereof
CN115695377A (en) Address update control method, apparatus, device, medium, and product

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