KR20200034022A - Monitoring system and method of cloud environment - Google Patents

Monitoring system and method of cloud environment Download PDF

Info

Publication number
KR20200034022A
KR20200034022A KR1020180109057A KR20180109057A KR20200034022A KR 20200034022 A KR20200034022 A KR 20200034022A KR 1020180109057 A KR1020180109057 A KR 1020180109057A KR 20180109057 A KR20180109057 A KR 20180109057A KR 20200034022 A KR20200034022 A KR 20200034022A
Authority
KR
South Korea
Prior art keywords
monitoring
policy
web agent
node
server
Prior art date
Application number
KR1020180109057A
Other languages
Korean (ko)
Other versions
KR102136583B1 (en
Inventor
김영한
김민욱
Original Assignee
숭실대학교산학협력단
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 숭실대학교산학협력단 filed Critical 숭실대학교산학협력단
Priority to KR1020180109057A priority Critical patent/KR102136583B1/en
Publication of KR20200034022A publication Critical patent/KR20200034022A/en
Application granted granted Critical
Publication of KR102136583B1 publication Critical patent/KR102136583B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/301Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is a virtual computing platform, e.g. logically partitioned systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display

Abstract

The present invention provides a system for monitoring a cloud environment, which automatically installs a web agent when generating a virtual machine, and a method thereof. According to one embodiment of the present invention, the system comprises the web agent installed in each virtual machine and a monitoring server. The monitoring server comprises: a database; a monitoring policy manager setting a monitoring policy in accordance with a monitoring file policy defined by a user and transferring the monitoring policy to the web agent; a collector collecting monitoring data in a pull or push type in accordance with the monitoring policy; and an alarm policy manager comparing reference data stored in the database with the monitoring data collected in the collector in accordance with the monitoring policy to determine whether to output an alarm. The web agent receives the monitoring policy to perform a monitoring operation and generates and transmits the monitoring data in the pull or push type in accordance with the monitoring policy.

Description

클라우드 환경 모니터링 시스템 및 방법{MONITORING SYSTEM AND METHOD OF CLOUD ENVIRONMENT}Cloud environment monitoring system and method {MONITORING SYSTEM AND METHOD OF CLOUD ENVIRONMENT}

본 발명의 일실시예는 클라우드 환경 모니터링 시스템 및 방법에 관한 것이다.One embodiment of the present invention relates to a cloud environment monitoring system and method.

클라우드 서비스를 관리하는 관리자와 이러한 시스템을 사용하는 사용자에게 모니터링 기능은 서비스 제공, 시스템 운용, 과금, 요금 청구와 같은 항목들에 있어서 필수적인 요건이다. 클라우드 서비스는 이러한 모니터링 기능을 통해 더욱 안정적인 시스템 구축이 가능하다. For administrators managing cloud services and users using these systems, monitoring is an essential requirement for items such as service provision, system operation, billing, and billing. The cloud service can build a more stable system through this monitoring function.

클라우드 시스템을 모니터링하는 여러 가지 모니터링 솔루션이 있으며, 이는 크게 리소스에 대한 모니터링과 가상머신 모니터링 그리고 가상 머신의 내부 모니터링으로 구분될 수 있다. 리소스에 대한 모니터링 방법은 모니터링 대상의 시스템에 대하여 CPU, 메모리 등 가상머신이 운용 되는 환경에 대한 성능을 측정하는 것으로, 모니터링 Agent를 통해 운영체제와 같은 시스템으로부터 모니터링 데이터를 수집 한다.There are several monitoring solutions for monitoring cloud systems, which can be largely divided into resource monitoring, virtual machine monitoring, and virtual machine internal monitoring. The resource monitoring method measures the performance of the virtual machine, such as CPU and memory, for the system to be monitored, and collects monitoring data from systems such as operating systems through the monitoring agent.

가상 머신의 내부 모니터링은 모니터링 데이터를 수집함에 있어서 가상 머신에 특정 에이전트를 설치하거나 SSH(secure shell)를 사용하는 방식이 적용되고 있다. 이러한 방법은 모니터링 데이터를 수집하기 위해 가상 머신에 SSH로 직접 로그인하여 모니터링을 실행하고, 이에 대한 결과를 데이터 파일 형태로 보관한 뒤 이를 데이터 베이스에 저장하는 과정을 거치므로 속도가 느리다. 또한, SSH를 통한 모니터링 수집 방식은 각각의 가상 머신에 대하여 IP, PORT 정보뿐만 아니라 계정 정보까지 알아야 한다는 단점이 있다.In the internal monitoring of a virtual machine, a method of installing a specific agent on a virtual machine or using a secure shell (SSH) is applied to collect monitoring data. In order to collect monitoring data, this method is performed by logging in directly to the virtual machine via SSH, monitoring the result, storing it in the form of a data file, and storing it in a database, which is slow. In addition, the monitoring and collection method through SSH has a disadvantage in that not only IP and PORT information but also account information must be known for each virtual machine.

본 발명이 이루고자 하는 기술적 과제는 가상 머신 생성시 웹 에이전트를 자동으로 설치하고, 필요한 여러 구성을 서버에서 웹 에이전트로 요청하여 자동화할 수 있는 하이브리드 웹 에이전트 기반의 클라우드 환경 모니터링 시스템 및 방법을 제공하는데 있다.A technical problem to be achieved by the present invention is to provide a hybrid web agent-based cloud environment monitoring system and method capable of automatically installing a web agent when a virtual machine is created, and requesting and automating various necessary configurations from a server to a web agent. .

본 발명의 실시예에 따르면, 가상 머신 노드 각각에 설치되는 웹 에이전트 및 모니터링 서버를 포함하는 시스템에 있어서, 상기 모니터링 서버는, 데이터베이스; 사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정하고, 상기 웹 에이전트로 모니터링 정책을 전달하는 모니터링 정책 매니저; 상기 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 모니터링 데이터를 수집하는 콜렉터; 및 상기 모니터링 정책에 따라 상기 데이터 베이스에 저장된 기준 데이터와 상기 콜렉터에서 수집한 모니터링 데이터를 비교하여 알람 출력 여부를 결정하는 알람 정책 매니저를 포함하고, 상기 웹 에이전트는 상기 모니터링 정책을 수신하여 모니터링 동작을 수행하고, 모니터링 데이터를 생성하여 상기 모니터링 정책에 따라 상기 풀(pull)방식 또는 푸쉬(push)방식으로 전송하는 클라우드 환경 모니터링 시스템을 제공한다.According to an embodiment of the present invention, a system including a web agent and a monitoring server installed in each virtual machine node, the monitoring server comprising: a database; A monitoring policy manager that sets a monitoring policy according to a user-defined monitoring file policy and delivers the monitoring policy to the web agent; A collector that collects monitoring data in a pull method or a push method according to the monitoring policy; And an alarm policy manager that determines whether to output an alarm by comparing the reference data stored in the database with the monitoring data collected by the collector according to the monitoring policy, and the web agent receives the monitoring policy to perform monitoring operation. Provides a cloud environment monitoring system that performs and generates monitoring data and transmits it in the pull or push manner according to the monitoring policy.

상기 모니터링 정책 파일은 모니터링 노드 정보, 알람 정책, 모니터링 데이터 수집 주기, 각 노드에 대한 모니터링 아이템 정보를 포함할 수 있다.The monitoring policy file may include monitoring node information, alarm policy, monitoring data collection cycle, and monitoring item information for each node.

상기 모니터링 정책 매니저는 상기 모니터링 노드 정보, 상기 모니터링 데이터 수집 주기 및 상기 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정할 수 있다.The monitoring policy manager may set a monitoring data collection method using at least one of the monitoring node information, the monitoring data collection cycle, and monitoring item information for each node.

상기 모니터링 정책 매니저는 노드 및 모니터링 아이템 중 적어도 하나에 대하여로 각각 모니터링 데이터 수집 방식을 설정할 수 있다.The monitoring policy manager may set a monitoring data collection method for at least one of a node and a monitoring item.

상기 모니터링 정책 매니저는 상기 모니터링 아이템의 유형과 상기 모니터링 서버에 연계되어 있는 가상 머신 노드의 개수를 이용하여 상기 모니터링 데이터 수집 방식을 설정할 수 있다.The monitoring policy manager may set the monitoring data collection method using the type of the monitoring item and the number of virtual machine nodes connected to the monitoring server.

상기 모니터링 데이터를 외부에 표시하기 위한 유저 인터페이스부를 더 포함할 수 있다.A user interface unit for displaying the monitoring data externally may be further included.

상기 유저 인터페이스부는 상기 알람 정책 매니저가 알람 출력을 결정할 경우 대응되는 모니터링 데이터를 대시보드에 출력할 수 있다.The user interface unit may output corresponding monitoring data to a dashboard when the alarm policy manager determines an alarm output.

본 발명의 실시예에 따르면, 가상 머신 노드 각각에 설치되는 웹 에이전트 및 모니터링 서버의 클라우드 환경 모니터링 방법에 있어서, 상기 모니터링 서버가 사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정하는 단계; 상기 모니터링 서버가 상기 웹 에이전트로 모니터링 정책을 전달하는 단계; 상기 웹 에이전트가 상기 모니터링 정책을 수신하여 모니터링 동작을 수행하는 단계; 상기 웹 에이전트가 모니터링 데이터를 생성하여 상기 모니터링 정책에 따라 상기 풀(pull)방식 또는 푸쉬(push)방식으로 전송하는 단계; 상기 모니터링 서버가 상기 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 모니터링 데이터를 수집하는 단계; 상기 모니터링 서버가 상기 모니터링 정책에 따라 상기 데이터 베이스에 저장된 기준 데이터와 상기 콜렉터에서 수집한 모니터링 데이터를 비교하여 알람 출력 여부를 결정하는 단계를 포함하는 클라우드 환경 모니터링 방법을 제공한다.According to an embodiment of the present invention, a cloud environment monitoring method of a web agent and a monitoring server installed in each virtual machine node, the monitoring server comprising: setting a monitoring policy according to a monitoring file policy defined by a user; The monitoring server delivering a monitoring policy to the web agent; The web agent receiving the monitoring policy and performing a monitoring operation; Generating, by the web agent, monitoring data and transmitting it in the pull method or the push method according to the monitoring policy; The monitoring server collecting monitoring data in a pull method or a push method according to the monitoring policy; The monitoring server provides a cloud environment monitoring method comprising comparing the reference data stored in the database with the monitoring data collected by the collector according to the monitoring policy to determine whether to output an alarm.

상기 모니터링 정책을 설정하는 단계는, 상기 모니터링 노드 정보, 상기 모니터링 데이터 수집 주기 및 상기 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정하는 단계를 포함할 수 있다.The setting of the monitoring policy may include setting a monitoring data collection method using at least one of the monitoring node information, the monitoring data collection cycle, and monitoring item information for each node.

본 발명인 클라우드 환경 모니터링 시스템 및 방법은 가상 머신 생성시 웹 에이전트를 자동으로 설치하고, 필요한 여러 구성을 서버에서 웹 에이전트로 요청하여 자동화할 수 있다.The cloud environment monitoring system and method according to the present invention can automatically install a web agent when a virtual machine is created, and request various configurations from a server to a web agent.

도1은 본 발명의 실시예에 따른 클라우드 환경 모니터링 시스템의 개념도이다.
도2는 본 발명의 실시예에 따른 모니터링 서버의 구성 블록도이다.
도3은 본 발명의 실시예에 따른 웹 에이전트의 구성 블록도이다.
도4는 본 발명의 실시예에 따른 클라우드 환경 모니터링 방법의 순서도이다.
1 is a conceptual diagram of a cloud environment monitoring system according to an embodiment of the present invention.
2 is a configuration block diagram of a monitoring server according to an embodiment of the present invention.
3 is a block diagram of a web agent according to an embodiment of the present invention.
4 is a flow chart of a cloud environment monitoring method according to an embodiment of the present invention.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. The present invention can be applied to various changes and can have various embodiments, and specific embodiments will be illustrated and described in the drawings. However, this is not intended to limit the present invention to specific embodiments, and should be understood to include all modifications, equivalents, and substitutes included in the spirit and scope of the present invention.

제2, 제1 등과 같이 서수를 포함하는 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되지는 않는다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들어, 본 발명의 권리 범위를 벗어나지 않으면서 제2 구성요소는 제1 구성요소로 명명될 수 있고, 유사하게 제1 구성요소도 제2 구성요소로 명명될 수 있다. 및/또는 이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중의 어느 항목을 포함한다. Terms including ordinal numbers such as second and first may be used to describe various components, but the components are not limited by the terms. The terms are used only for the purpose of distinguishing one component from other components. For example, the second component may be referred to as a first component without departing from the scope of the present invention, and similarly, the first component may also be referred to as a second component. The term and / or includes a combination of a plurality of related described items or any one of a plurality of related described items.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. When an element is said to be "connected" or "connected" to another component, it is understood that other components may be directly connected to or connected to the other component, but other components may exist in the middle. It should be. On the other hand, when a component is said to be "directly connected" or "directly connected" to another component, it should be understood that no other component exists in the middle.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terms used in this application are only used to describe specific embodiments, and are not intended to limit the present invention. Singular expressions include plural expressions unless the context clearly indicates otherwise. In this application, the terms "include" or "have" are intended to indicate the presence of features, numbers, steps, actions, components, parts or combinations thereof described herein, one or more other features. It should be understood that the existence or addition possibilities of fields or numbers, steps, operations, components, parts or combinations thereof are not excluded in advance.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by a person skilled in the art to which the present invention pertains. Terms such as those defined in a commonly used dictionary should be interpreted as having meanings consistent with meanings in the context of related technologies, and should not be interpreted as ideal or excessively formal meanings unless explicitly defined in the present application. Does not.

이하, 첨부된 도면을 참조하여 실시예를 상세히 설명하되, 도면 부호에 관계없이 동일하거나 대응하는 구성 요소는 동일한 참조 번호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다.Hereinafter, exemplary embodiments will be described in detail with reference to the accompanying drawings, but the same or corresponding components are assigned the same reference numbers regardless of reference numerals, and overlapping descriptions thereof will be omitted.

도1은 본 발명의 실시예에 따른 클라우드 환경 모니터링 시스템의 개념도이고, 도2는 본 발명의 실시예에 따른 모니터링 서버의 구성 블록도이고, 도3은 본 발명의 실시예에 따른 웹 에이전트의 구성 블록도이다.1 is a conceptual diagram of a cloud environment monitoring system according to an embodiment of the present invention, FIG. 2 is a configuration block diagram of a monitoring server according to an embodiment of the present invention, and FIG. 3 is a configuration of a web agent according to an embodiment of the present invention It is a block diagram.

클라우드 환경은 클라우드 시스템(400)에 접속하는 복수개의 클라이언트 장치(500)로 구성될 수 있는데, 클라우드 시스템(400)은 복수 개의 물리 서버와 물리 서버내 탑재되는 가상 머신(300)을 포함한다.The cloud environment may be composed of a plurality of client devices 500 accessing the cloud # system 400, and the cloud # system 400 includes a plurality of physical servers and a virtual machine 300 mounted in the physical server.

클라우드 시스템(400)은 복수 개의 클라우드 서비스를 제공하기 위한 물리적인 서버의 집합을 의미할 수 있으며, 물리적인 서버 상에서 구현된 복수 개의 가상 머신(300)이 제공되는 환경을 나타낼 수도 있다.The cloud “system 400” may mean a set of physical servers for providing a plurality of “cloud” services, and may indicate an environment in which a plurality of “virtual machine 300” implemented on a physical server is provided.

이러한 각각의 가상 머신(300)은 스토리지 서비스 또는 데이터 분석 서비스 등을 제공한다.Each of these virtual machines 300 provides a storage service or a data analysis service.

클라이언트 장치(500)는 예를 들어 유선 또는 무선통신모듈을 포함하는 장치로서, 클라우드 시스템(400)에 접속하여 소정의 작업을 수행하는 장치일 수 있다.The client device 500 is, for example, a device including a wired or wireless communication module, and may be a device that connects to the “cloud” system 400 and performs a predetermined task.

클라이언트 장치(500)의 종류에는 제한이 없으며, 예를 들어 일반적인 데스크탑 PC이거나 휴대가 가능하고 무선 인터넷 또는 휴대 인터넷을 통하여 클라우드 시스템을 제공하는 클라우드 서버와 통신 가능한 셀룰러폰(Cellular phone), 피씨에스폰(PCS phone: Personal Communications Services phone), 동기식/비동기식 IMT-2000(International Mobile Telecommunication-2000) 등 이동 단말을 포함하고, 이외에도 팜 PC(Palm Personal Computer), 개인용 디지털 보조기(PDA: Personal Digital Assistant), 스마트폰(Smart phone), 왑폰(WAPphone: Wireless application protocol phone), 모바일 게임기(mobile play-station)장치 또는, 랩탑 컴퓨터, 태블릿 컴퓨터, 네비게이션 시스템 등 일 수 있다.There is no limitation on the type of the client device 500, for example, a general desktop PC or a cellular phone that can be portable and communicate with a “cloud” server that provides a “cloud system” through a wireless Internet or a portable Internet, and a PC phone. (PCS phone: Personal Communications Services phone), including synchronous / asynchronous IMT-2000 (International Mobile Telecommunication-2000) mobile terminal, in addition to Palm PC (Palm Personal Computer), personal digital assistant (PDA: Personal Digital Assistant), It may be a smart phone, a wireless application protocol phone (WAPphone), a mobile play-station device, or a laptop computer, tablet computer, or navigation system.

이러한 클라이언트 장치(500)와 클라우드 시스템(400)을 연결하는 네트워크는 유선 또는 무선 인터넷일 수도 있고, 이외에도 유선 공중망, 무선 이동 통신망, 또는 휴대 인터넷 등과 통합된 코어망일 수도 있고, TCP/IP 프로토콜 및 그 상위 계층에 존재하는 여러 서비스, 즉 HTTP(Hyper Text Transfer Protocol), Telnet, FTP(File Transfer Protocol), DNS(Domain Name System), SMTP(Simple Mail Transfer Protocol) 등을 제공하는 개방형 컴퓨터 네트워크 구조를 의미할 수 있다.The network connecting the client device 500 and the “cloud” system 400 may be a wired or wireless Internet, or may be a wired public network, a wireless mobile communication network, or a core network integrated with the portable Internet, the TCP / IP protocol, and the like. Refers to an open computer network structure that provides several services at the upper layer, such as Hyper Text Transfer Protocol (HTTP), Telnet, File Transfer Protocol (FTP), Domain Name System (DNS), and Simple Mail Transfer Protocol (SMTP). can do.

본 발명의 실시예에 따른 클라우드 환경 모니터링 시스템은 모니터링 서버(100)와 복수개의 웹 에이전트(200)를 포함할 수 있다. 웹 에이전트(200)는 복수개의 가상 머신 노드(300)에 각각 설치될 수 있다. 웹 에이전트(200)는 가상 머신 노드(300) 생성시 자동으로 설치되며, 모니터링 서버(100)는 클라우드 환경 모니터링을 위한 다양한 구성을 웹 에이전트(200)에 요청하도록 자동화 설계되어 있다.The cloud environment monitoring system according to an embodiment of the present invention may include a monitoring server 100 and a plurality of web agents 200. The web agent 200 may be installed on a plurality of virtual machine nodes 300, respectively. The web agent 200 is automatically installed when the virtual machine node 300 is created, and the monitoring server 100 is automatically designed to request various configurations for monitoring the cloud environment from the web agent 200.

본 발명의 실시예에 따른 모니터링 서버(100)는 데이터베이스(110), 모니터링 정책 매니저(120), 콜렉터(130), 알람 정책 매니저(140) 및 유저 인터페이스(150)를 포함하여 구성될 수 있다.The monitoring server 100 according to an embodiment of the present invention may include a database 110, a monitoring policy manager 120, a collector 130, an alarm policy manager 140 and a user interface 150.

데이터베이스(110)는 수집된 데이터를 데이터 유형과 타임 테이블에 따라 분류하여 저장할 수 있다. 데이터베이스(110)는 모니터링 파일 정책, 모니터링 정책, 모니터링 수집 방식에 대한 정보를 시간에 따라 분류하여 저장할 수 있다.The database 110 may classify and store the collected data according to the data type and time table. The database 110 may classify and store information on monitoring file policies, monitoring policies, and monitoring collection methods over time.

모니터링 정책 매니저(120)는 사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정하고, 웹 에이전트(200)로 모니터링 정책을 전달할 수 있다. 모니터링 정책 매니저(120)는 HTTP POST 메시지를 이용하여 웹 에이전트(200)로 모니터링 정책을 전달할 수 있다.The monitoring policy manager 120 may set the monitoring policy according to the monitoring file policy defined by the user, and deliver the monitoring policy to the web agent 200. The monitoring policy manager 120 may deliver a monitoring policy to the web agent 200 using an HTTP POST message.

모니터링 정책 매니저(120)는 사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정하고, 데이터베이스(110), 콜렉터(120), 알람 정책 매니저(130)로 전달할 수 있다.The monitoring policy manager 120 may set the monitoring policy according to the monitoring file policy defined by the user, and transmit it to the database 110, the collector 120, and the alarm policy manager 130.

본 발명의 실시예에서 모니터링 정책 파일은 모니터링 노드 정보, 알람 정책, 모니터링 데이터 수집 주기, 각 노드에 대한 모니터링 아이템 정보를 포함할 수 있다. In an embodiment of the present invention, the monitoring policy file may include monitoring node information, alarm policy, monitoring data collection cycle, and monitoring item information for each node.

모니터링 노드 정보는 가상 머신 노드의 유형, 설정, 주소 등을 포함하는 정보일 수 있다. 알람 정책은 모니터링 정보와 데이터베이스에 저장된 조건을 비교하여 알람 출력 여부를 결정하기 위한 조건문을 의미할 수 있다. 모니터링 데이터 수집주기는 가상 머신 노드별 모니터링 데이터를 수집하기 위한 주기 정보를 의미할 수 있다. 모니터링 아이템 정보는 가상 머신 내부 모니터링 정보를 의미할 수 있다.Monitoring node information may be information including the type, setting, and address of a virtual machine node. The alarm policy may refer to a condition statement for determining whether to output an alarm by comparing the monitoring information and the conditions stored in the database. The monitoring data collection cycle may refer to cycle information for collecting monitoring data for each virtual machine node. The monitoring item information may mean monitoring information inside the virtual machine.

모니터링 정책 매니저(120)는 모니터링 노드 정보, 모니터링 데이터 수집 주기 및 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정할 수 있다. 본 발명의 실시예에서 모니터링 데이터 수집 방식은 사용자가 정의한 모니터링 정책 파일을 참고하여 설정될 수 있다. 즉, 모니터링 정책 매니저(120)는 모니터링 정책 파일에 포함된 모니터링 노드 정보, 모니터링 데이터 수집 주기 및 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정할 수 있다.The monitoring policy manager 120 may set a monitoring data collection method using at least one of monitoring node information, monitoring data collection cycle, and monitoring item information for each node. In an embodiment of the present invention, a monitoring data collection method may be set by referring to a monitoring policy file defined by a user. That is, the monitoring policy manager 120 may set a monitoring data collection method using at least one of monitoring node information, monitoring data collection cycle, and monitoring item information for each node included in the monitoring policy file.

이 때, 모니터링 정책 매니저(120)는 노드 및 모니터링 아이템 중 적어도 하나에 대하여로 각각 모니터링 데이터 수집 방식을 설정할 수 있다. 모니터링 정책 매니저(120)는 복수개의 가상 머신 노드(300) 각각에 대하여 모니터링 데이터 수집 방식을 설정할 수 있다. 또한, 모니터링 정책 매니저(120)는 모니터링 아이템의 각각에 대하여 모니터링 데이터 수집 방식을 설정할 수 있다. 또한, 모니터링 정책 매니저(120)는 각각의 가상 머신 노드(300)에서 수집되는 모니터링 아이템 각각에 대하여 모니터링 데이터 수집 방식을 설정할 수 있다.At this time, the monitoring policy manager 120 may set a monitoring data collection method for at least one of the node and the monitoring item. The monitoring policy manager 120 may set a monitoring data collection method for each of the plurality of virtual machine nodes 300. In addition, the monitoring policy manager 120 may set a monitoring data collection method for each monitoring item. In addition, the monitoring policy manager 120 may set a monitoring data collection method for each monitoring item collected from each virtual machine node 300.

또한, 모니터링 정책 매니저(120)는 모니터링 아이템의 유형과 모니터링 서버(100)에 연계되어 있는 가상 머신 노드(300)의 개수를 이용하여 모니터링 데이터 수집 방식을 설정할 수 있다. 예를 들면, 모니터링 정책 매니저(120)는 모니터링 아이템의 유형이 정확성을 필요로 하는 데이터일 경우 모니터링 데이터 수집 방식을 푸쉬(PUSH)방식으로 설정할 수 있다. 예를 들면, 모니터링 정책 매니저(120)는 연계되어 있는 가상 머신 노드(300)의 개수가 기 설정 개수를 초과할 경우 모니터링 데이터 수집 방식을 풀(PULL)방식으로 설정할 수 있다.In addition, the monitoring policy manager 120 may set a monitoring data collection method using the type of monitoring items and the number of virtual machine nodes 300 connected to the monitoring server 100. For example, the monitoring policy manager 120 may set the monitoring data collection method as a PUSH method when the type of the monitoring item is data that requires accuracy. For example, the monitoring policy manager 120 may set a monitoring data collection method as a pull method when the number of associated virtual machine nodes 300 exceeds a preset number.

본 발명의 실시예에서, 푸쉬 방식은 각 서버(가상머신 또는 물리적인 서버)에 웹 에이전트(200)를 설치하고 해당 웹 에이전트(200)들이 모니터링 데이터를 수집한 뒤 모니터링 서버(100)로 전송하는 방식이다. 푸쉬 방식은 각각의 웹 에이전트(200)에 모니터링 서버(100)의 네트워크 주소 정보를 기입하고, 웹 에이전트(200)는 기입된 주소 정보를 이용하여 모니터링 데이터를 모니터링 서버(100)로 전송한다. 푸쉬 방식은 가상 머신의 개념이 나오기 이전부터 사용된 방식으로, 클라우드의 개념이 도입되어 수많은 가상 머신이 생성되고 불필요한 경우 사라지는 상황에서 가상 머신이 생성될 때마다 동일한 작업을 반복적으로 수행해야 하므로 시간적인 측면과 리소스적인 측면에서 비효율적일 수 있다. 다만 푸쉬 방식은 웹 에이전트가 자신이 모니터링하는 특정 가상 머신에 대한 모니터링 데이터를 지속적으로 모니터링 서버에 보내주면 되므로 모니터링 데이터 수집한다는 관점에서 정확성이 높다. 일반적으로 모니터링 해야하는 상황이 정확해야 하거나, 과금과 같이 수집되는 데이터에 따라 과금이 부여되어야 하는 상황에서는 해당 방식이 유용하게 적용될 수 있다. 따라서, 모니터링 정책 매니저(120)는 모니터링 정책 파일에 포함된 모니터링 노드 정보, 모니터링 데이터 수집 주기 및 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터의 정확성이 요구되는 경우 모니터링 데이터 수집 방식을 푸쉬 방식으로 설정할 수 있다.In an embodiment of the present invention, the push method installs the web agent 200 on each server (virtual machine or physical server) and collects monitoring data from the web agents 200 and transmits the monitoring data to the monitoring server 100 Way. The push method writes the network address information of the monitoring server 100 to each web agent 200, and the web agent 200 transmits the monitoring data to the monitoring server 100 using the written address information. The push method was used before the concept of the virtual machine. Since the concept of the cloud was introduced and numerous virtual machines are created and disappear when unnecessary, the same operation must be performed repeatedly every time a virtual machine is created. It can be inefficient in terms of aspects and resources. However, the push method is highly accurate in terms of collecting monitoring data because the web agent needs to continuously send monitoring data for a specific virtual machine that it monitors to the monitoring server. In general, when the situation to be monitored must be accurate, or in a situation where charging is to be given according to collected data such as charging, the method may be useful. Accordingly, the monitoring policy manager 120 uses the monitoring node information included in the monitoring policy file, monitoring data collection cycle, and monitoring item information for each node to determine the monitoring data collection method when accuracy of the monitoring data is required. It can be set by the push method.

본 발명의 실시예에서, 풀 방식은 모니터링 서버(100)가 웹 에이전트(200)들의 네트워크 주소를 모두 가지고 직접적으로 웹 에이전트(200)들로부터 데이터를 가져오는 방식이다. 풀 방식은 대다수의 가상 머신 혹은 컨테이너들을 모니터링 할 때 유용하다. 각각의 웹 에이전트들을 구성할 필요없이 모니터링 서버에서 해당 에이전트들의 네트워크 주소만 기입해주면 모니터링 서버가 직접 웹 에이전트에 접근하여 데이터를 가져온다. 풀 방식은 반복적인 작업이 불필요하므로 다수의 가상 머신에 대하여 모니터링이 필요한 환경에 적합하다. 하지만 각각의 웹 에이전트들이 수집한 모니터링 데이터를 모니터링 서버가 가져가지 않는다면 데이터의 손실이 발생할 수 있어 정확성이 떨어질 수 있다. 웹 에이전트가 특정 시간에 수집한 데이터를 모니터링 서버가 해당 시간에 데이터를 가져오지 않는다면, 데이터의 분실이 발생 할 수 있다. 따라서, 모니터링 정책 매니저(120)는 모니터링 정책 파일에 포함된 모니터링 노드 정보, 모니터링 데이터 수집 주기 및 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 데이터의 정확성이 낮더라도 수많은 가상머신 혹은 컨테이너를 모니터링 해야하는 경우 모니터링 데이터 수집 방식을 풀 방식으로 설정할 수 있다.In an embodiment of the present invention, the pool method is a method in which the monitoring server 100 fetches data directly from the web agents 200 with all the network addresses of the web agents 200. The pull method is useful when monitoring the majority of virtual machines or containers. Without having to configure each web agent, simply enter the network address of the agents in the monitoring server, and the monitoring server directly accesses the web agent and fetches data. The pull method is suitable for an environment in which multiple virtual machines need to be monitored because no repetitive work is required. However, if the monitoring server does not bring the monitoring data collected by each web agent, data loss may occur and the accuracy may decrease. If the monitoring server does not bring the data collected by the web agent at a specific time, the data may be lost. Therefore, the monitoring policy manager 120 monitors numerous virtual machines or containers even if the accuracy of the data is low by using at least one of monitoring node information, monitoring data collection cycle, and monitoring item information for each node included in the monitoring policy file. If necessary, the monitoring data collection method can be set as a full method.

즉, 모니터링 정책 매니저(120)는 모니터링 정책 파일에 포함된 모니터링 노드 정보, 모니터링 데이터 수집 주기 및 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터의 정확도 요구 정도와 연계되어 있는 가상 머신의 개수를 분석하고, 분석 결과에 따라 모니터링 데이터 수집 방식을 푸쉬 또는 풀 방식으로 설정할 수 있다.That is, the monitoring policy manager 120 uses the at least one of monitoring node information, monitoring data collection cycle, and monitoring item information for each node included in the monitoring policy file to monitor the accuracy of the monitoring data. The number can be analyzed and the monitoring data collection method can be set as a push or pull method according to the analysis result.

콜렉터(130)는 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 모니터링 데이터를 수집할 수 있다. 콜렉터(130)는 모니터링 정책 매니저(120)로부터 전달받은 모니터링 정책에 따라 각 웹 에이전트(200)로부터 푸쉬 방식으로 전송된 모니터링 데이터를 수집하고 이를 데이터베이스(110)에 저장한다. 또는 콜렉터(130)는 모니터링 정책 매니저(120)로부터 전달받은 모니터링 정책에 따라 각 웹 에이전트(200)에 액세스하여 풀 방식으로 모니터링 데이터를 수집하고 이를 데이터베이스(110)에 저장한다.The collector 130 may collect monitoring data in a pull method or a push method according to a monitoring policy. The collector 130 collects monitoring data transmitted in a push manner from each web agent 200 according to the monitoring policy received from the monitoring policy manager 120 and stores it in the database 110. Alternatively, the collector 130 accesses each web agent 200 according to the monitoring policy received from the monitoring policy manager 120 to collect monitoring data in a pool manner and stores it in the database 110.

알람 정책 매니저(140)는 모니터링 정책에 따라 데이터베이스(110)에 저장된 기준 데이터와 콜렉터(130)에서 수집한 모니터링 데이터를 비교하여 알람 출력 여부를 결정할 수 있다. 알람 정책 매니저(140)는 데이터베이스(110)에 저장된 모니터링 데이터를 알람 정책에 따른 조건과 비교한다. 알람 정책 매니저(140)는 조건을 비교하여 참일 경우 대쉬보드의 알람 리스트에 이를 추가한다. The alarm policy manager 140 may determine whether to output an alarm by comparing the reference data stored in the database 110 with the monitoring data collected by the collector 130 according to the monitoring policy. The alarm policy manager 140 compares monitoring data stored in the database 110 with conditions according to the alarm policy. The alarm policy manager 140 compares the conditions and, if true, adds them to the alarm list of the dashboard.

알람 정책 매니저(140)는 사용자가 설정한 알람 정책에 따라 데이터베이스(110)에서 값을 가져와 이를 비교하고 만약 특정 임계치 혹은 상태에 대해서 알람이 발생할 경우 유저 인터페이스(150)의 대쉬보드(Dashboard)를 통해 표시하게 한다. The alarm policy manager 140 fetches a value from the database 110 according to the alarm policy set by the user and compares it, and if an alarm occurs for a specific threshold or state, through the dashboard of the user interface 150 Let it be marked.

유저 인터페이스부(150)는 모니터링 데이터를 외부에 표시할 수 있다. 유저 인터페이스부(150)는 알람 정책 매니저가 알람 출력을 결정할 경우 대응되는 모니터링 데이터를 대시보드에 출력할 수 있다. 유저 인터페이스부(150)는 사용자가 모니터링 데이터를 그래프, 통계 등으로 확인 할 수 있도록 시각적, 청각적으로 외부로 표시할 수 있다. 유저 인터페이스부(150)는 대쉬보드를 사용하여 데이터 베이스(110)로부터 데이터를 가져와 그래프를 구성하거나 여러 가지 지표를 표현하여 사용자에게 시각적인 효과를 나타낼 수 있다.The user interface 150 may display monitoring data to the outside. The user interface unit 150 may output the corresponding monitoring data to the dashboard when the alarm policy manager determines the alarm output. The user interface 150 may visually and audibly display the user so that the user can check the monitoring data with graphs and statistics. The user interface 150 may bring data from the database 110 using a dashboard and construct a graph or express various indicators to show a visual effect to the user.

본 발명의 실시예에 따른 웹 에이전트(200)는 인디케이터(indicator) (210), 푸셔(pusher) (220) 및 콜렉터(collector)(230)를 포함하여 구성될 수 있다.Web agent 200 according to an embodiment of the present invention may be configured to include an indicator (indicator) 210, a pusher (pusher) 220, and a collector (collector) 230.

웹 에이전트(200)는 모니터링 정책을 수신하여 모니터링 동작을 수행하고, 모니터링 데이터를 생성하여 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 전송할 수 있다.The web agent 200 may receive a monitoring policy and perform a monitoring operation, generate monitoring data, and transmit it in a pull method or a push method according to the monitoring policy.

인디케이터(210)는 모니터링 서버(100)로부터 모니터링에 필요한 각종 정보를 HTTP POST로 수신하거나 전송할 수 있다.The indicator 210 may receive or transmit various information necessary for monitoring from the monitoring server 100 through HTTP POST.

인디케이터(210)는 모니터링 데이터 수집 방식이 푸쉬 방식일 경우, 푸셔(220)에게 모니터링 동작을 수행할 것을 요청하고 모니터링 아이템, 시간 그리고 수집한 데이터를 보낼 모니터링 서버(100)의 주소를 전달한다. When the monitoring data collection method is the push method, the indicator 210 requests the pusher 220 to perform the monitoring operation and delivers the monitoring item, time, and address of the monitoring server 100 to send the collected data.

푸셔(210)는 모니터링 데이터 수집 동작을 수행하여 모니터링 서버(100)로 전송할 수 있다.The pusher 210 may perform a monitoring data collection operation and transmit it to the monitoring server 100.

모니터링 데이터 수집 방식이 풀 방식일 경우, 모니터링 서버(100)는 웹 에이전트(200)의 콜렉터(230)에 액세스하여 필요한 정보를 수집할 수 있다.When the monitoring data collection method is a full method, the monitoring server 100 may access the collector 230 of the web agent 200 to collect necessary information.

도4는 본 발명의 실시예에 따른 클라우드 환경 모니터링 방법의 순서도이다.4 is a flow chart of a cloud environment monitoring method according to an embodiment of the present invention.

도4를 참조하면, 먼저, 모니터링 서버는 사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정힌다. 이때, 모니터링 서버는 모니터링 파일 정책에 포함된 모니터링 노드 정보, 모니터링 데이터 수집 주기 및 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정한다(S401).4, first, the monitoring server sets a monitoring policy according to a monitoring file policy defined by a user. At this time, the monitoring server sets the monitoring data collection method using at least one of the monitoring node information, the monitoring data collection cycle, and the monitoring item information for each node included in the monitoring file policy (S401).

다음으로, 모니터링 서버는 웹 에이전트로 모니터링 정책을 전달한다(S402).Next, the monitoring server delivers the monitoring policy to the web agent (S402).

다음으로, 웹 에이전트는 모니터링 정책을 수신하여 모니터링 동작을 수행한다(S403).Next, the web agent receives the monitoring policy and performs a monitoring operation (S403).

다음으로, 웹 에이전트는 모니터링 데이터를 생성하여 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 전송한다(S404).Next, the web agent generates monitoring data and transmits it in a pull method or a push method according to the monitoring policy (S404).

다음으로, 모니터링 서버는 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 모니터링 데이터를 수집한다(S405).Next, the monitoring server collects monitoring data in a pull method or a push method according to the monitoring policy (S405).

다음으로, 모니터링 서버는 모니터링 정책에 따라 데이터 베이스에 저장된 기준 데이터와 콜렉터에서 수집한 모니터링 데이터를 비교하여 알람 출력 여부를 결정한다(S406).Next, the monitoring server determines whether an alarm is output by comparing the reference data stored in the database with the monitoring data collected by the collector according to the monitoring policy (S406).

다음으로, 모니터링 서버는 알람 출력을 결정할 경우 대응되는 모니터링 데이터를 대시보드에 출력한다(S407).Next, when determining the alarm output, the monitoring server outputs the corresponding monitoring data to the dashboard (S407).

본 실시예에서 사용되는 '~부'라는 용어는 소프트웨어 또는 FPGA(field-programmable gate array) 또는 ASIC과 같은 하드웨어 구성요소를 의미하며, '~부'는 어떤 역할들을 수행한다. 그렇지만 '~부'는 소프트웨어 또는 하드웨어에 한정되는 의미는 아니다. '~부'는 어드레싱할 수 있는 저장 매체에 있도록 구성될 수도 있고 하나 또는 그 이상의 프로세서들을 재생시키도록 구성될 수도 있다. 따라서, 일 예로서 '~부'는 소프트웨어 구성요소들, 객체지향 소프트웨어 구성요소들, 클래스 구성요소들 및 태스크 구성요소들과 같은 구성요소들과, 프로세스들, 함수들, 속성들, 프로시저들, 서브루틴들, 프로그램 코드의 세그먼트들, 드라이버들, 펌웨어, 마이크로코드, 회로, 데이터, 데이터베이스, 데이터 구조들, 테이블들, 어레이들, 및 변수들을 포함한다. 구성요소들과 '~부'들 안에서 제공되는 기능은 더 작은 수의 구성요소들 및 '~부'들로 결합되거나 추가적인 구성요소들과 '~부'들로 더 분리될 수 있다. 뿐만 아니라, 구성요소들 및 '~부'들은 디바이스 또는 보안 멀티미디어카드 내의 하나 또는 그 이상의 CPU들을 재생시키도록 구현될 수도 있다.The term '~ unit' used in this embodiment means software or a hardware component such as a field-programmable gate array (FPGA) or an ASIC, and '~ unit' performs certain roles. However, '~ wealth' is not limited to software or hardware. The '~ unit' may be configured to be in an addressable storage medium or may be configured to reproduce one or more processors. Thus, as an example, '~ unit' refers to components such as software components, object-oriented software components, class components and task components, processes, functions, attributes, and procedures. , Subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, database, data structures, tables, arrays, and variables. The functions provided within components and '~ units' may be combined into a smaller number of components and '~ units', or further separated into additional components and '~ units'. In addition, the components and '~ unit' may be implemented to play one or more CPUs in the device or secure multimedia card.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다. Although described above with reference to preferred embodiments of the present invention, those skilled in the art variously modify and change the present invention without departing from the spirit and scope of the present invention as set forth in the claims below. You can understand that you can.

100: 모니터링 서버
200: 웹 에이전트
100: monitoring server
200: Web agent

Claims (10)

가상 머신 노드 각각에 설치되는 웹 에이전트 및 모니터링 서버를 포함하는 시스템에 있어서,
상기 모니터링 서버는,
데이터베이스;
사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정하고, 상기 웹 에이전트로 모니터링 정책을 전달하는 모니터링 정책 매니저;
상기 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 모니터링 데이터를 수집하는 콜렉터; 및
상기 모니터링 정책에 따라 상기 데이터 베이스에 저장된 기준 데이터와 상기 콜렉터에서 수집한 모니터링 데이터를 비교하여 알람 출력 여부를 결정하는 알람 정책 매니저를 포함하고,
상기 웹 에이전트는 상기 모니터링 정책을 수신하여 모니터링 동작을 수행하고, 모니터링 데이터를 생성하여 상기 모니터링 정책에 따라 상기 풀(pull)방식 또는 푸쉬(push)방식으로 전송하는 클라우드 환경 모니터링 시스템.
In a system comprising a web agent and a monitoring server installed on each virtual machine node,
The monitoring server,
Database;
A monitoring policy manager that sets a monitoring policy according to a user-defined monitoring file policy and delivers the monitoring policy to the web agent;
A collector that collects monitoring data in a pull method or a push method according to the monitoring policy; And
And an alarm policy manager for determining whether to output an alarm by comparing the reference data stored in the database with the monitoring data collected by the collector according to the monitoring policy,
The web agent receives the monitoring policy, performs a monitoring operation, generates monitoring data and transmits the cloud environment monitoring system according to the monitoring policy in a pull method or a push method.
제1항에 있어서,
상기 모니터링 정책 파일은 모니터링 노드 정보, 알람 정책, 모니터링 데이터 수집 주기, 각 노드에 대한 모니터링 아이템 정보를 포함하는 클라우드 환경 모니터링 시스템.
According to claim 1,
The monitoring policy file includes a monitoring node information, an alarm policy, a monitoring data collection cycle, and monitoring item information for each node.
제2항에 있어서,
상기 모니터링 정책 매니저는 HTTP POST 메시지를 이용하여 상기 웹 에이전트로 모니터링 정책을 전달하는 클라우드 환경 모니터링 시스템.
According to claim 2,
The monitoring policy manager is a cloud environment monitoring system that delivers a monitoring policy to the web agent using an HTTP POST message.
제2항에 있어서,
상기 모니터링 정책 매니저는 상기 모니터링 노드 정보, 상기 모니터링 데이터 수집 주기 및 상기 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정하는 클라우드 환경 모니터링 시스템.
According to claim 2,
The monitoring policy manager sets a monitoring data collection method using at least one of the monitoring node information, the monitoring data collection cycle, and monitoring item information for each node.
제4항에 있어서,
상기 모니터링 정책 매니저는 노드 및 모니터링 아이템 중 적어도 하나에 대하여로 각각 모니터링 데이터 수집 방식을 설정하는 클라우드 환경 모니터링 시스템.
According to claim 4,
The monitoring policy manager is a cloud environment monitoring system for setting the monitoring data collection method for each of at least one of the node and the monitoring items.
제4항에 있어서,
상기 모니터링 정책 매니저는 상기 모니터링 아이템의 유형과 상기 모니터링 서버에 연계되어 있는 가상 머신 노드의 개수를 이용하여 상기 모니터링 데이터 수집 방식을 설정하는 클라우드 환경 모니터링 시스템.
According to claim 4,
The monitoring policy manager sets the monitoring data collection method by using the type of the monitoring item and the number of virtual machine nodes connected to the monitoring server.
제1항에 있어서,
상기 모니터링 데이터를 외부에 표시하기 위한 유저 인터페이스부를 더 포함하는 클라우드 환경 모니터링 시스템
According to claim 1,
Cloud environment monitoring system further comprising a user interface for displaying the monitoring data to the outside
제7항에 있어서,
상기 유저 인터페이스부는 상기 알람 정책 매니저가 알람 출력을 결정할 경우 대응되는 모니터링 데이터를 대시보드에 출력하는 클라우드 환경 모니터링 시스템.
The method of claim 7,
The user interface unit is a cloud environment monitoring system that outputs the corresponding monitoring data to the dashboard when the alarm policy manager determines the alarm output.
가상 머신 노드 각각에 설치되는 웹 에이전트 및 모니터링 서버의 클라우드 환경 모니터링 방법에 있어서,
상기 모니터링 서버가 사용자가 정의한 모니터링 파일 정책에 따라 모니터링 정책을 설정하는 단계;
상기 모니터링 서버가 상기 웹 에이전트로 모니터링 정책을 전달하는 단계;
상기 웹 에이전트가 상기 모니터링 정책을 수신하여 모니터링 동작을 수행하는 단계;
상기 웹 에이전트가 모니터링 데이터를 생성하여 상기 모니터링 정책에 따라 상기 풀(pull)방식 또는 푸쉬(push)방식으로 전송하는 단계;
상기 모니터링 서버가 상기 모니터링 정책에 따라 풀(pull)방식 또는 푸쉬(push)방식으로 모니터링 데이터를 수집하는 단계;
상기 모니터링 서버가 상기 모니터링 정책에 따라 상기 데이터 베이스에 저장된 기준 데이터와 상기 콜렉터에서 수집한 모니터링 데이터를 비교하여 알람 출력 여부를 결정하는 단계를 포함하는 클라우드 환경 모니터링 방법.
In the cloud environment monitoring method of the web agent and the monitoring server installed on each virtual machine node,
Setting, by the monitoring server, a monitoring policy according to a monitoring file policy defined by a user;
The monitoring server delivering a monitoring policy to the web agent;
The web agent receiving the monitoring policy and performing a monitoring operation;
Generating, by the web agent, monitoring data and transmitting it in the pull method or the push method according to the monitoring policy;
The monitoring server collecting monitoring data in a pull method or a push method according to the monitoring policy;
And the monitoring server determining whether an alarm is output by comparing the reference data stored in the database with the monitoring data collected by the collector according to the monitoring policy.
제9항에 있어서,
상기 모니터링 정책을 설정하는 단계는,
상기 모니터링 노드 정보, 상기 모니터링 데이터 수집 주기 및 상기 각 노드에 대한 모니터링 아이템 정보 중 적어도 하나를 이용하여 모니터링 데이터 수집 방식을 설정하는 단계를 포함하는 클라우드 환경 모니터링 방법.
The method of claim 9,
The step of setting the monitoring policy,
And setting a monitoring data collection method using at least one of the monitoring node information, the monitoring data collection cycle, and monitoring item information for each node.
KR1020180109057A 2018-09-12 2018-09-12 Monitoring system and method of cloud environment KR102136583B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180109057A KR102136583B1 (en) 2018-09-12 2018-09-12 Monitoring system and method of cloud environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180109057A KR102136583B1 (en) 2018-09-12 2018-09-12 Monitoring system and method of cloud environment

Publications (2)

Publication Number Publication Date
KR20200034022A true KR20200034022A (en) 2020-03-31
KR102136583B1 KR102136583B1 (en) 2020-07-22

Family

ID=70001970

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180109057A KR102136583B1 (en) 2018-09-12 2018-09-12 Monitoring system and method of cloud environment

Country Status (1)

Country Link
KR (1) KR102136583B1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114844794A (en) * 2022-03-25 2022-08-02 之江实验室 Container-oriented resource monitoring method, system and storage medium
KR102492409B1 (en) * 2022-06-22 2023-01-27 (주) 이노트리 Multi/hybrid cloud real-time monitoring system
KR102549159B1 (en) * 2021-12-30 2023-06-29 아콘소프트 주식회사 Edge cloud building system and method for verification automation
CN117170985A (en) * 2023-11-02 2023-12-05 武汉大学 Distributed monitoring method and system for open geographic information network service

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11412044B1 (en) 2021-12-14 2022-08-09 Micro Focus Llc Discovery of resources in a virtual private cloud

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090000498A (en) * 2007-06-28 2009-01-07 한국전자통신연구원 The service provisioning scheme and system at the software vending machine utilizing the virtualization appliance
KR101371068B1 (en) * 2012-02-29 2014-03-10 주식회사 이노그리드 Method and System on Triggering Using Monitoring Metric for Cloud Computing Resource Management
KR101691245B1 (en) * 2012-05-11 2017-01-09 삼성에스디에스 주식회사 System and method for web service monitoring
KR101826498B1 (en) * 2017-05-02 2018-02-07 나무기술 주식회사 Cloud platform system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090000498A (en) * 2007-06-28 2009-01-07 한국전자통신연구원 The service provisioning scheme and system at the software vending machine utilizing the virtualization appliance
KR101371068B1 (en) * 2012-02-29 2014-03-10 주식회사 이노그리드 Method and System on Triggering Using Monitoring Metric for Cloud Computing Resource Management
KR101691245B1 (en) * 2012-05-11 2017-01-09 삼성에스디에스 주식회사 System and method for web service monitoring
KR101826498B1 (en) * 2017-05-02 2018-02-07 나무기술 주식회사 Cloud platform system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102549159B1 (en) * 2021-12-30 2023-06-29 아콘소프트 주식회사 Edge cloud building system and method for verification automation
CN114844794A (en) * 2022-03-25 2022-08-02 之江实验室 Container-oriented resource monitoring method, system and storage medium
KR102492409B1 (en) * 2022-06-22 2023-01-27 (주) 이노트리 Multi/hybrid cloud real-time monitoring system
CN117170985A (en) * 2023-11-02 2023-12-05 武汉大学 Distributed monitoring method and system for open geographic information network service
CN117170985B (en) * 2023-11-02 2024-01-12 武汉大学 Distributed monitoring method and system for open geographic information network service

Also Published As

Publication number Publication date
KR102136583B1 (en) 2020-07-22

Similar Documents

Publication Publication Date Title
KR102136583B1 (en) Monitoring system and method of cloud environment
US10693734B2 (en) Traffic pattern detection and presentation in container-based cloud computing architecture
CN104054316B (en) Systems and methods for conducting load balancing on SMS center and building virtual private network
US10268750B2 (en) Log event summarization for distributed server system
JP2021524090A (en) Selectively provide mutual transport layer security using alternate server names
US8185619B1 (en) Analytics system and method
CN111416845B (en) Method, device and storage medium for configuring edge equipment
US9473369B2 (en) Application topology based on network traffic
US10944655B2 (en) Data verification based upgrades in time series system
US20190230462A1 (en) Method of showing availability zones on a map for customer-owned and cloud provider-owned datacenters
CN110659109A (en) Openstack cluster virtual machine monitoring system and method
US20220030030A1 (en) Dynamically determining a trust level of an end-to-end link
CN111355622A (en) Container traffic monitoring method, system and computer readable storage medium
US10644947B2 (en) Non-invasive diagnosis of configuration errors in distributed system
US9565079B1 (en) Holographic statistics reporting
US11665078B1 (en) Discovery and tracing of external services
US9577900B1 (en) Application centric network experience monitoring
CN117176802B (en) Full-link monitoring method and device for service request, electronic equipment and medium
US11336502B2 (en) Deriving network device and host connection
CN113704765A (en) Operating system identification method and device based on artificial intelligence and electronic equipment
US10432406B1 (en) Cipher rule feedback
CN112187509A (en) Multi-architecture cloud platform execution log management method, system, terminal and storage medium
US20170223136A1 (en) Any Web Page Reporting and Capture
EP3306471B1 (en) Automatic server cluster discovery
WO2023049520A1 (en) Advanced agent instrumentation for opentelemetry implementations

Legal Events

Date Code Title Description
AMND Amendment
E601 Decision to refuse application
AMND Amendment
X701 Decision to grant (after re-examination)
GRNT Written decision to grant