CN105335457A - Early warning monitoring system and method thereof - Google Patents
Early warning monitoring system and method thereof Download PDFInfo
- Publication number
- CN105335457A CN105335457A CN201510611835.5A CN201510611835A CN105335457A CN 105335457 A CN105335457 A CN 105335457A CN 201510611835 A CN201510611835 A CN 201510611835A CN 105335457 A CN105335457 A CN 105335457A
- Authority
- CN
- China
- Prior art keywords
- early warning
- keywords
- module
- data
- database
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24564—Applying rules; Deductive queries
- G06F16/24565—Triggers; Constraints
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention provides an early warning monitoring system and a method thereof. The method of the early warning monitoring system comprises the following steps: according to basic information, configuring an information data bank, configuring a link between every two information data banks, summarizing the information data banks to form an early warning database; according to user input, adopting a SQL (Structured Query Language) statement to set an early warning keyword and an early warning condition; and through the early warning keyword and the early warning condition, carrying out early warning retrieval on data in the early warning database, and emitting a warning prompt to a user when the early warning keyword is retrieved in the early warning database and meets the early warning condition. Since the link is set between every two information data banks and the SQL statement is adopted to carry out the early warning configuration, a purpose that each information data bank is subjected to uniform early warning configuration is realized, and the problem that a plurality of early warning monitoring schemes are complex and complicated and are inconvenient in management in the prior art can be solved.
Description
Technical Field
The invention relates to an alarm system, in particular to an early warning monitoring system and a method thereof.
Background
Along with the development of science and technology, people gradually step into an information-based society, the data processing amount is greatly increased, when data information is input and managed, corresponding early warning monitoring schemes are generally configured in a data management system, but the existing data management system comprises a plurality of different databases, and different early warning monitoring schemes are configured for different databases, so that a plurality of independent early warning monitoring schemes need to be configured in the same data management system, the configuration of the early warning monitoring schemes is complex, and the management and modification of the early warning monitoring schemes are not facilitated. Therefore, the problem that a plurality of early warning monitoring schemes are complicated in the prior art is urgently to be solved.
Disclosure of Invention
In view of the above, there is a need to provide an early warning monitoring system and method thereof, which adopt a unified early warning monitoring scheme, thereby achieving the purpose of performing real-time monitoring and early warning on a plurality of databases simultaneously.
An early warning monitoring system comprises a data configuration module; the early warning device comprises an early warning setting module, an early warning monitoring module and an alarm prompting module; wherein,
the data configuration module is used for configuring information databases according to the basic information and configuring links among the information databases so as to summarize the links to form an early warning database;
the early warning setting module is used for setting early warning keywords and early warning conditions by adopting SQL sentences according to user input;
the early warning monitoring module is used for carrying out early warning retrieval on data in the early warning database according to early warning keywords and early warning conditions, and sending a warning signal to the warning prompting module when the early warning keywords are retrieved in the early warning database and the early warning conditions are met;
and the alarm prompting module is used for receiving the alarm signal sent by the early warning monitoring module, executing the alarm signal and sending an alarm prompt to a user.
An early warning monitoring method, comprising the steps of:
s1, configuring information database according to basic information, and configuring link among each information database to form early warning database;
s2, setting early warning keywords and early warning conditions by adopting SQL statements according to user input;
s3, carrying out early warning retrieval on data in the early warning database according to the early warning keywords and the early warning conditions, and sending an alarm signal to an alarm prompt module when the early warning keywords are retrieved in the early warning database and the early warning conditions are met;
and S4, receiving the alarm signal sent by the early warning monitoring module, executing the alarm signal and sending an alarm prompt to the user.
An early warning monitoring method, comprising the steps of:
s1, configuring information database according to basic information, and configuring link among each information database to form early warning database;
s2, setting early warning keywords and early warning conditions by adopting SQL statements according to user input; the early warning keywords comprise user set keywords and a plurality of synonymy or similar related keywords are configured according to the user set keywords; the early warning condition comprises a user setting early warning condition and a related early warning condition for carrying out divergence extension by using the user setting early warning condition.
S3, performing primary retrieval according to the user set keywords and the user set early warning conditions, performing secondary detection according to the related keywords and the related early warning conditions, and sending a primary warning signal to the warning prompt module when the user set keywords are retrieved from the early warning database and the user set early warning conditions are met; when the related keywords are retrieved from the early warning database and the related early warning conditions are met, sending a secondary alarm signal to the alarm prompt module;
s4, if a primary alarm signal is received, executing primary alarm; if a secondary alarm signal is received, a secondary alarm is performed.
The invention provides an early warning monitoring system and a method thereof, which configure information databases according to basic information, and configure links among the information databases to summarize the information databases to form an early warning database; setting early warning keywords and early warning conditions by adopting SQL statements according to user input; and carrying out early warning retrieval on data in the early warning database through the early warning keywords and the early warning conditions, and sending out an alarm prompt to a user when the early warning keywords are retrieved in the early warning database and the early warning conditions are met. The links are configured among the information databases, and the SQL sentences are adopted for early warning configuration, so that the aim of performing unified early warning configuration on the information databases is fulfilled, and the problems that a plurality of early warning monitoring schemes are complicated and inconvenient to manage in the prior art are solved.
Drawings
FIG. 1 is a block diagram of the early warning monitoring system of the present invention;
FIG. 2 is a block diagram of the data configuration module of FIG. 1;
FIG. 3 is a block diagram of the data update sub-module of FIG. 2;
FIG. 4 is a block diagram of the structure of the network update unit of FIG. 3;
FIG. 5 is a block diagram of the early warning monitoring module of FIG. 1;
FIG. 6 is a block diagram of another configuration of the early warning monitoring module of FIG. 1;
FIG. 7 is a block diagram of the structure of the secondary retrieval submodule of FIG. 6;
FIG. 8 is a block diagram of the alarm prompt module of FIG. 1;
FIG. 9 is a block flow diagram of a warning monitoring method of the present invention;
fig. 10 is a block flow diagram of step S1 in fig. 9;
fig. 11 is a block flow diagram of step S13 in fig. 10;
fig. 12 is a block diagram of the flow of step S3 in fig. 9;
FIG. 13 is another block flow diagram of the early warning monitoring method of the present invention;
fig. 14 is a block diagram of the flow of step S3 in fig. 13.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, the present invention will be further described in detail with reference to the accompanying drawings and embodiments, it being understood that the specific embodiments described herein are merely illustrative of the present invention and are not intended to limit the present invention.
As shown in fig. 1, an embodiment of the present invention provides an early warning monitoring system, where the early warning monitoring system includes a data configuration module; the early warning device comprises an early warning setting module, an early warning monitoring module and an alarm prompting module; wherein,
the data configuration module is used for configuring information databases according to the basic information and configuring links among the information databases so as to summarize the links to form an early warning database;
the early warning setting module is used for setting early warning keywords and early warning conditions by adopting SQL sentences according to user input;
the early warning monitoring module is used for carrying out early warning retrieval on data in the early warning database according to early warning keywords and early warning conditions, and sending a warning signal to the warning prompting module when the early warning keywords are retrieved in the early warning database and the early warning conditions are met;
and the alarm prompting module is used for receiving the alarm signal sent by the early warning monitoring module, executing the alarm signal and sending an alarm prompt to a user.
As shown in fig. 2, the data configuration module includes a data storage sub-module and a data update sub-module;
the data storage submodule is used for storing all data;
and the data updating submodule is used for updating the early warning database in real time according to the input of the user and the latest information published by the network.
As shown in fig. 3, the data updating sub-module includes the following user input unit and a network updating unit, where the user input unit updates the early warning database in real time according to information input by a user, and as shown in fig. 4, the network updating unit includes the following sub-units:
the network updating setting subunit is used for updating and setting the threshold time and the data updating type of the automatic updating of the network updating information;
the network data collecting subunit collects the latest data issued by the network at intervals of the threshold time;
and the data updating and summarizing subunit downloads the related data according to the data and the new type, summarizes the related data into the database and automatically updates the data.
Specifically, each time the database is updated, the early warning monitoring module can retrieve the data in the database module once according to the early warning keywords and the early warning conditions.
As shown in fig. 5, the early warning monitoring module includes a keyword retrieving unit and a condition retrieving unit: wherein,
a keyword search unit: the system is used for extracting the early warning keywords and performing keyword retrieval on the early warning database; if the early warning keywords are not searched, no warning signal is sent to the warning prompt module, otherwise, the data containing the keywords are sent to the condition search unit.
A condition retrieval unit: the method is used for further judging the early warning condition of the data containing the keywords obtained by retrieval when the early warning keywords are retrieved, and if the data meet the early warning condition, an alarm signal is sent to the alarm prompting module, otherwise, the alarm signal is not sent.
Specifically, in order to further improve the intelligence of the early warning retrieval, the early warning keywords include user setting keywords, and a plurality of synonymous or similar related keywords are configured according to the user setting keywords.
The early warning condition comprises a user setting early warning condition and a related early warning condition for carrying out divergence extension by using the user setting early warning condition.
As shown in fig. 6, according to the keyword set by the user and the pre-warning condition set by the user, the related keyword and the related pre-warning condition, the pre-warning monitoring module includes a primary retrieval sub-module and a secondary retrieval sub-module, the primary retrieval sub-module includes a keyword retrieval unit and a condition retrieval unit, as shown in fig. 7, the secondary retrieval sub-module includes a related keyword retrieval unit and a related pre-warning condition retrieval unit;
the primary retrieval submodule is used for performing primary retrieval according to the keywords set by the user and the early warning conditions set by the user;
and the secondary retrieval submodule is used for carrying out secondary detection according to the related keywords and the related early warning conditions.
Specifically, the related keyword retrieval unit is used for obtaining related keywords according to the expansion of the early warning keywords, and performing related keyword retrieval on the early warning database by extracting the related keywords; if the related keywords are searched, the data containing the related keywords are sent to a related early warning condition searching unit;
the related early warning condition retrieval unit is used for further judging related early warning conditions of the retrieved data containing the related keywords when the related keywords are retrieved, if the data meet the related early warning conditions, a secondary alarm signal is sent to the alarm prompting module, otherwise, the secondary alarm signal is not sent.
Corresponding to the primary retrieval submodule and the secondary retrieval submodule, as shown in fig. 8, the alarm prompt module includes a primary alarm module and a secondary alarm module, the primary alarm module is used for receiving an alarm signal of the primary retrieval submodule, and the secondary alarm module is used for receiving a secondary alarm signal sent by the secondary retrieval submodule.
Wherein, the alarm reminding of the first-level alarm module is as follows: sound control alarm of the alarm, or sending an alarm signal to a public safety system.
The secondary alarm module is characterized in that the alarm reminding is as follows: the popping of the alarm window or the flashing of the alarm mark, or sending an alarm message to the mobile communication terminal in real time, or sending the alarm message by adopting a network information exchange platform, such as QQ, mail or WeChat.
Furthermore, the early warning monitoring system also comprises a registration login module, wherein the registration login module is used for configuring user information data and carrying out safety protection through password setting;
specifically, when a user performs data entry or data query, the user can enter the system only by the user authentication of the login module, the next operation can be performed only when the account number and the password are both correct, the next operation cannot be performed as long as one of the accounts is incorrect, the login module further has a registration function, and the registration function further comprises a function of checking whether the user exists or not, so that one account number is only corresponding to one password.
An early warning monitoring method, as shown in fig. 9, includes the following steps:
s1, configuring information database according to basic information, and configuring link among each information database to form early warning database;
s2, setting early warning keywords and early warning conditions by adopting SQL statements according to user input; s3, carrying out early warning retrieval on data in the early warning database according to the early warning keywords and the early warning conditions, and sending an alarm signal to an alarm prompt module when the early warning keywords are retrieved in the early warning database and the early warning conditions are met;
and S4, receiving the alarm signal sent by the early warning monitoring module, executing the alarm signal and sending an alarm prompt to the user.
As shown in fig. 10, the step S1 further includes the following sub-steps:
s11, updating the early warning database in real time according to the input information of the user;
s12, updating the early warning database in real time according to the latest information issued by the network;
and S13, collecting the updated data into an early warning database.
Further, as shown in fig. 11, the step S13 further includes the following sub-steps:
s121, updating and setting threshold time and data follow new types of automatic updating of network updating information;
s122, collecting the latest data issued by the network at intervals of the threshold time;
and S123, downloading related data according to the data updating type, and summarizing the related data into a database for automatic updating.
Specifically, as shown in fig. 12, the step S3 includes the following sub-steps:
s31, extracting the early warning keywords, and performing keyword retrieval on the early warning database; if the early warning keyword is retrieved, the step S32 is carried out;
s32, judging the early warning condition of the retrieved data containing the keywords, and if the data meets the early warning condition, entering the step S4;
in order to further improve the intelligence of the early warning retrieval, the invention also provides another early warning monitoring method, as shown in fig. 13, the early warning monitoring method comprises the following steps:
s1, configuring information database according to basic information, and configuring link among each information database to form early warning database;
s2, setting early warning keywords and early warning conditions by adopting SQL statements according to user input; the early warning keywords comprise user set keywords and a plurality of synonymy or similar related keywords are configured according to the user set keywords; the early warning condition comprises a user setting early warning condition and a related early warning condition for carrying out divergence extension by using the user setting early warning condition.
S3, performing primary retrieval according to the user set keywords and the user set early warning conditions, performing secondary detection according to the related keywords and the related early warning conditions, and sending a primary warning signal to the warning prompt module when the user set keywords are retrieved from the early warning database and the user set early warning conditions are met; when the related keywords are retrieved from the early warning database and the related early warning conditions are met, sending a secondary alarm signal to the alarm prompt module;
s4, if a primary alarm signal is received, executing primary alarm; if a secondary alarm signal is received, a secondary alarm is performed.
As shown in fig. 14, the step S3 includes the following sub-steps:
s31, extracting keywords set by a user, and performing keyword retrieval on the early warning database; if the user set keyword is retrieved, proceeding to step S32;
s32, judging the pre-warning condition set by the user for the data containing the keywords set by the user, and if the data meets the pre-warning condition set by the user, entering the step S4;
s33, extracting related keywords, and performing keyword retrieval on the early warning database; if the relevant keyword is retrieved, go to step S34;
and S34, judging the relevant early warning condition of the retrieved data containing the relevant keywords, and if the data meet the relevant early warning condition, entering the step S4.
The invention provides an early warning monitoring system and a method thereof, which configure information databases according to basic information, and configure links among the information databases to summarize the information databases to form an early warning database; setting early warning keywords and early warning conditions by adopting SQL statements according to user input; and carrying out early warning retrieval on data in the early warning database through the early warning keywords and the early warning conditions, and sending out an alarm prompt to a user when the early warning keywords are retrieved in the early warning database and the early warning conditions are met. The links are configured among the information databases, and the SQL sentences are adopted for early warning configuration, so that the aim of performing unified early warning configuration on the information databases is fulfilled, and the problems that a plurality of early warning monitoring schemes are complicated and inconvenient to manage in the prior art are solved.
The above apparatus embodiments and method embodiments are in one-to-one correspondence, and reference may be made to the method embodiments for a brief point of the apparatus embodiments.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. 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 invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in random access memory, read only memory, electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable magnetic disk, a CD-ROM, or any other form of storage medium known in the art.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.
Claims (10)
1. An early warning monitoring system is characterized by comprising a data configuration module; the early warning device comprises an early warning setting module, an early warning monitoring module and an alarm prompting module; wherein,
the data configuration module is used for configuring information databases according to the basic information and configuring links among the information databases so as to summarize the links to form an early warning database;
the early warning setting module is used for setting early warning keywords and early warning conditions by adopting SQL sentences according to user input;
the early warning monitoring module is used for carrying out early warning retrieval on data in the early warning database according to early warning keywords and early warning conditions, and sending a warning signal to the warning prompting module when the early warning keywords are retrieved in the early warning database and the early warning conditions are met;
and the alarm prompting module is used for receiving the alarm signal sent by the early warning monitoring module, executing the alarm signal and sending an alarm prompt to a user.
2. The early warning monitoring system of claim 1, wherein the data configuration module comprises a data storage sub-module and a data update sub-module, the data storage sub-module is used for storing all data, and the data update sub-module is used for updating the early warning database in real time according to input of a user and latest information issued by a network.
3. The warning monitoring system of claim 2, wherein the data update sub-module comprises the following user input unit and a network update unit, wherein the user input unit updates the warning database in real time according to information input by a user, and the network update unit comprises the following sub-units:
the network updating setting subunit is used for updating and setting the threshold time and the data updating type of the automatic updating of the network updating information;
the network data collecting subunit collects the latest data issued by the network at intervals of the threshold time;
and the data updating and summarizing subunit downloads the related data according to the data and the new type, summarizes the related data into the database and automatically updates the data.
4. The warning monitoring system of claim 1, wherein the warning monitoring module comprises a keyword retrieval unit and a condition retrieval unit:
a keyword search unit: the system is used for extracting the early warning keywords and performing keyword retrieval on the early warning database; if the early warning keywords are not retrieved, no warning signal is sent to the warning prompt module, otherwise, the data containing the keywords are sent to the condition retrieval unit;
a condition retrieval unit: the method is used for further judging the early warning condition of the data containing the keywords obtained by retrieval when the early warning keywords are retrieved, and if the data meet the early warning condition, an alarm signal is sent to the alarm prompting module, otherwise, the alarm signal is not sent.
5. The warning monitoring system of claim 1,
the early warning keywords comprise user set keywords and a plurality of synonymy or similar related keywords are configured according to the user set keywords;
the early warning condition comprises a user setting early warning condition and a related early warning condition for carrying out divergence extension by using the user setting early warning condition.
6. The warning monitoring system of claim 5,
the early warning monitoring module further comprises a primary retrieval submodule and a secondary retrieval submodule, the primary retrieval submodule comprises a keyword retrieval unit and a condition retrieval unit, and the secondary retrieval submodule comprises a related keyword retrieval unit and a related early warning condition retrieval unit;
the primary retrieval submodule is used for performing primary retrieval according to the keywords set by the user and the early warning conditions set by the user;
and the secondary retrieval submodule is used for carrying out secondary detection according to the related keywords and the related early warning conditions.
7. The warning monitoring system of claim 6,
the related keyword retrieval unit: the early warning database is used for obtaining related keywords according to the expansion of the early warning keywords and carrying out related keyword retrieval on the early warning database by extracting the related keywords; if the related keywords are searched, the data containing the related keywords are sent to a related early warning condition searching unit;
the related early warning condition retrieval unit: and the warning prompting module is used for further judging related warning conditions of the retrieved data containing the related keywords when the related keywords are retrieved, and if the data meet the related warning conditions, sending a secondary warning signal to the warning prompting module, otherwise, not sending the secondary warning signal.
8. The warning monitoring system of claim 7,
the alarm prompting module comprises a primary alarm module and a secondary alarm module, the primary alarm module is used for receiving an alarm signal of the primary retrieval submodule, and the secondary alarm module is used for receiving a secondary alarm signal sent by the secondary retrieval submodule.
9. An early warning monitoring method is characterized by comprising the following steps:
s1, configuring information database according to basic information, and configuring link among each information database to form early warning database;
s2, setting early warning keywords and early warning conditions by adopting SQL statements according to user input;
s3, carrying out early warning retrieval on data in the early warning database according to the early warning keywords and the early warning conditions, and sending an alarm signal to an alarm prompt module when the early warning keywords are retrieved in the early warning database and the early warning conditions are met;
and S4, receiving the alarm signal sent by the early warning monitoring module, executing the alarm signal and sending an alarm prompt to the user.
10. An early warning monitoring method is characterized by comprising the following steps:
s1, configuring information database according to basic information, and configuring link among each information database to form early warning database;
s2, setting early warning keywords and early warning conditions by adopting SQL statements according to user input; the early warning keywords comprise user set keywords and a plurality of synonymy or similar related keywords are configured according to the user set keywords; the early warning condition comprises a user-set early warning condition and a related early warning condition for carrying out divergence extension by using the user-set early warning condition;
s3, performing primary retrieval according to the user set keywords and the user set early warning conditions, performing secondary detection according to the related keywords and the related early warning conditions, and sending a primary warning signal to the warning prompt module when the user set keywords are retrieved from the early warning database and the user set early warning conditions are met; when the related keywords are retrieved from the early warning database and the related early warning conditions are met, sending a secondary alarm signal to the alarm prompt module;
s4, if a primary alarm signal is received, executing primary alarm; if a secondary alarm signal is received, a secondary alarm is performed.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510611835.5A CN105335457B (en) | 2015-09-22 | 2015-09-22 | A kind of prewarning monitoring system and its method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510611835.5A CN105335457B (en) | 2015-09-22 | 2015-09-22 | A kind of prewarning monitoring system and its method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN105335457A true CN105335457A (en) | 2016-02-17 |
| CN105335457B CN105335457B (en) | 2019-02-26 |
Family
ID=55285984
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201510611835.5A Expired - Fee Related CN105335457B (en) | 2015-09-22 | 2015-09-22 | A kind of prewarning monitoring system and its method |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN105335457B (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105975598A (en) * | 2016-05-10 | 2016-09-28 | 国网浙江省电力公司丽水供电公司 | Event early warning method for obtaining data on the basis of simulation operation way of condition retrieval |
| CN110929282A (en) * | 2019-12-05 | 2020-03-27 | 武汉深佰生物科技有限公司 | Protein interaction-based biological characteristic information early warning method |
| CN111221859A (en) * | 2018-11-26 | 2020-06-02 | 浙江宇视科技有限公司 | Deployment and control method, device and platform |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060200450A1 (en) * | 2005-03-04 | 2006-09-07 | Microsoft Corporation | Monitoring health of actively executing computer applications |
| CN101511002A (en) * | 2009-03-04 | 2009-08-19 | 中兴通讯股份有限公司 | Ganged monitoring system and implementing method |
| CN101631040A (en) * | 2009-08-24 | 2010-01-20 | 国家计算机网络与信息安全管理中心 | Real-time monitoring warning system and method of unified management multi-business system |
| CN103441896A (en) * | 2013-08-26 | 2013-12-11 | 苏州市吴江区人民政府国有资产监督管理办公室 | Service data monitoring and early warning platform and early warning method |
| CN103970811A (en) * | 2013-12-19 | 2014-08-06 | 中国科学院上海应用物理研究所 | Alarm system and method based on parameter screening and timing inquiring |
| CN103986607A (en) * | 2014-05-27 | 2014-08-13 | 国家电网公司 | Voice-sound-light alarm monitoring system for intelligent data center |
| CN104636483A (en) * | 2015-02-16 | 2015-05-20 | 广东省公安厅 | Data monitoring method |
-
2015
- 2015-09-22 CN CN201510611835.5A patent/CN105335457B/en not_active Expired - Fee Related
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060200450A1 (en) * | 2005-03-04 | 2006-09-07 | Microsoft Corporation | Monitoring health of actively executing computer applications |
| CN101511002A (en) * | 2009-03-04 | 2009-08-19 | 中兴通讯股份有限公司 | Ganged monitoring system and implementing method |
| CN101631040A (en) * | 2009-08-24 | 2010-01-20 | 国家计算机网络与信息安全管理中心 | Real-time monitoring warning system and method of unified management multi-business system |
| CN103441896A (en) * | 2013-08-26 | 2013-12-11 | 苏州市吴江区人民政府国有资产监督管理办公室 | Service data monitoring and early warning platform and early warning method |
| CN103970811A (en) * | 2013-12-19 | 2014-08-06 | 中国科学院上海应用物理研究所 | Alarm system and method based on parameter screening and timing inquiring |
| CN103986607A (en) * | 2014-05-27 | 2014-08-13 | 国家电网公司 | Voice-sound-light alarm monitoring system for intelligent data center |
| CN104636483A (en) * | 2015-02-16 | 2015-05-20 | 广东省公安厅 | Data monitoring method |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105975598A (en) * | 2016-05-10 | 2016-09-28 | 国网浙江省电力公司丽水供电公司 | Event early warning method for obtaining data on the basis of simulation operation way of condition retrieval |
| CN111221859A (en) * | 2018-11-26 | 2020-06-02 | 浙江宇视科技有限公司 | Deployment and control method, device and platform |
| CN111221859B (en) * | 2018-11-26 | 2024-02-06 | 浙江宇视科技有限公司 | Distribution and control methods, devices and platforms |
| CN110929282A (en) * | 2019-12-05 | 2020-03-27 | 武汉深佰生物科技有限公司 | Protein interaction-based biological characteristic information early warning method |
Also Published As
| Publication number | Publication date |
|---|---|
| CN105335457B (en) | 2019-02-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11184401B2 (en) | AI-driven defensive cybersecurity strategy analysis and recommendation system | |
| CN111092852B (en) | Network security monitoring method, device, equipment and storage medium based on big data | |
| EP3373626B1 (en) | Method and device for use in risk management of application information | |
| US9721212B2 (en) | Efficient on-device binary analysis for auto-generated behavioral models | |
| CN109086182B (en) | Automatic database alarming method and terminal equipment | |
| CN109886290B (en) | User request detection method and device, computer equipment and storage medium | |
| US11537751B2 (en) | Using machine learning algorithm to ascertain network devices used with anonymous identifiers | |
| US12224992B2 (en) | AI-driven defensive cybersecurity strategy analysis and recommendation system | |
| US20160078362A1 (en) | Methods and Systems of Dynamically Determining Feature Sets for the Efficient Classification of Mobile Device Behaviors | |
| WO2017030687A1 (en) | Methods and systems of building classifier models in computing devices | |
| US9491186B2 (en) | Method and apparatus for providing hierarchical pattern recognition of communication network data | |
| CN105335457B (en) | A kind of prewarning monitoring system and its method | |
| CN112600719A (en) | Alarm clustering method, device and storage medium | |
| CN106549801B (en) | A method and device for identifying alarm types | |
| CN115484048B (en) | Intrusion behavior detection method and device based on cloud environment | |
| CN113691483A (en) | Method, device and equipment for detecting abnormal user equipment and storage medium | |
| WO2023275782A1 (en) | Systems and methods for locating devices | |
| US20070168453A1 (en) | Function managing apparatus | |
| CN119766546A (en) | Attack behavior detection method, device, equipment and medium | |
| CN104104666A (en) | Method of detecting abnormal cloud service and device | |
| CN112788153B (en) | Internet of things equipment upgrading management method, device, equipment and storage medium | |
| CN114020562B (en) | A server firmware processing method, device, electronic device and storage medium | |
| EP4177801B1 (en) | Techniques to assess a risk of online transactions | |
| CN120415903B (en) | Automatic analysis system for log abnormality | |
| CN116095683B (en) | Network security protection method and device for wireless router |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20190226 Termination date: 20200922 |
|
| CF01 | Termination of patent right due to non-payment of annual fee |