CN112612680A - Message warning method, system, computer equipment and storage medium - Google Patents

Message warning method, system, computer equipment and storage medium Download PDF

Info

Publication number
CN112612680A
CN112612680A CN202011605687.3A CN202011605687A CN112612680A CN 112612680 A CN112612680 A CN 112612680A CN 202011605687 A CN202011605687 A CN 202011605687A CN 112612680 A CN112612680 A CN 112612680A
Authority
CN
China
Prior art keywords
data information
alarm
rule
information
data
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
CN202011605687.3A
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.)
Yonghui Yunjin Technology Co ltd
Original Assignee
Yonghui Yunjin 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 Yonghui Yunjin Technology Co ltd filed Critical Yonghui Yunjin Technology Co ltd
Priority to CN202011605687.3A priority Critical patent/CN112612680A/en
Publication of CN112612680A publication Critical patent/CN112612680A/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/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • G06F11/3068Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data format conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • G06F11/3072Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data filtering, e.g. pattern matching, time or event triggered, adaptive or policy-based reporting
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Alarm Systems (AREA)

Abstract

The invention provides a message warning method, a system, computer equipment and a storage medium, wherein the method comprises the following steps: the server side acquires data information acquired by the client side according to a custom acquisition rule; detecting whether the data information accords with the custom acquisition rule or not; if the data information accords with the custom acquisition rule, receiving and storing the data information; if the data information does not accord with the custom acquisition rule, intercepting the data information; judging whether the stored data information accords with an alarm rule, wherein the alarm rule comprises an alarm object, and if the data information accords with the alarm rule, sending alarm information to the alarm object. The invention can improve the data acquisition efficiency, reduce the cost of data analysis and processing, and alarm in time when risks are found, thereby ensuring real-time and high-efficiency data monitoring.

Description

Message warning method, system, computer equipment and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a message alarm method, system, computer device, and storage medium.
Background
In order to find out the abnormality of the working condition of the target object in time, the current common practice is to collect monitored monitoring data periodically or in real time by a monitoring device in the working process of the target object, perform intelligent analysis on the monitoring data, and send alarm information when the relevant monitoring data conforms to the alarm rule.
Currently, the method mainly adopts a mode of sending alarm information through a system and storing the alarm information in a file mode. However, as the functions of the system are more and more complete, the whole system becomes more and more complex with the migration of time, and the data stored in the alarm information becomes more and more huge, so that the subsequent data are scattered and the development and management costs are higher when the subsequent data are organized and analyzed.
Disclosure of Invention
In view of the above, it is necessary to provide a message alert method, a system, a computer device and a storage medium for solving the above technical problems.
A message warning method comprises the following steps: the server side acquires data information acquired by the client side according to a custom acquisition rule; detecting whether the data information accords with the custom acquisition rule or not; if the data information accords with the custom acquisition rule, receiving and storing the data information; if the data information does not accord with the custom acquisition rule, intercepting the data information; judging whether the stored data information accords with an alarm rule, wherein the alarm rule comprises an alarm object, and if the data information accords with the alarm rule, sending alarm information to the alarm object.
In one embodiment, the acquiring, by the server, data information acquired by the client according to the custom acquisition rule specifically includes: determining a standard format of the data information through the configuration file; inputting data information into a collector according to the self-defined collection rule; and the collector converts the current format of the data information into a standard format and sends the standard format to the server side.
In one embodiment, the detecting whether the data information meets the custom acquisition rule specifically includes: detecting whether the format of the data information is a standard format and whether the content of the data information accords with the user-defined acquisition rule; if the format of the data information is not a standard format or the content of the data information does not conform to the custom acquisition rule, intercepting the data information; and if the format of the data information is a standard format and the content of the data information conforms to the custom acquisition rule, receiving the data information and storing the data information to a server side.
In one embodiment, an alarm rule is configured according to the custom acquisition rule and the data information format, and the alarm rule comprises an alarm level.
In one embodiment, the alarm level includes: the alarm level can be selected from one or a plurality of levels to be combined.
In one embodiment, the real-time alarm is to send out alarm information immediately when an alarm rule is met; the alarm according to the total amount is that when the number of the received data information which accords with the alarm rule reaches a preset value in a specified time period, alarm information is sent out; the alarm can be ignored when the data information contains some appointed data information, and alarm information is sent out for the unspecified data information.
In one embodiment, after sending the alarm information to the alarm object if the data information conforms to the alarm rule, the method further includes: performing data acquisition processing analysis on all acquired data information to acquire an analysis result, wherein the analysis result comprises dimensions and parameters of time, data information type and alarm type; summarizing the analysis result according to the dimensionality of the data information to obtain an analysis result table; extracting data in the analysis result table according to the dimension; and integrating the extracted analysis results to obtain analysis information, and displaying the analysis information.
A message alert system comprising: the information acquisition module is used for the server side to acquire the data information acquired by the client side according to the custom acquisition rule; the information detection module is used for detecting whether the data information accords with the user-defined acquisition rule or not; the information receiving module is used for receiving and storing the data information when the data information accords with the custom acquisition rule; the information interception module is used for intercepting the data information when the data information does not accord with the custom acquisition rule; and the alarm module is used for judging whether the stored data information accords with an alarm rule, wherein the alarm rule comprises an alarm object, and if the data information accords with the alarm rule, the alarm module sends alarm information to the alarm object.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of a message alert method as described in the various embodiments above when executing the program.
A storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of a message alert method as described in the various embodiments above.
Compared with the prior art, the invention has the advantages and beneficial effects that:
1. by adopting the modes of the client and the server, the client can be integrated with various development languages or old projects, the integration mode is simple, and the information acquisition is efficient.
2. The data information is collected by the client side, and the server side processes the data information in the same mode, so that the cost of analyzing and managing the data information is reduced.
3. The server side uniformly detects and judges the data information in real time, alarms in time aiming at the risk information and ensures real-time and high-efficiency data monitoring.
Drawings
FIG. 1 is a flow chart illustrating a message alert method according to an embodiment;
FIG. 2 is a diagram illustrating an exemplary message alert system;
FIG. 3 is a diagram showing an internal configuration of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings by way of specific embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In one embodiment, as shown in fig. 1, there is provided a message alert method, including the steps of:
and S101, the server side acquires data information acquired by the client side according to the custom acquisition rule.
Specifically, the client can acquire data information according to a custom acquisition rule, establish a long link with the server, and transmit the data information to the server in real time for processing.
The server side can adopt a cluster deployment mode or a single machine deployment mode to reduce the risk of data loss.
Specifically, when the client is released, the format of the data information to be collected can be specified through the configuration file, and the data information to be collected is input into a collector provided by the client in the system. The client specifies the format of the acquired data information, and the data information can be transmitted to the server for unified processing after the format conversion is performed by the acquisition device.
When the client and the server are connected, the format specified by the data information is automatically synchronized to the server to be stored as a template for subsequent data analysis.
The object for data acquisition may be SQL log, Redis log, JVM parameter log, or the like.
And S102, detecting whether the data information accords with a custom acquisition rule.
Specifically, when the server receives the data information, the data information is screened according to the format and the content of the information, and only when the data information meets the self-defined acquisition rule, the data information can be stored in the server; the server refuses to receive the data which does not conform to the custom acquisition rule.
And step S103, receiving and storing the data information if the data information accords with the custom acquisition rule.
Specifically, when the data information conforms to the custom acquisition rule, the data information is received and stored in the server.
And step S104, if the data information does not accord with the custom acquisition rule, intercepting the data information.
Specifically, when the data information does not accord with the custom acquisition rule, the data information is intercepted.
Step S105, judging whether the stored data information accords with an alarm rule, wherein the alarm rule comprises an alarm object, and if the data information accords with the alarm rule, sending alarm information to the alarm object.
Specifically, whether the received data information accords with an alarm rule is judged, the alarm rule comprises an alarm object, and when the data information accords with the alarm rule, the alarm information is sent to the alarm object to alarm.
In this embodiment, the server side obtains the data information acquired by the client side according to the custom acquisition rule, the data information is acquired by the client side, the server side performs unified processing, the data acquisition efficiency is improved, the cost of analyzing and managing the data information is reduced, whether the detected data information accords with the custom acquisition rule or not is detected, if not, the data information is intercepted, if so, the data information is received and stored, whether the stored data information accords with the alarm rule or not is judged, when the stored data information accords with the alarm rule, the alarm information is sent to an alarm object, real-time detection and judgment are performed on the data information, risk information is found according to the alarm rule, timely alarm processing is performed, and real-time and high-efficiency data monitoring is ensured.
Wherein, step S101 specifically includes: determining a standard format of the data information through the configuration file; inputting data information into a collector according to the self-defined collection rule; and the collector converts the current format of the data information into a standard format and sends the standard format to the server side.
Specifically, as the collection rule specifies that the collected data information may have multiple formats, the collected data information is configured in a standard format of the data information, and then the collected data information is subjected to format conversion through the collector, so that the formats of the data information are all converted into the standard format, and the data information is conveniently processed by a subsequent server side.
Wherein, step S102 specifically includes: detecting whether the format of the data information is a standard format and whether the content of the data information accords with a user-defined acquisition rule; if the format of the data information is not a standard format or the content of the data information does not conform to a custom acquisition rule, intercepting the data information; and if the format of the data information is a standard format and the content of the data information accords with the self-defined acquisition rule, receiving the data information and storing the data information to the server side.
Specifically, the server side performs screening according to the format and the content of the data information, and intercepts the data information if the data information is not in a standard format or the content of the data information does not accord with a custom acquisition rule; and if the data information is in a standard format and the content of the data information conforms to the custom acquisition rule, receiving the data information and storing the data information in the server side.
And configuring an alarm rule according to the self-defined acquisition rule and the data information format, wherein the alarm rule comprises an alarm level.
Specifically, the alarm rule may be configured according to a custom acquisition rule and a data information format, where field information included in the alarm rule is the same as field information of the custom acquisition rule, for example, the alarm information may set a parameter threshold of a certain field as a condition for limiting the data information, and when the parameter threshold is exceeded, the alarm rule is started to alarm.
Wherein, the alarm level includes: real-time alarm, alarm according to total amount and alarm neglect, wherein the alarm level can be selected from one or more of the alarm levels.
Wherein, the real-time alarm is to send out alarm information immediately when the alarm rule is met; alarming according to the total amount is that when the number of the received data information which accords with the alarming rule reaches a preset value in a specified time period, alarming information is sent out; the alarm can be ignored when the data information contains some specified data information, and alarm information is sent out for the unspecified data information.
After step S105, the method further includes: performing data acquisition processing analysis on all the acquired data information to acquire an analysis result, wherein the analysis result comprises dimensions and parameters of time, data information type and alarm type; summarizing the analysis results according to the dimensionality of the data information to obtain an analysis result table; extracting data in an analysis result table according to the dimension; and integrating the extracted analysis results to obtain analysis information, and displaying the analysis information.
Specifically, when data analysis is performed, analysis rules need to be designed, some irrelevant data needs to be cleaned, and then data information needs to be analyzed.
Wherein, the data analysis rule may be: and extracting data sources and alarm times according to the stored data information, dividing the data information according to the data sources, generating a source information table, determining the total alarm times of the data information of different data sources, and displaying the alarm times as analysis information. The data source with high alarm frequency can be judged by analyzing the information, and the data source is checked and maintained, so that the accurate maintenance of the data source is realized, and the data alarm frequency is reduced.
As shown in fig. 2, there is provided a message alert system 20 comprising: the system comprises an information acquisition module 21, an information detection module 22, an information receiving module 23, an information interception module 24 and an alarm module 25, wherein:
the information acquisition module 21 is used for the server side to acquire the data information acquired by the client side according to the custom acquisition rule;
the information detection module 22 is used for detecting whether the data information accords with the user-defined acquisition rule;
the information receiving module 23 is configured to receive and store the data information when the data information meets the custom acquisition rule;
the information interception module 24 is used for intercepting the data information when the data information does not accord with the self-defined acquisition rule;
and the alarm module 25 is configured to determine whether the stored data information conforms to an alarm rule, where the alarm rule includes an alarm object, and send alarm information to the alarm object if the data information conforms to the alarm rule.
In this embodiment, the information acquisition module 21 is adopted to acquire data information acquired by the client according to the custom acquisition rule in real time, so as to improve the efficiency of information acquisition, the information detection module 22 is used to detect whether the data information conforms to the custom acquisition rule, so as to improve the accuracy of data acquisition, and when the data information conforms to the custom acquisition rule, the information receiving module 23 is used to receive and store the data information; when the data information does not accord with the self-defined acquisition rule, the data information is intercepted through the information interception module 24, and finally whether the stored data information accords with the alarm rule or not is judged through the alarm module 25, when the data information accords with the alarm rule, the alarm information is sent to an alarm object, the acquired data information is analyzed in real time through the server side, the alarm processing is timely carried out aiming at the risk information, and the real-time and high-efficiency data monitoring is ensured.
In one embodiment, the information detection module 22 is further configured to: detecting whether the format of the data information is a standard format and whether the content of the data information accords with the self-defined acquisition rule; if the format of the data information is not a standard format or the content of the data information does not conform to a custom acquisition rule, intercepting the data information; and if the format of the data information is a standard format and the content of the data information accords with the self-defined acquisition rule, receiving the data information and storing the data information to the server side.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 3. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing the configuration template and also used for storing target webpage data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a message alert method.
Those skilled in the art will appreciate that the architecture shown in fig. 3 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 an embodiment, a storage medium may also be provided, the storage medium storing a computer program comprising program instructions which, when executed by a computer, which may be part of a message alert system of the kind mentioned above, cause the computer to perform the method according to the preceding embodiment.
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 when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-only memory (ROM), a Random Access Memory (RAM), or the like.
It will be apparent to those skilled in the art that the modules or steps of the invention described above may be implemented in a general purpose computing device, they may be centralized on a single computing device or distributed across a network of computing devices, and optionally they may be implemented in program code executable by a computing device, such that they may be stored on a computer storage medium (ROM/RAM, magnetic disks, optical disks) and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The foregoing is a more detailed description of the present invention that is presented in conjunction with specific embodiments, and the practice of the invention is not to be considered limited to those descriptions. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (10)

1. A message warning method is characterized by comprising the following steps:
the server side acquires data information acquired by the client side according to a custom acquisition rule;
detecting whether the data information accords with the custom acquisition rule or not;
if the data information accords with the custom acquisition rule, receiving and storing the data information;
if the data information does not accord with the custom acquisition rule, intercepting the data information;
judging whether the stored data information accords with an alarm rule, wherein the alarm rule comprises an alarm object, and if the data information accords with the alarm rule, sending alarm information to the alarm object.
2. The message alarm method according to claim 1, wherein the server side obtains data information collected by the client side according to a custom collection rule, and specifically comprises:
determining a standard format of the data information through the configuration file; inputting data information into a collector according to the self-defined collection rule; and the collector converts the current format of the data information into a standard format and sends the standard format to the server side.
3. The message alarm method according to claim 2, wherein the detecting whether the data information conforms to the custom collection rule specifically comprises:
detecting whether the format of the data information is a standard format and whether the content of the data information accords with the user-defined acquisition rule;
if the format of the data information is not a standard format or the content of the data information does not conform to the custom acquisition rule, intercepting the data information;
and if the format of the data information is a standard format and the content of the data information conforms to the custom acquisition rule, receiving the data information and storing the data information to a server side.
4. The message alarm method of claim 1, wherein alarm rules are configured according to the customized collection rules and the data information format, and the alarm rules include alarm levels.
5. The message alert method of claim 4, wherein the alert level comprises: the alarm level can be selected from one or a plurality of levels to be combined.
6. The message alarm method according to claim 5, wherein the real-time alarm is an alarm message immediately sent when an alarm rule is met; the alarm according to the total amount is that when the number of the received data information which accords with the alarm rule reaches a preset value in a specified time period, alarm information is sent out; the alarm can be ignored when the data information contains some appointed data information, and alarm information is sent out for the unspecified data information.
7. The message alarm method according to claim 1, after sending alarm information to the alarm object if the data information conforms to the alarm rule, further comprising:
performing data acquisition processing analysis on all acquired data information to acquire an analysis result, wherein the analysis result comprises dimensions and parameters of time, data information type and alarm type;
summarizing the analysis result according to the dimensionality of the data information to obtain an analysis result table;
extracting data in the analysis result table according to the dimension;
and integrating the extracted analysis results to obtain analysis information, and displaying the analysis information.
8. A message alert system, comprising:
the information acquisition module is used for the server side to acquire the data information acquired by the client side according to the custom acquisition rule;
the information detection module is used for detecting whether the data information accords with the user-defined acquisition rule or not;
the information receiving module is used for receiving and storing the data information when the data information accords with the custom acquisition rule;
the information interception module is used for intercepting the data information when the data information does not accord with the custom acquisition rule;
and the alarm module is used for judging whether the stored data information accords with an alarm rule, wherein the alarm rule comprises an alarm object, and if the data information accords with the alarm rule, the alarm module sends alarm information to the alarm object.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 7 are implemented when the computer program is executed by the processor.
10. A storage medium having a computer program stored thereon, the computer program, when being executed by a processor, realizing the steps of the method of any one of claims 1 to 7.
CN202011605687.3A 2020-12-29 2020-12-29 Message warning method, system, computer equipment and storage medium Pending CN112612680A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011605687.3A CN112612680A (en) 2020-12-29 2020-12-29 Message warning method, system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011605687.3A CN112612680A (en) 2020-12-29 2020-12-29 Message warning method, system, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112612680A true CN112612680A (en) 2021-04-06

Family

ID=75249603

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011605687.3A Pending CN112612680A (en) 2020-12-29 2020-12-29 Message warning method, system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112612680A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535034A (en) * 2021-09-07 2021-10-22 北京轻松筹信息技术有限公司 Fault warning method, device, system and medium
CN114510345A (en) * 2021-12-28 2022-05-17 山东有人物联网股份有限公司 Data acquisition equipment, method and device and computer readable storage medium
CN115190000A (en) * 2022-06-02 2022-10-14 河北秦淮数据有限公司 Alarm data processing method and device, electronic equipment and storage medium
CN116055170A (en) * 2023-01-10 2023-05-02 北京微步在线科技有限公司 Flow data detection method and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535034A (en) * 2021-09-07 2021-10-22 北京轻松筹信息技术有限公司 Fault warning method, device, system and medium
CN113535034B (en) * 2021-09-07 2022-09-09 北京轻松筹信息技术有限公司 Method, apparatus, system and medium for fault warning
CN114510345A (en) * 2021-12-28 2022-05-17 山东有人物联网股份有限公司 Data acquisition equipment, method and device and computer readable storage medium
CN115190000A (en) * 2022-06-02 2022-10-14 河北秦淮数据有限公司 Alarm data processing method and device, electronic equipment and storage medium
CN115190000B (en) * 2022-06-02 2024-03-15 河北秦淮数据有限公司 Alarm data processing method and device, electronic equipment and storage medium
CN116055170A (en) * 2023-01-10 2023-05-02 北京微步在线科技有限公司 Flow data detection method and device
CN116055170B (en) * 2023-01-10 2024-01-23 北京微步在线科技有限公司 Flow data detection method and device

Similar Documents

Publication Publication Date Title
CN112612680A (en) Message warning method, system, computer equipment and storage medium
CN107566163B (en) Alarm method and device for user behavior analysis association
CN111866016B (en) Log analysis method and system
EP2487860B1 (en) Method and system for improving security threats detection in communication networks
CN106462702B (en) Method and system for acquiring and analyzing electronic forensic data in a distributed computer infrastructure
CN111274095B (en) Log data processing method, device, equipment and computer readable storage medium
CN110620790B (en) Network security device linkage processing method and device
CN109359098B (en) System and method for monitoring scheduling data network behaviors
CN108521339B (en) Feedback type node fault processing method and system based on cluster log
CN111475370A (en) Operation and maintenance monitoring method, device and equipment based on data center and storage medium
CN107766208B (en) Method, system and device for monitoring business system
CN115865649B (en) Intelligent operation and maintenance management control method, system and storage medium
CN109005162B (en) Industrial control system security audit method and device
CN110929896A (en) Security analysis method and device for system equipment
CN113271224A (en) Node positioning method and device, storage medium and electronic device
CN112733147A (en) Equipment safety management method and system
CN106951360B (en) Data statistical integrity calculation method and system
CN112039858A (en) Block chain service security reinforcement system and method
CN104461847B (en) Data processor detection method and device
CN113949652A (en) User abnormal behavior detection method and device based on artificial intelligence and related equipment
CN110609761B (en) Method and device for determining fault source, storage medium and electronic equipment
CN110990223A (en) Monitoring alarm method and device based on system log
CN115509854A (en) Inspection processing method, inspection server and inspection system
CN113472881B (en) Statistical method and device for online terminal equipment
CN106991038A (en) Service monitoring method and device based on java collectors

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