CN111176937A - Message middleware monitoring and warning system, method, terminal equipment and storage medium - Google Patents

Message middleware monitoring and warning system, method, terminal equipment and storage medium Download PDF

Info

Publication number
CN111176937A
CN111176937A CN201911317918.8A CN201911317918A CN111176937A CN 111176937 A CN111176937 A CN 111176937A CN 201911317918 A CN201911317918 A CN 201911317918A CN 111176937 A CN111176937 A CN 111176937A
Authority
CN
China
Prior art keywords
alarm
message middleware
console
index data
visual monitoring
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
CN201911317918.8A
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.)
Shenzhen Mengma Electric Technology Co ltd
Original Assignee
Shenzhen Mengma Electric 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 Shenzhen Mengma Electric Technology Co ltd filed Critical Shenzhen Mengma Electric Technology Co ltd
Priority to CN201911317918.8A priority Critical patent/CN111176937A/en
Publication of CN111176937A publication Critical patent/CN111176937A/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/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • 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
    • 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/546Message passing systems or structures, e.g. queues

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)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the application is suitable for the technical field of message middleware and discloses a message middleware monitoring and alarming system, a message middleware monitoring and alarming method, terminal equipment and a computer readable storage medium. In addition, the source code is modified less by embedding the SDK, so that the technical difficulty of modification is reduced.

Description

Message middleware monitoring and warning system, method, terminal equipment and storage medium
Technical Field
The present application belongs to the technical field of message middleware, and in particular, to a message middleware monitoring and warning system, method, terminal device, and computer-readable storage medium.
Background
With the rapid application of distributed technologies in the industry, Message Queues (MQs) play an important role as indispensable important components: peak clipping, asynchronization and decoupling. In order to further ensure the robust operation of the system platform, real-time monitoring of the alarm becomes a necessary means.
And Rocktmq is a very mature message middleware product in the current market, and has a wide application range. At present, an official provides a monitoring tool, namely, a rocktmq-console, and based on the monitoring tool, the situations such as message accumulation and the like can be checked through a graphical interface, but real-time warning cannot be performed, and when an abnormality occurs, research and development and operation and maintenance personnel cannot be guaranteed to know the situation at the first time, so that the platform stability index is reduced. In addition, if the alarm function is added, the source code needs to be modified, the difficulty is high, and great energy needs to be consumed.
Disclosure of Invention
The embodiment of the application provides a message middleware monitoring and alarming system, a message middleware monitoring and alarming method, terminal equipment and a computer readable storage medium, so as to solve the problem that the existing control console of Rocktmq does not support alarming.
In a first aspect, an embodiment of the present application provides a message middleware monitoring and warning system, including a message middleware console, a time sequence database, and a visual monitoring index presentation tool, where the message middleware console is in communication connection with the time sequence database, and the time sequence database is in communication connection with the visual monitoring index presentation tool;
a software development kit is embedded in the message middleware console in advance, the message middleware console is connected with at least one message middleware, and the message middleware is Rocktmq;
the message middleware console is used for acquiring alarm index data of the message middleware through the software development kit; synchronously writing the alarm index data into the time sequence database;
the visual monitoring index display tool is used for reading the alarm index data from the time sequence database and displaying the alarm index data; and executing alarm operation according to the alarm index data.
It can be seen that, in the embodiment of the present application, a Software Development Kit (SDK) is embedded in advance in a console of a rocktmq, alarm index data is collected from a message middleware through the SDK, the alarm index data is synchronized to a time sequence database, and then a visual monitoring index display tool is used for monitoring and alarming, so that the rocktmq-container supports an alarm function. In addition, the source code is modified less by embedding the SDK, so that the technical difficulty of modification is reduced.
In a possible implementation manner of the first aspect, the visual monitoring index presentation tool is Grafana.
In a possible implementation manner of the first aspect, the visual monitoring index presentation tool is further configured to:
acquiring alarm information configuration operation of a user;
and responding to the alarm information configuration operation, and configuring an alarm index of the message middleware.
It should be noted that, in the prior art, the maintenance of various alarm indicators also requires additional work to configure. In the embodiment of the application, related personnel only need to configure the alarm information in Grafana, so that the configuration convenience is improved, the operation and maintenance cost is reduced, and the operation and maintenance efficiency is improved.
In a possible implementation manner of the first aspect, the visual monitoring index presentation tool is specifically configured to:
and executing preset alarm operation when the alarm index data is detected to meet the preset alarm condition.
In a possible implementation manner of the first aspect, the preset alarm operation includes at least one of a mail alarm, a short message alarm, and a voice alarm.
In a second aspect, an embodiment of the present application provides a message middleware monitoring and warning method, including:
acquiring alarm index data of the message middleware through a software development kit pre-embedded in a message middleware console; the message middleware console is connected with at least one message middleware, and the message middleware is Rockettmq;
synchronously writing the alarm index data into a time sequence database through the software development kit;
reading the alarm index data from the time sequence database through a visual monitoring index display tool, and displaying the alarm index data;
and executing alarm operation through the visual monitoring index display tool according to the alarm index data.
In a possible implementation manner of the second aspect, the visual monitoring index presentation tool is Grafana.
In a possible implementation manner of the second aspect, before collecting alarm indicator data of the message middleware through a software development kit pre-embedded in the message middleware console, the method further includes:
acquiring alarm information configuration operation of a user through the visual monitoring index display tool;
and responding to the alarm information configuration operation, and configuring an alarm index of the message middleware.
In a third aspect, an embodiment of the present application provides a terminal device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor, when executing the computer program, implements the method according to any one of the above second aspects.
In a fourth aspect, the present application provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the method according to any one of the second aspects.
In a fifth aspect, the present application provides a computer program product, which when run on a terminal device, causes the terminal device to execute the method of any one of the second aspects.
It is understood that the beneficial effects of the second aspect to the fifth aspect can be referred to the related description of the first aspect, and are not described herein again.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic block diagram of an implementation of a system architecture provided in an embodiment of the present application;
fig. 2 is a schematic block diagram of an architecture of a message middleware monitoring and warning system according to an embodiment of the present application;
fig. 3 is a schematic block diagram of a flow of a message middleware monitoring alarm method according to an embodiment of the present application;
FIG. 4 is a schematic diagram illustrating a system interaction flow provided by an embodiment of the present application;
fig. 5 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. It will be apparent, however, to one skilled in the art that the present application may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, 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 should also be understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to" determining "or" in response to detecting ". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
Furthermore, in the description of the present application and the appended claims, the terms "first," "second," "third," and the like are used for distinguishing between descriptions and not necessarily for describing or implying relative importance.
Reference throughout this specification to "one embodiment" or "some embodiments," or the like, means that a particular feature, structure, or characteristic described in connection with the embodiment is included in one or more embodiments of the present application. Thus, appearances of the phrases "in one embodiment," "in some embodiments," "in other embodiments," or the like, in various places throughout this specification are not necessarily all referring to the same embodiment, but rather "one or more but not all embodiments" unless specifically stated otherwise. The terms "comprising," "including," "having," and variations thereof mean "including, but not limited to," unless expressly specified otherwise.
The technical solutions provided in the embodiments of the present application will be described below with specific embodiments.
According to the embodiment of the application, the SDK is embedded in the pocket tmq-console in advance, the alarm index data of each message middleware are acquired through the SDK, the time sequence database is configured in advance, and the acquired alarm index data are synchronized to the time sequence database. The visual monitoring index display tool reads the alarm index data in the time sequence database, displays the alarm index data and gives an alarm based on the alarm index data, so that the rocktmq-console realizes an alarm function.
Referring to fig. 1, a schematic block diagram of a system architecture implementation is shown, which includes, as shown in fig. 1, a rocktmq-consolle 11, in which a data-sdk is pre-embedded, and the data-sdk is connected to the inflixdb 12, where the data-sdk is used to collect source data of message middleware and synchronize the source data to the inflixdb (time sequence database). The Rocketmq-console is connected to n Rocketmq 13. The visual monitoring index display tool Grafana 14 is connected with the inflixdb, can read data from the inflixdb, displays the data, and executes alarm operation according to alarm conditions. In addition, Grafana may receive configuration operations from a user regarding alert information.
The system flow shown in fig. 1 may include: collecting the source data of the rocktmq in data-sdk in the rocktmq-console, and synchronizing the source data to infiluxdb; and (3) carrying out graphical operation on Grafana by a user, reading and displaying corresponding data from influxdb by Grafana after configuring alarm information, and executing alarm operation when alarm conditions are met. Therefore, the infilxdb is used as a medium, and the rocktmq and the Grafana are combined, so that the rocktmq-console supports the alarm function, the convenience of alarm index configuration is high, the source code modification is less, and the implementation difficulty is reduced.
Referring to fig. 2, a schematic block diagram of an architecture of a message middleware monitoring and warning system provided in the embodiment of the present application may include a message middleware console 21, a time sequence database 22, and a visual monitoring index presentation tool 23, where the message middleware console is connected in communication with the time sequence database, and the time sequence database is connected in communication with the visual monitoring index presentation tool.
The message middleware console is embedded with a Software Development Kit (SDK) in advance, is connected with at least one message middleware 24, and is Rockettq-Console.
The message middleware console can be used for acquiring alarm index data of the message middleware through a software development kit; and synchronously writing the alarm index data into a time sequence database.
It should be noted that, by embedding the SDK, only the source code of the data acquisition part on the rocktmq-container needs to be processed, and the source code of the rocktmq-container is less modified, thereby reducing the implementation difficulty.
The visual monitoring index display tool can be used for reading alarm index data from the time sequence database and displaying the alarm index data; and executing alarm operation according to the alarm index data.
The visual monitoring index may be, but is not limited to, Grafana, which may display the monitoring index and perform an alarm operation when a certain alarm condition is satisfied.
In some embodiments, the visual monitoring indicator presentation tool may be further operable to: acquiring alarm information configuration operation of a user; and responding to the alarm information configuration operation, and configuring the alarm index of the message middleware. Namely, the user can execute corresponding configuration operation in the visual monitoring index display tool, namely, the configuration of the alarm index can be realized.
It should be noted that, in the prior art, the maintenance of various alarm indicators also requires additional work to configure. In the embodiment of the application, related personnel only need to configure the alarm information in Grafana, so that the configuration convenience is improved, the operation and maintenance cost is reduced, and the operation and maintenance efficiency is improved.
In some embodiments, the visual monitoring index presentation tool may be specifically configured to: and executing preset alarm operation when the alarm index data is detected to meet the preset alarm condition. Further, the preset alarm operation comprises at least one of a mail alarm, a short message alarm and a voice alarm.
It should be noted that the preset alarm condition may be set according to actual needs, for example, when a certain index exceeds a certain threshold, an alarm operation is performed. The preset alarm operation can be realized in any mode, wherein mail alarm refers to informing relevant personnel of alarm information through mails, short message alarm refers to informing relevant personnel of current alarm information through short messages, and language alarm information refers to informing relevant personnel of current alarm information through calling, sending WeChat voice or other modes.
In addition, the time sequence data is used as a medium, and the Grafana is used for displaying and alarming the alarm index, so that the source data of the message middleware can be separated from the Grafana, and data decoupling is realized. And the configuration operation and the maintenance operation of Grafana are simple, so that the operation and maintenance efficiency can be improved, and the operation and maintenance cost can be reduced.
According to the embodiment of the application, a Software Development Kit (SDK) is embedded in a control console (socket-console) of a socket (q-console) in advance, alarm index data are collected from a message middleware through the SDK and are synchronized to a time sequence database, and then monitoring alarm is carried out through a visual monitoring index display tool, so that the socket-console supports an alarm function. In addition, the source code is modified less by embedding the SDK, so that the technical difficulty of modification is reduced.
After the message middleware monitoring and warning system provided by the embodiment of the application is introduced, a message middleware monitoring and warning method applied to the system will be introduced below.
Referring to fig. 3, a schematic flow diagram of a message middleware monitoring and warning method provided in an embodiment of the present application is shown, where the method may include the following steps:
s301, acquiring alarm index data of the message middleware through a software development kit pre-embedded in a message middleware console; the message middleware console is connected with at least one message middleware, and the message middleware is Rockettmq.
It should be noted that the SDK pre-embedded in the message middleware console is specifically used for collecting data and synchronizing the collected data to the time sequence database.
In some embodiments, before collecting the alarm indicator data of the message middleware through a software development kit pre-embedded in the message middleware console, the method may further include: acquiring alarm information configuration operation of a user through a visual monitoring index display tool; and responding to the alarm information configuration operation, and configuring the alarm index of the message middleware.
That is to say, the user can dispose the alarm index information through the visual monitoring index display tool, and the operation of the visual monitoring index display tool is graphical operation generally, and the operation is simpler, has improved the convenience of configuration.
And step S302, synchronously writing the alarm index data into a time sequence database through a software development kit.
Step S303, reading the alarm index data from the time sequence database through the visual monitoring index display tool, and displaying the alarm index data.
In some embodiments, the visual monitoring indicator presentation tool may be Grafana.
And step S304, executing alarm operation through a visual monitoring index display tool according to the alarm index data.
It should be noted that, the visual monitoring index tool may execute a preset alarm operation when it is detected that the alarm index data satisfies a preset alarm condition. The preset alarm operation includes, but is not limited to, at least one of a mail alarm, a short message alarm and a voice alarm. The preset alarm condition may be set as needed, for example, when a certain index is set to exceed a certain threshold, an alarm is performed.
To better describe the flow of the message middleware monitoring and warning system, the following description will be made with reference to an interaction flow diagram shown in fig. 4.
Referring to fig. 4, the interaction flow may include the following steps:
step S401, acquiring alarm index data from the rocktmq through the embedded data-sdk.
And S402, synchronizing the collected alarm index data to Influxdb through the embedded data-sdk by the rocktmq-console.
And S403, the Grafana reads the alarm index data from the Influxdb.
And S404, displaying the alarm index data by Grafana. The manner of display may be arbitrary, e.g., graphics, images, structured data, and so forth.
And S405, when the Grafana detects that the alarm index data meets the preset alarm condition, executing alarm operation.
According to the embodiment of the application, a Software Development Kit (SDK) is embedded in a control console (socket-console) of a socket (q-console) in advance, alarm index data are collected from a message middleware through the SDK and are synchronized to a time sequence database, and then monitoring alarm is carried out through a visual monitoring index display tool, so that the socket-console supports an alarm function. In addition, the source code is modified less by embedding the SDK, so that the technical difficulty of modification is reduced.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.
Fig. 5 is a schematic structural diagram of a terminal device according to an embodiment of the present application. As shown in fig. 5, the terminal device 5 of this embodiment includes: at least one processor 50, a memory 51, and a computer program 52 stored in the memory 51 and operable on the at least one processor 50, the processor 50 implementing the steps in any of the various message middleware monitoring alert method embodiments described above when executing the computer program 52.
The terminal device 5 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 50, a memory 51. Those skilled in the art will appreciate that fig. 5 is only an example of the terminal device 5, and does not constitute a limitation to the terminal device 5, and may include more or less components than those shown, or combine some components, or different components, such as an input-output device, a network access device, and the like.
The Processor 50 may be a Central Processing Unit (CPU), and the Processor 50 may be other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 51 may in some embodiments be an internal storage unit of the terminal device 5, such as a hard disk or a memory of the terminal device 5. The memory 51 may also be an external storage device of the terminal device 5 in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the terminal device 5. Further, the memory 51 may also include both an internal storage unit and an external storage device of the terminal device 5. The memory 51 is used for storing an operating system, an application program, a BootLoader (BootLoader), data, and other programs, such as program codes of the computer program. The memory 51 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The embodiments of the present application further provide a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps in the above-mentioned method embodiments.
The embodiments of the present application provide a computer program product, which when running on a terminal device, enables a mobile terminal to implement the steps in the above method embodiments when executed.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, all or part of the processes in 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 implement the steps of the embodiments of the methods described above when the computer program is executed by a processor. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include at least: any entity or device capable of carrying computer program code to a photographing apparatus/terminal apparatus, a recording medium, computer Memory, Read-Only Memory (ROM), random-access Memory (RAM), an electrical carrier signal, a telecommunications signal, and a software distribution medium. Such as a usb-disk, a removable hard disk, a magnetic or optical disk, etc. In certain jurisdictions, computer-readable media may not be an electrical carrier signal or a telecommunications signal in accordance with legislative and patent practice.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus/network device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implementing, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not implemented. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present application and are intended to be included within the scope of the present application.

Claims (10)

1. A message middleware monitoring and warning system is characterized by comprising a message middleware console, a time sequence database and a visual monitoring index display tool, wherein the message middleware console is in communication connection with the time sequence database;
a software development kit is embedded in the message middleware console in advance, the message middleware console is connected with at least one message middleware, and the message middleware is Rocktmq;
the message middleware console is used for acquiring alarm index data of the message middleware through the software development kit; synchronously writing the alarm index data into the time sequence database;
the visual monitoring index display tool is used for reading the alarm index data from the time sequence database and displaying the alarm index data; and executing alarm operation according to the alarm index data.
2. The system of claim 1, wherein the visual monitoring indicator presentation tool is Grafana.
3. The system of claim 2, wherein the visual monitoring indicator presentation tool is further configured to:
acquiring alarm information configuration operation of a user;
and responding to the alarm information configuration operation, and configuring an alarm index of the message middleware.
4. The system of claim 2, wherein the visual monitoring indicator presentation tool is specifically configured to:
and executing preset alarm operation when the alarm index data is detected to meet the preset alarm condition.
5. The system of claim 4, wherein the predetermined alert operation comprises at least one of a mail alert, a short message alert, and a voice alert.
6. A message middleware monitoring alarm method is characterized by comprising the following steps:
acquiring alarm index data of the message middleware through a software development kit pre-embedded in a message middleware console; the message middleware console is connected with at least one message middleware, and the message middleware is Rockettmq;
synchronously writing the alarm index data into a time sequence database through the software development kit;
reading the alarm index data from the time sequence database through a visual monitoring index display tool, and displaying the alarm index data;
and executing alarm operation through the visual monitoring index display tool according to the alarm index data.
7. The method of claim 6, wherein the visual monitoring indicator presentation tool is Grafana.
8. The method of claim 7, prior to collecting alarm indicator data of the message middleware via a pre-embedded software development kit within the message middleware console, further comprising:
acquiring alarm information configuration operation of a user through the visual monitoring index display tool;
and responding to the alarm information configuration operation, and configuring an alarm index of the message middleware.
9. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 6 to 8 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 6 to 8.
CN201911317918.8A 2019-12-19 2019-12-19 Message middleware monitoring and warning system, method, terminal equipment and storage medium Pending CN111176937A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911317918.8A CN111176937A (en) 2019-12-19 2019-12-19 Message middleware monitoring and warning system, method, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911317918.8A CN111176937A (en) 2019-12-19 2019-12-19 Message middleware monitoring and warning system, method, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111176937A true CN111176937A (en) 2020-05-19

Family

ID=70650298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911317918.8A Pending CN111176937A (en) 2019-12-19 2019-12-19 Message middleware monitoring and warning system, method, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111176937A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111949474A (en) * 2020-07-07 2020-11-17 广州市玄武无线科技股份有限公司 Message monitoring method, warning method, system, terminal and storage medium
CN112181776A (en) * 2020-09-30 2021-01-05 银盛支付服务股份有限公司 RocktMQ monitoring and alarm notification method, system, electronic device and storage medium
CN112181780A (en) * 2020-10-12 2021-01-05 广州欢网科技有限责任公司 Detection and alarm method, device and equipment for containerized platform core component
CN112783618A (en) * 2020-12-30 2021-05-11 银盛支付服务股份有限公司 Task scheduling monitoring system, computer equipment and storage medium
CN112835964A (en) * 2021-01-27 2021-05-25 上海臣星软件技术有限公司 Big data index data display method, device and equipment and computer storage medium
CN113127309A (en) * 2021-04-30 2021-07-16 北京奇艺世纪科技有限公司 Program monitoring method and device, electronic equipment and storage medium
CN113242148A (en) * 2021-05-17 2021-08-10 深圳市腾讯网域计算机网络有限公司 Method, device, medium and electronic equipment for generating monitoring alarm related information
CN113282420A (en) * 2021-06-07 2021-08-20 新奥数能科技有限公司 Method and device for edge service alarm

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108206747A (en) * 2016-12-16 2018-06-26 中国移动通信集团山西有限公司 Method for generating alarm and system
CN108667688A (en) * 2018-04-19 2018-10-16 北京搜狐新媒体信息技术有限公司 A kind of data monitoring method and device
CN110213068A (en) * 2018-03-06 2019-09-06 腾讯科技(深圳)有限公司 A kind of monitoring method and relevant device of message-oriented middleware
CN110457178A (en) * 2019-07-29 2019-11-15 江苏艾佳家居用品有限公司 A kind of full link monitoring alarm method based on log collection analysis

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108206747A (en) * 2016-12-16 2018-06-26 中国移动通信集团山西有限公司 Method for generating alarm and system
CN110213068A (en) * 2018-03-06 2019-09-06 腾讯科技(深圳)有限公司 A kind of monitoring method and relevant device of message-oriented middleware
CN108667688A (en) * 2018-04-19 2018-10-16 北京搜狐新媒体信息技术有限公司 A kind of data monitoring method and device
CN110457178A (en) * 2019-07-29 2019-11-15 江苏艾佳家居用品有限公司 A kind of full link monitoring alarm method based on log collection analysis

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111949474A (en) * 2020-07-07 2020-11-17 广州市玄武无线科技股份有限公司 Message monitoring method, warning method, system, terminal and storage medium
CN112181776A (en) * 2020-09-30 2021-01-05 银盛支付服务股份有限公司 RocktMQ monitoring and alarm notification method, system, electronic device and storage medium
CN112181780A (en) * 2020-10-12 2021-01-05 广州欢网科技有限责任公司 Detection and alarm method, device and equipment for containerized platform core component
CN112783618A (en) * 2020-12-30 2021-05-11 银盛支付服务股份有限公司 Task scheduling monitoring system, computer equipment and storage medium
CN112835964A (en) * 2021-01-27 2021-05-25 上海臣星软件技术有限公司 Big data index data display method, device and equipment and computer storage medium
CN113127309A (en) * 2021-04-30 2021-07-16 北京奇艺世纪科技有限公司 Program monitoring method and device, electronic equipment and storage medium
CN113127309B (en) * 2021-04-30 2023-10-10 北京奇艺世纪科技有限公司 Program monitoring method and device, electronic equipment and storage medium
CN113242148A (en) * 2021-05-17 2021-08-10 深圳市腾讯网域计算机网络有限公司 Method, device, medium and electronic equipment for generating monitoring alarm related information
CN113242148B (en) * 2021-05-17 2022-08-23 深圳市腾讯网域计算机网络有限公司 Method, device, medium and electronic equipment for generating monitoring alarm related information
CN113282420A (en) * 2021-06-07 2021-08-20 新奥数能科技有限公司 Method and device for edge service alarm

Similar Documents

Publication Publication Date Title
CN111176937A (en) Message middleware monitoring and warning system, method, terminal equipment and storage medium
CN103067884A (en) Method and device for alarming information processing
CN110806960B (en) Information processing method and device and terminal equipment
CN111400189A (en) Code coverage rate monitoring method and device, electronic equipment and storage medium
CN111221890B (en) Automatic monitoring and early warning method and device for universal index class
CN111181837A (en) Method and device for sending alarm information
CN109818808B (en) Fault diagnosis method and device and electronic equipment
CN113434498A (en) Method and device for monitoring data abnormity of database of power system and electronic equipment
CN107798086B (en) Server information updating method, device and system and electronic equipment
CN112883765B (en) Target movement track acquisition method and device, storage medium and electronic equipment
CN111122992B (en) Abnormity detection method of vehicle-mounted positioning terminal and vehicle-mounted positioning terminal
CN116737498A (en) Telemetry data acquisition method, system, device, equipment and medium
CN108520063B (en) Event log processing method and device and terminal equipment
CN108763053B (en) Method for generating buried point name and terminal equipment
CN111984723A (en) Data synchronization method and device and terminal equipment
CN115643172A (en) Abnormity detection method, abnormity detection device, terminal equipment and storage medium
CN113342430A (en) Fault code processing method and device, terminal equipment and readable storage medium
CN109361192B (en) Terminal equipment, and constant value modification method and device
CN111124841B (en) Alarm method and device for abnormal page and computer system
US11120652B2 (en) Method and system for graphically displaying data stream, and vehicle diagnostic device
CN108829563B (en) Alarm method and alarm device
CN109446166B (en) Method for detecting file directory, computer readable storage medium and terminal device
CN111930418B (en) Diagnostic device function configuration method, diagnostic device, and storage medium
CN112953763B (en) Fault detection method, device and terminal based on unmanned ship system
CN115016434B (en) Bench, whole vehicle data linkage method 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