CN109286532B - Management method and device for alarm information in cloud computing system - Google Patents

Management method and device for alarm information in cloud computing system Download PDF

Info

Publication number
CN109286532B
CN109286532B CN201811436578.6A CN201811436578A CN109286532B CN 109286532 B CN109286532 B CN 109286532B CN 201811436578 A CN201811436578 A CN 201811436578A CN 109286532 B CN109286532 B CN 109286532B
Authority
CN
China
Prior art keywords
alarm
acquisition
identifier
queue
description information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811436578.6A
Other languages
Chinese (zh)
Other versions
CN109286532A (en
Inventor
王会
王强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201811436578.6A priority Critical patent/CN109286532B/en
Publication of CN109286532A publication Critical patent/CN109286532A/en
Application granted granted Critical
Publication of CN109286532B publication Critical patent/CN109286532B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Alarm Systems (AREA)

Abstract

The invention discloses a management method and a management device for alarm information in a cloud computing system. The method comprises the following steps: acquiring alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises an acquisition identifier corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation; and storing the acquisition identifier in a preset queue, and storing the alarm description information in a preset buffer area, wherein the alarm description information is marked by the alarm information.

Description

Management method and device for alarm information in cloud computing system
Technical Field
The present invention relates to the field of information processing, and in particular, to a method and an apparatus for managing alarm information in a cloud computing system.
Background
Cloud Computing (Cloud Computing) is an increasing, usage and delivery model of internet-based related services, typically involving the provision of dynamically scalable and often virtualized resources over the internet. Cloud is a metaphor of network and internet. In the past, telecommunications networks were often represented by clouds and later also by the abstraction of the internet and the underlying infrastructure. Therefore, cloud computing can enable you to experience even 10 trillion times per second computing power, and the powerful computing power can simulate nuclear explosion, forecast climate change and market development trend. A user accesses the data center through a computer, a notebook, a mobile phone and the like and operates according to the own requirements.
Cloud computing is a pay-per-use model that provides available, convenient, on-demand network access into a configurable shared pool of computing resources, including networks, servers, storage, applications and services, etc., that can be provisioned quickly, with little administrative effort, or interaction with service providers. In the initial stage of data center construction, the construction of network, calculation and storage is mainly completed, a uniform resource management platform is constructed, and the uniform management and autonomous service of resources are completed; in the subsequent development process, the user gradually pays attention to the real use condition of the resources so as to better plan the use of the resources and control the use of the resources.
The openstack serving as a cloud computing management platform is powerful in function and is integrated into a cloud data center management platform of each cloud computing manufacturer. In order to better manage resources, the opesentack is often monitored, and when the load is too high or a problem occurs, an alarm can be given in time through the alarm system and a system administrator can be informed. The current alarm system is usually based on a monitoring system, whether an alarm is generated or not can be judged when a monitoring task is executed each time, and if the alarm is generated, the alarm is directly pushed to the alarm system. However, when the data volume is too large, the number of monitoring items and alarms is too large, and the method of direct pushing often causes great pressure on the alarm platform. Under the condition of overhigh load, the system often causes monitoring failure and untimely alarm, and influences the normal operation of the system.
Disclosure of Invention
In order to solve the technical problem, the invention provides a method and a device for managing alarm information in a cloud computing system, which can improve the management efficiency of the alarm information.
In order to achieve the purpose of the invention, the invention provides a management method of alarm information in a cloud computing system, which comprises the following steps:
acquiring alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises an acquisition identifier corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation;
and storing the acquisition identifier in a preset queue, and storing the alarm description information in a preset buffer area, wherein the alarm description information is marked by the alarm information.
In one exemplary embodiment, the method further comprises:
when an alarm event is detected to occur in the cloud computing system, acquiring a target acquisition identifier corresponding to the alarm event from the queue;
and searching the target alarm description information corresponding to the target acquisition identifier in the cache region by taking the target acquisition identifier as a keyword to obtain a search result.
In an exemplary embodiment, detecting whether an alarm event occurs in the cloud computing system is obtained by:
detecting whether a new acquisition identifier is stored in the queue;
and if detecting that a new identifier is stored in the queue, determining the alarm time in the cloud computing system.
In an exemplary embodiment, after storing the collection identifier in a preset queue and storing the alarm description information in a preset buffer, the method further includes:
acquiring the removed acquisition identifier in the queue according to a preset time strategy;
and clearing the alarm description information corresponding to the cleared acquisition identifier in the cache region according to the cleared acquisition identifier.
In an exemplary embodiment, the storing the collection identifier in a preset queue and storing the alarm description information in a preset buffer includes:
and storing the acquisition identifier in a preset queue of a redis cache system, taking the acquisition identifier as a key value of the redis cache system, storing the alarm description information in a cache region of the redis cache system, and taking the alarm description information as a value corresponding to the key value in the redis cache system.
In order to achieve the object of the present invention, the present invention provides a management apparatus for alarm information in a cloud computing system, including:
the system comprises a first acquisition module, a second acquisition module and a processing module, wherein the first acquisition module is used for acquiring alarm information obtained by data acquisition operation in a cloud computing system, and the alarm information comprises acquisition identification corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation;
and the storage module is used for storing the acquisition identifier in a preset queue and storing the alarm description information in a preset buffer area, wherein the alarm description information is marked by the alarm information.
In one exemplary embodiment, the apparatus further comprises:
the second acquisition module is used for acquiring a target acquisition identifier corresponding to an alarm event from the queue when the alarm event is detected to occur in the cloud computing system;
and the searching module is used for searching the target alarm description information corresponding to the target acquisition identifier in the cache region by taking the target acquisition identifier as a keyword to obtain a searching result.
In an exemplary embodiment, the second obtaining module further includes:
the detection unit is used for detecting whether a new acquisition identifier is stored in the queue;
and the determining unit is used for determining the alarm time in the cloud computing system if detecting that a new identifier is stored in the queue.
In one exemplary embodiment, the apparatus further comprises:
the third acquisition module is used for acquiring the removed acquisition identifier in the queue according to a preset time strategy after the acquisition identifier is stored in a preset queue and the alarm description information is stored in a preset buffer area;
and the clearing module is used for clearing the alarm description information corresponding to the cleared acquisition identifier in the cache region according to the cleared acquisition identifier.
In an exemplary embodiment, the storage module is specifically configured to:
and storing the acquisition identifier in a preset queue of a redis cache system, taking the acquisition identifier as a key value of the redis cache system, storing the alarm description information in a cache region of the redis cache system, and taking the alarm description information as a value corresponding to the key value in the redis cache system.
The embodiment of the invention obtains the alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises the acquisition identifier corresponding to the data acquisition operation and the alarm description information obtained by the data acquisition operation, stores the acquisition identifier in a preset queue, and stores the alarm description information in a preset cache region, wherein the alarm description information is marked by the alarm information, and the data pressure brought by the storage of the alarm information is reduced by separately storing the acquisition identifier and the alarm information and through the cache function, so that the management efficiency of the alarm information is improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a management method for alarm information in a cloud computing system according to the present invention;
fig. 2 is a structural diagram of a management apparatus for alarm information in a cloud computing system according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Fig. 1 is a flowchart of a management method for alarm information in a cloud computing system according to the present invention. The method shown in fig. 1 comprises:
step 101, acquiring alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises an acquisition identifier corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation;
the data acquisition operation is executed according to a preset acquisition strategy, after each acquisition operation is executed, an acquisition identifier is distributed for the acquisition operation, and the corresponding relation between the acquired alarm information and the acquisition identifier is recorded;
and 102, storing the acquisition identifier in a preset queue, and storing the alarm description information in a preset buffer area, wherein the alarm description information is marked by the alarm information.
Compared with the prior art that the acquisition identification and the alarm description information are stored together, the acquisition identification and the alarm description information are stored separately, the detailed alarm information is cached in a cache, and only the acquisition identification is stored in a queue, so that the excessive pressure of the queue is prevented.
The method comprises the steps of obtaining alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises acquisition identification corresponding to the data acquisition operation and alarm description information obtained by the data acquisition operation, storing the acquisition identification in a preset queue, and storing the alarm description information in a preset cache region, wherein the alarm description information is marked by the alarm information, the acquisition identification and the alarm information are separately stored, data pressure brought by the storage of the alarm information is relieved through a cache function, and the management efficiency of the alarm information is improved.
The method provided by the present invention is explained below:
in one exemplary embodiment, the method further comprises:
when an alarm event is detected to occur in the cloud computing system, acquiring a target acquisition identifier corresponding to the alarm event from the queue;
and searching the target alarm description information corresponding to the target acquisition identifier in the cache region by taking the target acquisition identifier as a keyword to obtain a search result.
In the exemplary embodiment, compared with the prior art that the acquisition identifier and the alarm description information are stored together, in the present application, the acquisition identifier and the alarm description information are stored separately, and when information is read, data acquisition operation to be searched may be performed to determine the acquisition identifier in a queue, and then the description information is acquired in a corresponding cache region according to the acquisition identifier in the queue.
In an exemplary embodiment, detecting whether an alarm event occurs in the cloud computing system is obtained by:
detecting whether a new acquisition identifier is stored in the queue;
and if detecting that a new identifier is stored in the queue, determining the alarm time in the cloud computing system.
In the exemplary embodiment, whether new alarm information is stored or not can be determined by judging whether new acquisition identifiers are stored in the queue or not, so that whether new alarm information occurs or not is obtained, and the purpose of rapidly generating alarms is achieved.
In an exemplary embodiment, after storing the collection identifier in a preset queue and storing the alarm description information in a preset buffer, the method further includes:
acquiring the removed acquisition identifier in the queue according to a preset time strategy;
and clearing the alarm description information corresponding to the cleared acquisition identifier in the cache region according to the cleared acquisition identifier.
In the present exemplary embodiment, the time strategy may be periodic, or, not equally spaced; the method comprises the steps of counting the acquisition identifiers in the queue, when one or at least two acquisition identifiers are detected to be removed, indicating that the alarm description information corresponding to the identifiers cannot be called, cleaning data stored in a cache region according to the removed acquisition identifiers, and cleaning the alarm description information corresponding to the removed acquisition identifiers, so that the purpose of releasing a cache space is achieved, and the storage utilization rate of the space is improved.
In an exemplary embodiment, the storing the collection identifier in a preset queue and storing the alarm description information in a preset buffer includes:
and storing the acquisition identifier in a preset queue of a redis cache system, taking the acquisition identifier as a key value of the redis cache system, storing the alarm description information in a cache region of the redis cache system, and taking the alarm description information as a value corresponding to the key value in the redis cache system.
In the exemplary embodiment, the collection identifier and the alarm description information are respectively stored by using a key-value mechanism of the redis cache system, so that the purpose of marking the corresponding relation between the collection identifier and the alarm description information by using the key-value mechanism is realized, and the method is simple to implement and has high efficiency.
The following is a description of application examples provided by the present invention:
the invention provides an openstack alarm information pushing method based on a redis queue and a cache. Through the strong queue and cache function of the redis, the alarm message is stored in the queue, and the alarm system can monitor the queue and can quickly process when a new alarm is generated in the queue. On the other hand, in order to prevent the queue pressure from being too large, the detailed information of the alarm can be buffered in the redis, and only the id identification of the alarm is stored in the queue. And when the queue information is processed, obtaining the detailed alarm information from the cache according to the id identifier and processing the detailed alarm information. Therefore, on one hand, the pushing pressure is reduced by utilizing the queue function of the redis, and on the other hand, the data pressure is reduced by the cache function. Therefore, the design is favorable for reducing the load of the alarm system and even the whole monitoring system, so that the monitoring and alarming are more real-time and efficient, and the normal operation of the whole openstack system is ensured.
Installing a redis service at the cloud management platform, wherein the redis service can be installed into an additional server in order to mitigate impact on the administration platform. And respectively configuring redis information in the acquisition system and the alarm system so as to maintain the consistency of data. The method comprises the following steps:
(1) adding a configuration file in an acquisition system, executing an address and a port of a redis service, and if a user name and a password required for accessing the redis service are configured, configuring the corresponding user name and password;
(2) configuring corresponding acquisition identifiers for the acquisition execution steps, wherein after the acquisition task is executed, generating identifiers id of single acquisition and pushing the identifiers id to a queue of redis;
for example, a cache queue of the redis is set, named monitor _ queue, the collection identifier is 12345, and the collection identifier is stored in the monitor _ queue;
(3) storing the acquisition identifier and the alarm information acquired this time into a key-value system of redis;
(4) adding a configuration file in the alarm system, and configuring according to the step (1) to ensure that the alarm and the acquisition system operate the same redis service;
(5) when the alarm system monitors that data in the queue of the redis is increased, the queue pop acquires a newly written acquisition identifier;
(6) and acquiring detailed information of the alarm from a redis cache according to the acquisition identifier, and processing the alarm information.
The method provided by the application example of the invention applies the queue function of redis, when the openlack platform generates the alarm information, the id information of the alarm can be pushed into the queue, then the alarm system monitors the queue, and when a new alarm is generated in the queue, the method can quickly respond to the alarm and process the alarm; and caching the details of the alarm information into a map through a key-value caching system of redis, wherein only id information is stored in a queue. When specific alarm information is processed, corresponding alarm details can be quickly found in a redis cache through the id so as to be convenient for the next processing; the function of pushing alarm information of the openstack bottom layer by the cloud management platform is achieved, the method for pushing alarm information of the openstack bottom layer in the cloud management platform is achieved, and the stability and the efficiency of the platform are improved.
Fig. 2 is a structural diagram of a management apparatus for alarm information in a cloud computing system according to the present invention. The apparatus shown in fig. 2 comprises:
a first obtaining module 201, configured to obtain alarm information obtained by a data acquisition operation in a cloud computing system, where the alarm information includes an acquisition identifier corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation;
the storage module 202 is configured to store the collection identifier in a preset queue, and store the alarm description information in a preset buffer area, where the alarm description information is marked with the alarm information.
In one exemplary embodiment, the apparatus further comprises:
the second acquisition module is used for acquiring a target acquisition identifier corresponding to an alarm event from the queue when the alarm event is detected to occur in the cloud computing system;
and the searching module is used for searching the target alarm description information corresponding to the target acquisition identifier in the cache region by taking the target acquisition identifier as a keyword to obtain a searching result.
In an exemplary embodiment, the second obtaining module further includes:
the detection unit is used for detecting whether a new acquisition identifier is stored in the queue;
and the determining unit is used for determining the alarm time in the cloud computing system if detecting that a new identifier is stored in the queue.
In one exemplary embodiment, the apparatus further comprises:
the third acquisition module is used for acquiring the removed acquisition identifier in the queue according to a preset time strategy after the acquisition identifier is stored in a preset queue and the alarm description information is stored in a preset buffer area;
and the clearing module is used for clearing the alarm description information corresponding to the cleared acquisition identifier in the cache region according to the cleared acquisition identifier.
In an exemplary embodiment, the storage module 202 is specifically configured to:
and storing the acquisition identifier in a preset queue of a redis cache system, taking the acquisition identifier as a key value of the redis cache system, storing the alarm description information in a cache region of the redis cache system, and taking the alarm description information as a value corresponding to the key value in the redis cache system.
The embodiment of the device provided by the invention obtains the alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises the acquisition identifier corresponding to the data acquisition operation and the alarm description information obtained in the data acquisition operation, the acquisition identifier is stored in a preset queue, the alarm description information is stored in a preset cache region, the alarm description information is marked by the alarm information, the acquisition identifier and the alarm information are separately stored, the data pressure brought by the storage of the alarm information is reduced by the cache function, and the management efficiency of the alarm information is improved.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.

Claims (10)

1. A management method for alarm information in a cloud computing system is characterized by comprising the following steps:
acquiring alarm information obtained by data acquisition operation in a cloud computing system, wherein the alarm information comprises an acquisition identifier corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation, the data acquisition operation is executed according to a preset acquisition strategy, after each data acquisition operation is executed, one acquisition identifier is allocated to each data acquisition operation, and the corresponding relation between the alarm information obtained by each acquisition operation and the acquisition identifier is recorded;
and storing the acquisition identifier in a preset queue, and storing the alarm description information in a preset cache region, wherein the alarm description information is marked according to the corresponding relation between the alarm information and the acquisition identifier.
2. The method of claim 1, further comprising:
when an alarm event is detected to occur in the cloud computing system, acquiring a target acquisition identifier corresponding to the alarm event from the queue;
and searching the target alarm description information corresponding to the target acquisition identifier in the cache region by taking the target acquisition identifier as a keyword to obtain a search result.
3. The method of claim 2, wherein detecting whether an alarm event occurs in the cloud computing system is obtained by:
detecting whether a new acquisition identifier is stored in the queue;
and if detecting that a new identifier is stored in the queue, determining the alarm time in the cloud computing system.
4. The method according to claim 1, wherein after storing the collection identifier in a preset queue and storing the alarm description information in a preset buffer, the method further comprises:
acquiring the removed acquisition identifier in the queue according to a preset time strategy;
and clearing the alarm description information corresponding to the cleared acquisition identifier in the cache region according to the cleared acquisition identifier.
5. The method according to any one of claims 1 to 4, wherein the storing the collection identifier in a preset queue and storing the alarm description information in a preset buffer includes:
and storing the acquisition identifier in a preset queue of a redis cache system, taking the acquisition identifier as a key value of the redis cache system, storing the alarm description information in a cache region of the redis cache system, and taking the alarm description information as a value corresponding to the key value in the redis cache system.
6. An apparatus for managing alarm information in a cloud computing system, comprising:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring alarm information obtained by data acquisition operation in a cloud computing system, the alarm information comprises acquisition identification corresponding to the data acquisition operation and alarm description information obtained in the data acquisition operation, the data acquisition operation is executed according to a preset acquisition strategy, after each data acquisition operation is executed, one acquisition identification is allocated to each data acquisition operation, and the corresponding relation between the alarm information obtained by each acquisition operation and the acquisition identification is recorded;
and the storage module is used for storing the acquisition identifier in a preset queue and storing the alarm description information in a preset cache region, wherein the alarm description information is marked according to the corresponding relation between the alarm information and the acquisition identifier.
7. The apparatus of claim 6, further comprising:
the second acquisition module is used for acquiring a target acquisition identifier corresponding to an alarm event from the queue when the alarm event is detected to occur in the cloud computing system;
and the searching module is used for searching the target alarm description information corresponding to the target acquisition identifier in the cache region by taking the target acquisition identifier as a keyword to obtain a searching result.
8. The apparatus of claim 7, wherein the second obtaining module further comprises:
the detection unit is used for detecting whether a new acquisition identifier is stored in the queue;
and the determining unit is used for determining the alarm time in the cloud computing system if detecting that a new identifier is stored in the queue.
9. The apparatus of claim 6, further comprising:
the third acquisition module is used for acquiring the removed acquisition identifier in the queue according to a preset time strategy after the acquisition identifier is stored in a preset queue and the alarm description information is stored in a preset buffer area;
and the clearing module is used for clearing the alarm description information corresponding to the cleared acquisition identifier in the cache region according to the cleared acquisition identifier.
10. The apparatus according to any one of claims 6 to 9, wherein the storage module is specifically configured to:
and storing the acquisition identifier in a preset queue of a redis cache system, taking the acquisition identifier as a key value of the redis cache system, storing the alarm description information in a cache region of the redis cache system, and taking the alarm description information as a value corresponding to the key value in the redis cache system.
CN201811436578.6A 2018-11-28 2018-11-28 Management method and device for alarm information in cloud computing system Active CN109286532B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811436578.6A CN109286532B (en) 2018-11-28 2018-11-28 Management method and device for alarm information in cloud computing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811436578.6A CN109286532B (en) 2018-11-28 2018-11-28 Management method and device for alarm information in cloud computing system

Publications (2)

Publication Number Publication Date
CN109286532A CN109286532A (en) 2019-01-29
CN109286532B true CN109286532B (en) 2021-07-27

Family

ID=65173318

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811436578.6A Active CN109286532B (en) 2018-11-28 2018-11-28 Management method and device for alarm information in cloud computing system

Country Status (1)

Country Link
CN (1) CN109286532B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750217A (en) * 2019-10-18 2020-02-04 北京浪潮数据技术有限公司 Information management method and related device
CN114430562B (en) * 2022-02-10 2023-08-08 中盈优创资讯科技有限公司 Method and device for clearing 5G alarm in real time and clearing delay

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101741615A (en) * 2009-12-14 2010-06-16 北京神州泰岳软件股份有限公司 Server-based alarm filtering system and method
CN101783797A (en) * 2010-01-07 2010-07-21 杭州华三通信技术有限公司 Alarm pushing method and server thereof
CN101958804A (en) * 2010-09-20 2011-01-26 中兴通讯股份有限公司 Method for promoting warning processing efficiency, server and system
TW201241648A (en) * 2011-04-15 2012-10-16 Hon Hai Prec Ind Co Ltd Monitoring data caching method and system
CN102857354A (en) * 2011-06-27 2013-01-02 中兴通讯股份有限公司 Method, device and system for reporting alarm information
CN102938710A (en) * 2012-11-14 2013-02-20 北京奇虎科技有限公司 Monitoring system and method for large-scale servers
CN104750596A (en) * 2013-12-30 2015-07-01 中国移动通信集团公司 Warning information processing method and service subsystem
CN106815115A (en) * 2017-01-13 2017-06-09 郑州云海信息技术有限公司 A kind of operation condition of server monitoring system
CN104346401B (en) * 2013-08-08 2018-02-16 中国电信股份有限公司 The method and apparatus of each inter-module message forwarding in cloud management platform

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101741615A (en) * 2009-12-14 2010-06-16 北京神州泰岳软件股份有限公司 Server-based alarm filtering system and method
CN101783797A (en) * 2010-01-07 2010-07-21 杭州华三通信技术有限公司 Alarm pushing method and server thereof
CN101958804A (en) * 2010-09-20 2011-01-26 中兴通讯股份有限公司 Method for promoting warning processing efficiency, server and system
TW201241648A (en) * 2011-04-15 2012-10-16 Hon Hai Prec Ind Co Ltd Monitoring data caching method and system
CN102857354A (en) * 2011-06-27 2013-01-02 中兴通讯股份有限公司 Method, device and system for reporting alarm information
CN102938710A (en) * 2012-11-14 2013-02-20 北京奇虎科技有限公司 Monitoring system and method for large-scale servers
CN104346401B (en) * 2013-08-08 2018-02-16 中国电信股份有限公司 The method and apparatus of each inter-module message forwarding in cloud management platform
CN104750596A (en) * 2013-12-30 2015-07-01 中国移动通信集团公司 Warning information processing method and service subsystem
CN106815115A (en) * 2017-01-13 2017-06-09 郑州云海信息技术有限公司 A kind of operation condition of server monitoring system

Also Published As

Publication number Publication date
CN109286532A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
US11165667B2 (en) Dynamic scaling of storage volumes for storage client file systems
US10560465B2 (en) Real time anomaly detection for data streams
US10394477B2 (en) Method and system for memory allocation in a disaggregated memory architecture
US10270668B1 (en) Identifying correlated events in a distributed system according to operational metrics
US11132356B2 (en) Optimizing data entries in a log
US11861405B2 (en) Multi-cluster container orchestration
US20170031814A1 (en) Scheme for determining data object usage in a memory region
US20160182324A1 (en) Dynamic boundary based monitoring and metering
US20150081914A1 (en) Allocation of Resources Between Web Services in a Composite Service
US10191792B2 (en) Application abnormality detection
US20170153909A1 (en) Methods and Devices for Acquiring Data Using Virtual Machine and Host Machine
US10303678B2 (en) Application resiliency management using a database driver
US9558039B2 (en) Managing resources of a shared pool of configurable computing resources
US20160373332A1 (en) Web site reachability management for content browsing
US20180233021A1 (en) Alert propagation in a virtualized computing environment
CN111258851A (en) Cluster alarm method, device, setting and storage medium
CN109286532B (en) Management method and device for alarm information in cloud computing system
US20210081265A1 (en) Intelligent cluster auto-scaler
US10209905B2 (en) Reusing storage blocks of a file system
CN110347656B (en) Method and device for managing requests in file storage system
US9430530B1 (en) Reusing database statistics for user aggregate queries
CN111274104B (en) Data processing method, device, electronic equipment and computer readable storage medium
KR101810180B1 (en) Method and apparatus for distributed processing of big data based on user equipment
US20230108553A1 (en) Handling a transaction request
CN111324583A (en) Method and device for classifying service logs

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant