JP2010211319A - Monitoring system, manager device, agent device, manager program, agent program, and monitoring method - Google Patents

Monitoring system, manager device, agent device, manager program, agent program, and monitoring method Download PDF

Info

Publication number
JP2010211319A
JP2010211319A JP2009054191A JP2009054191A JP2010211319A JP 2010211319 A JP2010211319 A JP 2010211319A JP 2009054191 A JP2009054191 A JP 2009054191A JP 2009054191 A JP2009054191 A JP 2009054191A JP 2010211319 A JP2010211319 A JP 2010211319A
Authority
JP
Japan
Prior art keywords
information
manager
monitoring information
monitoring
agent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009054191A
Other languages
Japanese (ja)
Inventor
Isao Iwamura
勲 岩村
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.)
NTT Facilities Inc
Original Assignee
NTT Facilities Inc
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 NTT Facilities Inc filed Critical NTT Facilities Inc
Priority to JP2009054191A priority Critical patent/JP2010211319A/en
Publication of JP2010211319A publication Critical patent/JP2010211319A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To confirm whether information transmitted by an agent device has reached a manager device in a monitoring system using an SNMP. <P>SOLUTION: The agent device 1 is provided with: a monitor information acquisition part 11 for acquiring monitor information; a sequence information addition part 121 for associating sequence information showing the sequence of the acquisition of the monitor information with the monitor information; and an agent transmission part 13 for transmitting the monitor information and the sequence information to a manager device. The manager device is provided with: a manager reception part for receiving the monitor information and reception information transmitted by the agent transmission part 13; and a reception determination part for determining whether the monitor information which cannot be received by the manager reception part exists among the monitor information acquired by the monitor information acquisition part 11 of the agent device 1 based on the sequence information received by the manager reception part. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、装置の監視を行う監視システム、マネージャ装置、エージェント装置、マネージャプログラム、エージェントプログラムおよび監視方法に関する。   The present invention relates to a monitoring system, a manager device, an agent device, a manager program, an agent program, and a monitoring method for monitoring devices.

エージェント装置が自装置の監視を行い、通信可能なネットワークを用いてマネージャ装置に監視情報を送信する監視システムにおいて、エージェント装置とマネージャ装置との間の通信方法(インタフェース)は、従来より知られている。例えば、「標準として規定されている汎用インタフェース」や、「独自のインタフェース」等、多種多様なインタフェースが知られている。なお、エージェント装置が監視を行う項目としては、装置の故障や状態の把握、また、装置の試験および制御などがある。   In a monitoring system in which an agent device monitors its own device and transmits monitoring information to the manager device using a communicable network, a communication method (interface) between the agent device and the manager device is conventionally known. Yes. For example, a wide variety of interfaces such as “general-purpose interface defined as a standard” and “unique interface” are known. The items monitored by the agent device include grasping of device failure and status, device testing and control, and the like.

現在、一般的な監視システムにおいて数多く用いられているインタフェースはSNMP(Simple Network Management Protocol、シンプル ネットワーク マネージメント プロトコル)である。SNMPは、シンプルなインタフェースである。そのため、SNMPを用いると、エージェント装置とマネージャ装置との間で送受信するデータ量が少なくてすむ。よって、マネージャ装置とエージェント装置との間では、高速に通信を行うことができる。また、多種多様なマネージャ装置やエージェント装置がSNMPに対応している。SNMPに対応しているマネージャ装置は、SNMPに対応しているエージェント装置から監視情報を取得することができる。   An interface that is widely used in general monitoring systems at present is SNMP (Simple Network Management Protocol). SNMP is a simple interface. Therefore, when SNMP is used, the amount of data transmitted and received between the agent device and the manager device can be reduced. Therefore, high-speed communication can be performed between the manager device and the agent device. A wide variety of manager devices and agent devices support SNMP. A manager device that supports SNMP can obtain monitoring information from an agent device that supports SNMP.

また、マネージャ装置が、SNMPを用いて、複数のエージェント装置側に対してシーケンシャルなコマンドを実行させる際に、シーケンス処理の中断を防ぐ方法が知られている(例えば、特許文献1参照)。   In addition, a method is known in which a sequencer process is prevented from being interrupted when a manager device executes a sequential command to a plurality of agent devices using SNMP (see, for example, Patent Document 1).

特開2008−153721号公報JP 2008-153721 A

上述したとおり、監視システムにSNMPを用いることで、エージェント装置とマネージャ装置との間で、高速に通信を行うことができる。しかしながら、SNMPは、情報の送達確認や情報の再送を行わないUDP(User Datagram Protocol、ユーザ データグラム プロトコル)を利用することを定義している。また、SNMPは、情報の格納方法や送信方法に関連する点のみを定義しており、送信元から送信先に情報が届いていることを確認する方法や、情報の再送など、信頼性を保証する方法については定義されていない。そのため、SNMPを用いた監視システム、マネージャ装置、エージェント装置、マネージャプログラムおよびエージェントプログラムでは、エージェント装置が送信した情報がマネージャ装置に届いたか否かを確認することができないという問題がある。   As described above, by using SNMP in the monitoring system, communication can be performed at high speed between the agent device and the manager device. However, SNMP defines using UDP (User Datagram Protocol) which does not confirm information delivery or resend information. In addition, SNMP defines only the points related to the information storage method and transmission method, and guarantees reliability, such as a method for confirming that information has arrived from the transmission source to the transmission destination and information retransmission. How to do is not defined. Therefore, there is a problem that the monitoring system, manager device, agent device, manager program, and agent program using SNMP cannot check whether the information transmitted by the agent device has reached the manager device.

本発明は上記の点に鑑みてなされたものであり、SNMPを用いた監視システムにおいて、エージェント装置が送信した情報がマネージャ装置に届いたか否かを確認することができる監視システム、マネージャ装置、エージェント装置、マネージャプログラムおよびエージェントプログラムを提供することを目的とする。   The present invention has been made in view of the above points, and in a monitoring system using SNMP, a monitoring system, a manager device, and an agent that can confirm whether or not the information transmitted by the agent device has reached the manager device An object is to provide a device, a manager program, and an agent program.

本発明は、自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムにおいて、前記エージェント装置は、前記監視情報を取得する監視情報取得部と、前記監視情報取得部が前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加部と、前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信部と、を備え、前記マネージャ装置は、前記エージェント送信部が送信した前記監視情報と前記受信情報とを受信するマネージャ受信部と、前記マネージャ受信部が受信した前記順序情報に基づいて、前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する受信判定部と、を備えたことを特徴とする監視システムである。   The present invention provides a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP, wherein the agent device acquires the monitoring information. A monitoring information acquisition unit; an order information adding unit for associating order information indicating the order in which the monitoring information acquisition unit has acquired the monitoring information with the monitoring information; and the monitoring information and the order information transmitted to the manager device An agent transmitting unit that performs the monitoring based on the order information received by the manager receiving unit and the manager receiving unit that receives the monitoring information and the received information transmitted by the agent transmitting unit. Among the monitoring information acquired by the monitoring information acquisition unit, the manager receiving unit has received And had the reception determination unit determines whether the monitoring information is present, it is a monitoring system characterized by comprising a.

この構成により、エージェント装置の監視情報取得部は、監視情報を取得する。また、エージェント装置の順序情報付加部は、監視情報取得部が監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける。また、エージェント装置のエージェント送信部は、監視情報と順序情報とをマネージャ装置に送信する。また、マネージャ装置のマネージャ受信部は、エージェント送信部が送信した監視情報と受信情報とを受信する。また、受信判定部は、マネージャ受信部が受信した順序情報に基づいて、監視情報取得部が取得した監視情報のうち、マネージャ受信部が受信していない監視情報が存在するか否かを判定する。   With this configuration, the monitoring information acquisition unit of the agent device acquires monitoring information. Further, the order information adding unit of the agent device associates the order information indicating the order in which the monitoring information acquisition unit acquires the monitoring information with the monitoring information. Further, the agent transmission unit of the agent device transmits the monitoring information and the order information to the manager device. Further, the manager receiving unit of the manager device receives the monitoring information and the reception information transmitted by the agent transmitting unit. Further, the reception determination unit determines whether there is monitoring information that is not received by the manager receiving unit among the monitoring information acquired by the monitoring information acquiring unit, based on the order information received by the manager receiving unit. .

よって、SNMPを用いた監視システムにおいて、エージェント装置が送信した情報がマネージャ装置に届いたか否かを確認することができる。   Therefore, in the monitoring system using SNMP, it is possible to confirm whether the information transmitted by the agent device has reached the manager device.

また、本発明の監視システムにおいて、前記マネージャ装置は、前記エージェント送信部が送信した前記順序情報のうち、前記マネージャ受信部が受信した前記順序情報を記憶するマネージャ記憶部を備え、前記受信判定部は、前記マネージャ受信部が受信した前記順序情報と、前記マネージャ記憶部が記憶している前記順序情報とに基づいて、前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定することを特徴とする。   In the monitoring system of the present invention, the manager device includes a manager storage unit that stores the order information received by the manager receiving unit among the order information transmitted by the agent transmitting unit, and the reception determining unit Of the monitoring information acquired by the monitoring information acquisition unit based on the order information received by the manager receiving unit and the order information stored in the manager storage unit. It is characterized by determining whether or not the monitoring information that has not been received exists.

また、本発明の監視システムにおいて、前記マネージャ装置はさらに、前記エージェント装置の前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在すると前記受信判定部が判定した場合、前記マネージャ受信部が受信していない前記監視情報に関連付けられている前記順序情報を特定する順序情報特定部と、前記順序情報特定部が特定した前記順序情報を含んだ監視情報要求メッセージを前記エージェント装置に送信するマネージャ送信部と、を備え、前記エージェント装置はさらに、前記監視情報取得部が取得した前記監視情報と前記順序情報付加部が関連付けた前記順序情報とを関連付けて記憶するエージェント記憶部と、前記マネージャ送信部が送信した前記監視情報要求メッセージを受信するエージェント受信部と、前記エージェント受信部が受信した前記監視情報要求メッセージに含まれる前記順序情報と関連付けて記憶されている前記監視情報を前記エージェント記憶部から読み出す監視情報読み出し部と、を備え、前記エージェント送信部は、前記監視情報読み出し部が読み出した前記監視情報を前記マネージャ装置に送信することを特徴とする。   In the monitoring system of the present invention, the manager device further receives the monitoring information that is not received by the manager receiving unit from the monitoring information acquired by the monitoring information acquiring unit of the agent device. When the determination unit determines, the order information specifying unit for specifying the order information associated with the monitoring information not received by the manager receiving unit, and the order information specified by the order information specifying unit A manager transmission unit that transmits a monitoring information request message to the agent device, and the agent device further includes the monitoring information acquired by the monitoring information acquisition unit and the sequence information associated with the sequence information adding unit. Agent storage unit for storing in association with the monitoring information request transmitted by the manager transmission unit An agent receiving unit that receives a message; and a monitoring information reading unit that reads out the monitoring information stored in association with the order information included in the monitoring information request message received by the agent receiving unit from the agent storage unit; The agent transmitting unit transmits the monitoring information read by the monitoring information reading unit to the manager device.

この構成により、マネージャ装置の順序情報特定部は、エージェント装置の監視情報取得部が取得した監視情報のうち、マネージャ受信部が受信していない監視情報が存在すると受信判定部が判定した場合、マネージャ受信部が受信していない監視情報に関連付けられている順序情報を特定する。また、マネージャ装置のマネージャ送信部は、順序情報特定部が特定した順序情報を含んだ監視情報要求メッセージをエージェント装置に送信する。また、エージェント装置のエージェント記憶部は、監視情報取得部が取得した監視情報と順序情報付加部が関連付けた順序情報とを関連付けて記憶する。また、エージェント装置のエージェント受信部は、マネージャ送信部が送信した監視情報要求メッセージを受信する。また、エージェント装置の監視情報読み出し部は、エージェント受信部が受信した監視情報要求メッセージに含まれる順序情報と関連付けて記憶されている監視情報をエージェント記憶部から読み出す。また、エージェント装置のエージェント送信部は、監視情報読み出し部が読み出した監視情報をマネージャ装置に送信する。   With this configuration, when the reception determination unit determines that there is monitoring information that has not been received by the manager reception unit among the monitoring information acquired by the monitoring information acquisition unit of the agent device, The order information associated with the monitoring information not received by the receiving unit is specified. Further, the manager transmission unit of the manager device transmits a monitoring information request message including the order information specified by the order information specifying unit to the agent device. The agent storage unit of the agent device stores the monitoring information acquired by the monitoring information acquisition unit in association with the order information associated with the order information adding unit. The agent receiving unit of the agent device receives the monitoring information request message transmitted by the manager transmitting unit. The monitoring information reading unit of the agent device reads monitoring information stored in association with the order information included in the monitoring information request message received by the agent receiving unit from the agent storage unit. The agent transmission unit of the agent device transmits the monitoring information read by the monitoring information reading unit to the manager device.

よって、SNMPを用いた監視システムにおいて、マネージャ装置は、エージェント装置が取得した監視情報のうち、マネージャ装置が受信していない監視情報についても取得し、復元することができる。   Therefore, in the monitoring system using SNMP, the manager device can also acquire and restore monitoring information not received by the manager device among the monitoring information acquired by the agent device.

また、本発明は、自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのマネージャ装置において、前記監視情報と、前記エージェント装置が当該監視情報を取得した順を示す順序情報とを受信するマネージャ受信部と、前記マネージャ受信部が受信した前記順序情報に基づいて、前記エージェント装置が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する受信判定部と、を備えたことを特徴とするマネージャ装置である。   Further, the present invention provides a monitoring system manager device comprising: an agent device that acquires monitoring information of the device itself; and a manager device that receives the monitoring information from the agent device using SNMP. The manager receiving unit that receives the order information indicating the order in which the agent device has acquired the monitoring information, and the monitoring information acquired by the agent device based on the order information received by the manager receiving unit, And a reception determination unit that determines whether or not the monitoring information that has not been received by the manager reception unit exists.

また、本発明は、自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのエージェント装置において、前記監視情報を取得する監視情報取得部と、前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ装置が受信していない前記監視情報が存在するか否かを判定するために、前記監視情報取得部が前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加部と、前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信部と、を備えたことを特徴とするエージェント装置である。   According to the present invention, the monitoring information is acquired in an agent device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP. In order to determine whether there is the monitoring information that the manager device has not received among the monitoring information acquired by the monitoring information acquisition unit and the monitoring information acquisition unit, the monitoring information acquisition unit An order information adding unit for associating order information indicating the order in which the monitoring information is acquired with the monitoring information, and an agent transmitting unit for transmitting the monitoring information and the order information to the manager device. Agent device

また、本発明は、自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのマネージャ装置としてコンピュータを動作させるためのマネージャプログラムにおいて、コンピュータを、前記監視情報と、前記エージェント装置が当該監視情報を取得した順を示す順序情報とを受信するマネージャ受信部と、前記マネージャ受信部が受信した前記順序情報に基づいて、前記エージェント装置が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する受信判定部と、
して動作させるためのマネージャプログラムである。
The present invention also provides a manager for operating a computer as a manager device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP. In the program, based on the order information received by the manager receiving unit, the manager receiving unit that receives the monitoring information and the order information indicating the order in which the agent device has acquired the monitoring information, Among the monitoring information acquired by the agent device, a reception determination unit that determines whether there is the monitoring information that is not received by the manager reception unit;
It is a manager program to make it operate.

また、本発明は、自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのエージェント装置としてコンピュータを動作させるためのエージェントプログラムにおいて、コンピュータを、前記監視情報を取得する監視情報取得部と、前記監視情報取得部が前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加部と、前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信部と、して動作させるためのエージェントプログラムである。   The present invention also provides an agent for operating a computer as an agent device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP. In the program, the computer includes a monitoring information acquisition unit that acquires the monitoring information, an order information addition unit that associates order information indicating the order in which the monitoring information acquisition unit acquires the monitoring information with the monitoring information, and the monitoring An agent program for operating as an agent transmission unit that transmits information and the order information to the manager device.

また、本発明は、自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムの監視方法において、前記エージェント装置の監視情報取得部が、前記監視情報を取得する監視情報取得ステップと、前記エージェント装置の順序情報付加部が、前記監視情報取得ステップで前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加ステップと、前記エージェント装置のエージェント送信部が、前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信ステップと、前記マネージャ装置のマネージャ受信が、前記エージェント送信ステップで送信した前記監視情報と前記受信情報とを受信するマネージャ受信ステップと、前記マネージャ装置の受信判定部が、前記マネージャ受信ステップで受信した前記順序情報に基づいて、前記監視情報取得ステップで取得した前記監視情報のうち、前記マネージャ受信ステップで受信していない前記監視情報が存在するか否かを判定する受信判定ステップと、を含むことを特徴とする監視方法である。   The present invention is also directed to a monitoring method for a monitoring system comprising an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP. A monitoring information acquisition step in which the acquisition unit acquires the monitoring information; and sequence information indicating an order in which the monitoring information acquisition step of the agent device acquires the monitoring information in the monitoring information acquisition step is associated with the monitoring information. An order information adding step, an agent transmitting step in which the agent transmitting unit of the agent device transmits the monitoring information and the order information to the manager device, and a manager reception of the manager device is transmitted in the agent transmitting step. Receiving the monitoring information and the reception information; The manager reception step and the reception determination unit of the manager device are receiving the manager information in the monitoring information acquired in the monitoring information acquisition step based on the order information received in the manager reception step. A reception determination step of determining whether there is no monitoring information.

本発明によれば、エージェント装置は、監視情報取得部が監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける。また、エージェント装置は、監視情報と順序情報とをマネージャ装置に送信する。また、マネージャ装置は、受信した順序情報に基づいて、監視情報取得部が取得した監視情報のうち、マネージャ受信部が受信していない監視情報が存在するか否かを判定する。よって、SNMPを用いた監視システムにおいて、エージェント装置が送信した情報がマネージャ装置に届いたか否かを確認することができる。   According to the present invention, the agent device associates the order information indicating the order in which the monitoring information acquisition unit acquires the monitoring information with the monitoring information. Further, the agent device transmits monitoring information and order information to the manager device. Further, the manager device determines, based on the received order information, whether or not there is monitoring information that has not been received by the manager receiving unit among the monitoring information acquired by the monitoring information acquiring unit. Therefore, in the monitoring system using SNMP, it is possible to confirm whether the information transmitted by the agent device has reached the manager device.

本発明の一実施形態における監視システムの構成を示した構成図である。1 is a configuration diagram illustrating a configuration of a monitoring system according to an embodiment of the present invention. 本実施形態におけるエージェント装置の構成を示したブロック図である。It is the block diagram which showed the structure of the agent apparatus in this embodiment. 本実施形態におけるマネージャ装置の構成を示したブロック図である。It is the block diagram which showed the structure of the manager apparatus in this embodiment. 本実施形態において、エージェント記憶部が記憶する監視情報テーブルのツリー構造を示した図である。In this embodiment, it is the figure which showed the tree structure of the monitoring information table which an agent memory | storage part memorize | stores. 本実施形態において、エージェント記憶部が記憶する履歴テーブルのツリー構造を示した図である。In this embodiment, it is the figure which showed the tree structure of the log | history table which an agent memory | storage part memorize | stores. 本実施形態において、履歴テーブルが記憶する情報を表形式で示した図である。In this embodiment, it is the figure which showed the information which a history table memorize | stores in tabular form. 本実施形態におけるTRAP情報の構造を示した図である。It is the figure which showed the structure of TRAP information in this embodiment. 本実施形態におけるGETREQUEST情報の構造を示した図である。It is the figure which showed the structure of GETREQUEST information in this embodiment. 本実施形態におけるGETRESPONSE情報の構造を示した図である。It is the figure which showed the structure of GETRESPONSE information in this embodiment. 本実施形態におけるエージェント装置とマネージャ装置との動作手順を示したシーケンス図である。It is the sequence diagram which showed the operation | movement procedure with the agent apparatus and manager apparatus in this embodiment. 本実施形態におけるエージェント装置とマネージャ装置との動作手順を示したシーケンス図である。It is the sequence diagram which showed the operation | movement procedure with the agent apparatus and manager apparatus in this embodiment.

以下、図面を参照しながら本発明の一実施形態について説明する。図1は本実施形態の監視システムの構成を示した構成図である。図示する例では、監視システムは、エージェント装置1とマネージャ装置2とを備えている。また、エージェント装置1とマネージャ装置2とは、通信可能なネットワーク3を介して接続している。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram showing the configuration of the monitoring system of this embodiment. In the illustrated example, the monitoring system includes an agent device 1 and a manager device 2. The agent device 1 and the manager device 2 are connected via a communicable network 3.

エージェント装置1は、自装置の監視情報を取得する。また、エージェント装置1は、取得した監視情報をマネージャ装置2にネットワーク3を介して送信する。監視情報は、エージェント装置1が監視する項目を特定する監視項目情報と、エージェント装置1の状態の変化を示す状態変化情報とを含んでいる。例えば、エージェント装置1が監視する項目が電圧異常であり、エージェント装置1の電圧に異常が発生した場合にエージェント装置が取得する監視情報は、「監視項目情報:電圧異常」と、「状態変化情報:発生」とを特定する情報を含んでいる。   The agent device 1 acquires monitoring information of the own device. In addition, the agent device 1 transmits the acquired monitoring information to the manager device 2 via the network 3. The monitoring information includes monitoring item information that identifies items to be monitored by the agent device 1 and state change information that indicates a change in the state of the agent device 1. For example, when the item monitored by the agent device 1 is a voltage abnormality, the monitoring information acquired by the agent device when an abnormality occurs in the voltage of the agent device 1 is “monitoring item information: voltage abnormality” and “state change information”. : “Occurrence” is included.

マネージャ装置2は、エージェント装置1が送信する監視情報を受信する。なお、一般的には、マネージャ装置2は、受信した監視情報に基づいて、エージェント装置1についての監視項目を示す情報と、状態を示す情報とを、自身が備える表示部に表示する。例えば、エージェント装置1において電圧異常が発生した場合、マネージャ装置2は表示部に「電圧異常 発生」と表示する。なお、マネージャ装置2が、監視項目を示す情報と状態を示す情報とを自身が備える表示部に表示するのではなく、図示せぬクライアント装置に表示する構成としてもよい。例えば、マネージャ装置2とクライアント装置とをサーバ/クライアント構成とし、クライアント装置が表示を受け持つようにしてもよい。また、マネージャ装置2は、受信した監視情報に基づいて、エージェント装置1の制御を行うこともある。   The manager device 2 receives the monitoring information transmitted by the agent device 1. In general, the manager device 2 displays information indicating a monitoring item and information indicating a state on the agent device 1 on a display unit included in the manager device 2 based on the received monitoring information. For example, when a voltage abnormality occurs in the agent device 1, the manager device 2 displays “Voltage abnormality occurrence” on the display unit. The manager device 2 may display the information indicating the monitoring item and the information indicating the state on the client device (not shown) instead of displaying the information on the display unit included in the manager device 2 itself. For example, the manager device 2 and the client device may have a server / client configuration, and the client device may be responsible for display. In addition, the manager device 2 may control the agent device 1 based on the received monitoring information.

図2は、エージェント装置1の構成を示したブロック図である。図示する例では、エージェント装置1は、監視情報取得部11と、エージェント処理部12と、エージェント送信部13と、エージェント受信部14と、エージェント記憶部15とを備える。   FIG. 2 is a block diagram showing the configuration of the agent device 1. In the illustrated example, the agent device 1 includes a monitoring information acquisition unit 11, an agent processing unit 12, an agent transmission unit 13, an agent reception unit 14, and an agent storage unit 15.

監視情報取得部11は、自装置の監視情報を取得する。エージェント処理部12は、エージェント装置1が備える各部の制御を行う。エージェント送信部13は、ネットワーク3と接続しており、ネットワーク3を介して他の装置に情報を送信する。エージェント受信部14は、ネットワーク3と接続しており、他の装置が送信した情報を、ネットワーク3を介して受信する。エージェント記憶部15は、エージェント装置1が用いる情報を記憶する。エージェント記憶部15は、MIB(Management Information Base、管理情報ベース)テーブルの形式(フォーマット)で情報を記憶する。   The monitoring information acquisition unit 11 acquires monitoring information of the own device. The agent processing unit 12 controls each unit included in the agent device 1. The agent transmission unit 13 is connected to the network 3 and transmits information to other devices via the network 3. The agent receiving unit 14 is connected to the network 3 and receives information transmitted from other devices via the network 3. The agent storage unit 15 stores information used by the agent device 1. The agent storage unit 15 stores information in the format (format) of a MIB (Management Information Base) management table.

また、エージェント処理部12は、順序情報付加部121と、監視情報読み出し部122とを備える。順序情報付加部121は、監視情報取得部11が取得した監視情報に、監視情報取得部11が監視情報を取得した順を示す順序情報を関連付ける。順序情報は予め定められた情報である。本実施形態では、順序情報は「1,2,3・・・」(加算型整数)と定めている。すなわち、監視情報取得部11が監視情報を取得した順に、順序情報付加部121は監視情報に順序情報「1,2,3,・・・」を順に関連付ける。エージェント記憶部15は、監視情報と、この監視情報に関連付けられた順序情報とを関連付けて記憶する。監視情報読み出し部122は、監視情報と順序情報とをエージェント記憶部15から読み出す。   The agent processing unit 12 includes an order information adding unit 121 and a monitoring information reading unit 122. The order information adding unit 121 associates order information indicating the order in which the monitoring information acquisition unit 11 acquires the monitoring information with the monitoring information acquired by the monitoring information acquisition unit 11. The order information is predetermined information. In this embodiment, the order information is defined as “1, 2, 3,...” (Addition type integer). That is, the order information adding unit 121 associates the order information “1, 2, 3,...” With the monitor information in the order in which the monitor information acquiring unit 11 acquires the monitor information. The agent storage unit 15 stores the monitoring information and the order information associated with the monitoring information in association with each other. The monitoring information reading unit 122 reads monitoring information and order information from the agent storage unit 15.

図3は、マネージャ装置2の構成を示したブロック図である。図示する例では、マネージャ装置2は、マネージャ処理部21と、マネージャ送信部22と、マネージャ受信部23と、マネージャ記憶部24とを備える。   FIG. 3 is a block diagram showing the configuration of the manager device 2. In the illustrated example, the manager device 2 includes a manager processing unit 21, a manager transmission unit 22, a manager reception unit 23, and a manager storage unit 24.

マネージャ処理部21は、マネージャ装置2が備える各部の制御を行う。マネージャ送信部22は、ネットワーク3と接続しており、ネットワーク3を介して他の装置に情報を送信する。マネージャ受信部23は、ネットワーク3と接続しており、他の装置が送信した情報を、ネットワーク3を介して受信する。マネージャ記憶部24は、マネージャ装置2が用いる情報を記憶する。   The manager processing unit 21 controls each unit included in the manager device 2. The manager transmission unit 22 is connected to the network 3 and transmits information to other devices via the network 3. The manager receiving unit 23 is connected to the network 3 and receives information transmitted from other devices via the network 3. The manager storage unit 24 stores information used by the manager device 2.

また、マネージャ処理部21は、受信判定部211と、順序情報特定部212とを備える。受信判定部211は、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在するか否かを判定する。判定方法については後述する。順序情報特定部212は、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報に関連付けられている順序情報を特定する。順序情報の特定方法については後述する。   Further, the manager processing unit 21 includes a reception determining unit 211 and an order information specifying unit 212. The reception determination unit 211 determines whether there is monitoring information that has not been received by the manager reception unit 23 among the monitoring information acquired by the agent device 1. The determination method will be described later. The order information specifying unit 212 specifies the order information associated with the monitoring information not received by the manager receiving unit 23 among the monitoring information acquired by the agent device 1. A method for specifying the order information will be described later.

次に、エージェント記憶部15が記憶する情報について説明する。エージェント記憶部15は、MIBテーブル形式で情報を記憶する。このMIBテーブルは、エージェント装置1が監視する項目を示す監視項目情報と状態の変化を示す状態変化情報とを記憶する監視情報テーブルと、監視情報取得部11が取得した監視情報の履歴を記憶する履歴テーブルとを有している。   Next, information stored in the agent storage unit 15 will be described. The agent storage unit 15 stores information in the MIB table format. This MIB table stores a monitoring information table for storing monitoring item information indicating items monitored by the agent device 1 and state change information indicating a change in state, and a history of monitoring information acquired by the monitoring information acquisition unit 11. And a history table.

図4は、エージェント記憶部15が記憶する監視情報テーブルのツリー構造を示した図である。図示する例では、Private(プライベート)サブツリーの下位にAlarm(アラーム)グループが定義されている。また、Alarmグループには電圧異常と電流異常とが定義されている。電圧異常と電流異常とは、エージェント装置1が監視する項目を示す監視項目情報である。   FIG. 4 is a diagram showing a tree structure of the monitoring information table stored in the agent storage unit 15. In the illustrated example, an Alarm (alarm) group is defined under the Private subtree. The Alarm group defines voltage abnormality and current abnormality. The voltage abnormality and current abnormality are monitoring item information indicating items monitored by the agent device 1.

本実施形態では、監視項目情報が電圧異常であることを特定するOID(Object ID、オブジェクト識別子)を「X.1.1.1」とする。また、監視項目情報が電流異常であることを特定するOIDを「X.1.1.2」とする。これにより、OID「X.1.1.1」は、エージェント装置1が監視する項目が電圧異常であることを示す。また、OID「X.1.1.2」は、エージェント装置1が監視する項目が電流異常であることを示す。   In the present embodiment, an OID (Object ID, object identifier) that specifies that the monitoring item information is voltage abnormality is “X.1.1.1.1”. In addition, the OID that specifies that the monitoring item information is a current abnormality is “X.1.1.2”. As a result, the OID “X.1.1.1.1” indicates that the item monitored by the agent device 1 is a voltage abnormality. The OID “X.1.1.2” indicates that the item monitored by the agent device 1 is a current abnormality.

また、監視項目を示すOIDで特定される記憶領域内に、状態変化を示す状態変化情報が格納されている。状態変化情報は、エージェント装置1における監視項目の状態変化を示す情報である。本実施形態では、状態変化情報が「1」の場合は、「発生」したことを示す。また、状態変化情報が「2」の場合は、「復旧」したことを示す。また、状態変化情報が「3」の場合は、「不明」であることを示す。例えば、監視項目情報を特定するOID「X.1.1.1」で特定される記憶領域内に状態変化情報「1」が格納されている場合は、「電圧異常」が「発生」したことを示す。   Further, state change information indicating a state change is stored in a storage area specified by an OID indicating a monitoring item. The state change information is information indicating the state change of the monitoring item in the agent device 1. In the present embodiment, when the state change information is “1”, it indicates that “occurs”. Further, when the state change information is “2”, it indicates that “restoration” has been performed. Further, when the state change information is “3”, it indicates “unknown”. For example, when the state change information “1” is stored in the storage area specified by the OID “X.1.1.1.1” that specifies the monitoring item information, the “voltage abnormality” is “occurred”. Indicates.

図5は、エージェント記憶部15が記憶する履歴テーブルのツリー構造を示した図である。図示する例では、History(ヒストリー)サブツリーの下位にCount(カウント)とTable(テーブル)が定義されている。また、Tableの下位にEntry(エントリー)が定義されている。また、Entryの下位にIndex(インデックス)と、順序情報(Additional Information)と、監視項目情報を特定するOID(Status Entry)と、状態変化情報(Status)とが定義されている。   FIG. 5 is a diagram showing a tree structure of a history table stored in the agent storage unit 15. In the example shown in the figure, Count (count) and Table (table) are defined under the History (history) subtree. In addition, Entry (entry) is defined below the Table. Also, an Index (index), order information (Additional Information), OID (Status Entry) for specifying monitoring item information, and state change information (Status) are defined below the Entry.

これにより、履歴テーブルは、Indexと、順序情報と、監視項目情報を特定するOIDと、状態変化情報とを関連付けた組を複数記憶することができる。これらの組は、Indexで一意に特定することができる。なお、本実施形態では、履歴テーブルは、順序情報の値とIndexの値とを同一の値として記憶するというルールに基づいて、各値を記憶する。   Thereby, the history table can store a plurality of sets in which the index, the order information, the OID for specifying the monitoring item information, and the state change information are associated with each other. These sets can be uniquely specified by Index. In the present embodiment, the history table stores each value based on the rule that the value of the order information and the value of the Index are stored as the same value.

図6は、履歴テーブルが記憶するIndexと、順序情報と、監視項目情報を特定するOIDと、状態変化情報とを関連付けた組を表形式で示した図である。   FIG. 6 is a diagram showing, in a table format, a set in which the index stored in the history table, the order information, the OID for specifying the monitoring item information, and the state change information are associated with each other.

図示する例では、属性として、Indexと、順序情報と、監視項目情報を特定するOIDと、状態変化情報とがある。   In the example shown in the figure, the attributes include Index, order information, OID for specifying monitoring item information, and state change information.

Indexは、順序情報と、監視項目情報を特定するOIDと、状態変化情報とを関連付けた組を一意に特定する情報である。順序情報と監視項目情報を特定するOIDとは、先述したとおりである。   Index is information that uniquely identifies a set in which order information, OID that specifies monitoring item information, and state change information are associated with each other. The order information and the OID for specifying the monitoring item information are as described above.

行601は、Indexが「1」であり、順序情報が「1」であり、監視項目情報を特定するOIDが「X.1.1.1」であり、状態変化情報が「1」である。これは、履歴テーブルが記憶する1番目の情報は、順序情報が「1」であり、状態変化情報を特定するOIDが「X.1.1.1」であり、状態変化情報の内容を示す情報が「1」であることを示す。すなわち、エージェント装置1の監視情報取得部11が「1番目」に取得した監視情報は、エージェント装置1において「電圧異常」が「発生」したことを示す。   In row 601, the index is “1”, the order information is “1”, the OID for specifying monitoring item information is “X.1.1.1.1”, and the state change information is “1”. . This is because the first information stored in the history table is the order information “1”, the OID for specifying the state change information is “X.1.1.1.1”, and indicates the contents of the state change information. Indicates that the information is “1”. That is, the monitoring information acquired “first” by the monitoring information acquisition unit 11 of the agent device 1 indicates that “voltage abnormality” has occurred in the agent device 1.

また、本実施形態では、履歴テーブルの「順序情報」を特定するOIDを「Y.1.Index」とする。また、履歴テーブルの「監視項目情報を特定するOID」を特定するOIDを「Y.2.Index」とする。また、履歴テーブルの「状態変化情報」を特定するOIDを「Y.3.Index」とする。なお、本実施形態では先述したとおり、履歴テーブルは、順序情報の値とIndexの値とを同一の値として記憶するというルールに基づいて、各値を記憶している。例えば、履歴テーブルにおいて、順序情報「1」を特定するOIDは、「Y.1.1」である。また、順序情報「1」と関連付けられている監視項目情報を特定するOID「X.1.1.1」を特定するOIDは「Y.2.1」である。他の値についても同様である。   In the present embodiment, the OID that specifies the “order information” in the history table is “Y.1.Index”. In addition, an OID for specifying “OID for specifying monitoring item information” in the history table is set to “Y.2. Index”. In addition, an OID for specifying “state change information” in the history table is “Y.3.Index”. In the present embodiment, as described above, the history table stores each value based on the rule of storing the order information value and the Index value as the same value. For example, in the history table, the OID that specifies the order information “1” is “Y.1.1”. The OID that specifies the OID “X.1.1.1.1” that specifies the monitoring item information associated with the order information “1” is “Y.2.1”. The same applies to other values.

次に、マネージャ記憶部24が記憶する情報について説明する。マネージャ記憶部24は、マネージャ受信部23が受信した順序情報を記憶する。順序情報を記憶するテーブルを判定テーブルとする。また、マネージャ記憶部24は、エージェント記憶部15が記憶する履歴テーブルの構造を記憶している。また、マネージャ記憶部24は、履歴テーブルが順序情報を記憶するルールを記憶している。そのため、マネージャ装置2は、エージェント記憶部15が記憶する履歴テーブルの情報を、OIDを用いて指定することができる。   Next, information stored in the manager storage unit 24 will be described. The manager storage unit 24 stores the order information received by the manager reception unit 23. A table that stores order information is referred to as a determination table. Further, the manager storage unit 24 stores the structure of the history table stored in the agent storage unit 15. In addition, the manager storage unit 24 stores a rule that the history table stores the order information. Therefore, the manager device 2 can specify information of the history table stored in the agent storage unit 15 using the OID.

例えば、本実施形態では、履歴テーブルは図5および図6に示した構造である。また、履歴テーブルが順序情報を記憶するルールは、順序情報の値とIndexの値とを同一の値として記憶するというルールである。   For example, in the present embodiment, the history table has the structure shown in FIGS. The rule that the history table stores the order information is a rule that stores the value of the order information and the value of the Index as the same value.

マネージャ記憶部24は履歴テーブルの構造を記憶しているため、マネージャ装置2は、履歴テーブルの1列目にはIndexが記憶されており、2列目には順序情報が記憶されており、3列目には監視項目情報を特定するOIDが記憶されており、4列目には状態変化情報が記憶されていることを特定することができる。また、マネージャ記憶部24は履歴テーブルが順序情報の値とIndexの値とを同一の値として記憶するルールを記憶しているため、マネージャ装置2は、順序情報「1」と関連付けて履歴テーブルが記憶している監視項目情報を特定するOID「X.1.1.1」を、OID「Y.2.1」を用いて特定することができる。他の情報についても同様である。   Since the manager storage unit 24 stores the structure of the history table, the manager device 2 stores an index in the first column of the history table, and stores order information in the second column. An OID for specifying monitoring item information is stored in the column, and it can be specified that state change information is stored in the fourth column. Further, since the manager storage unit 24 stores a rule in which the history table stores the order information value and the index value as the same value, the manager device 2 associates the order information “1” with the history table. The OID “X.1.1.1.1” for specifying the stored monitoring item information can be specified using the OID “Y.2.1”. The same applies to other information.

次に、エージェント装置1と、マネージャ装置2とが送受信する情報の構造(PDU、Protocol Data Unit、プロトコル データ ユニット)について説明する。   Next, the structure (PDU, Protocol Data Unit, protocol data unit) of information transmitted and received between the agent device 1 and the manager device 2 will be described.

図7は、監視情報取得部11が監視情報を取得した際に、エージェント装置1のエージェント送信部13がマネージャ装置2に送信する情報の構造(PDU)を示した図である。以下、この情報をTRAP情報と呼ぶ。   FIG. 7 is a diagram illustrating a structure (PDU) of information that the agent transmitting unit 13 of the agent device 1 transmits to the manager device 2 when the monitoring information acquiring unit 11 acquires the monitoring information. Hereinafter, this information is referred to as TRAP information.

TRAP情報は、SNMP PDUを格納する領域701(以下、領域701とする)と、履歴テーブルの「順序情報」を特定するOIDを格納する領域702(以下、領域702とする)と、順序情報を格納する領域703(以下、領域703とする)と、監視情報テーブルの「監視項目情報」を特定するOIDを格納する領域704(以下、領域704とする)と、状態変化情報を格納する領域705(以下、領域705とする)とを有する。   The TRAP information includes an area 701 for storing SNMP PDU (hereinafter referred to as area 701), an area 702 for storing OID for specifying “order information” in the history table (hereinafter referred to as area 702), and order information. A storage area 703 (hereinafter referred to as area 703), an area 704 for storing OID for specifying “monitor item information” in the monitoring information table (hereinafter referred to as area 704), and an area 705 for storing state change information (Hereinafter referred to as region 705).

領域701は、SNMPのコマンドに当たるPDUを格納する領域である。領域702は、履歴テーブルが記憶する「順序情報」を特定するOIDを格納する領域である。   An area 701 is an area for storing a PDU corresponding to an SNMP command. An area 702 is an area for storing an OID for specifying “order information” stored in the history table.

領域703は、領域702が格納するOIDで特定される「順序情報」を格納する領域である。領域704は、監視情報テーブルが記憶する監視項目情報を特定するOIDを格納する領域である。領域705は、領域704が格納するOIDで特定される監視項目情報の状態変化を示す状態変化情報を格納する領域である。   The area 703 is an area for storing “order information” specified by the OID stored in the area 702. An area 704 is an area for storing an OID for specifying monitoring item information stored in the monitoring information table. The area 705 is an area for storing state change information indicating a state change of the monitoring item information specified by the OID stored in the area 704.

なお、TRAP情報のSNMP PDUを格納する領域701は、「Trap」を示す情報を格納する。   The area 701 for storing the SNMP PDU of TRAP information stores information indicating “Trap”.

図8は、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在すると受信判定部211が判定した際に、マネージャ装置2のマネージャ送信部22がエージェント装置1に送信する情報の構造(PDU)を示した図である。以下、この情報をGETREQUEST情報(監視情報要求メッセージ)と呼ぶ。   FIG. 8 shows that when the reception determination unit 211 determines that there is monitoring information not received by the manager receiving unit 23 among the monitoring information acquired by the agent device 1, the manager transmitting unit 22 of the manager device 2 1 is a diagram illustrating a structure (PDU) of information to be transmitted to FIG. Hereinafter, this information is referred to as GETREQUEST information (monitoring information request message).

GETREQUEST情報は、領域701と、領域702と、領域703と、履歴テーブルの「監視項目情報を特定するOID」を特定するOIDを格納する領域801(以下、領域801とする)と、領域704と、履歴テーブルの「状態変化情報」を特定するOIDを格納する領域802(以下、領域802とする)と、領域705とを有する。   GET REQUEST information includes an area 701, an area 702, an area 703, an area 801 (hereinafter referred to as area 801) that stores an OID that specifies “OID that specifies monitoring item information” in the history table, and an area 704. , An area 802 (hereinafter, referred to as area 802) for storing an OID for specifying “state change information” in the history table, and an area 705.

GETREQUEST情報が有する領域701〜705は、TRAP情報が有する領域701〜705が格納する情報と同様の情報を格納する領域である。領域801は、履歴テーブルが記憶する「監視項目情報を特定するOID」を特定するOIDを格納する領域である。領域802は、履歴テーブルの「状態変化情報」を特定するOIDを格納する領域である。   The areas 701 to 705 included in the GETREQUEST information are areas that store information similar to the information stored in the areas 701 to 705 included in the TRAP information. An area 801 is an area for storing an OID for specifying “OID for specifying monitoring item information” stored in the history table. An area 802 is an area for storing an OID for specifying “state change information” in the history table.

なお、GETREQUEST情報のSNMP PDUを格納する領域701は、「GetRequest」を示す情報を格納する。また、GETREQUEST情報が有する領域703と、領域704と、領域705とは何も情報を格納していない(nullである)。   The area 701 for storing the SNMP PDU of the GETREQUEST information stores information indicating “GetRequest”. In addition, the area 703, the area 704, and the area 705 included in the GETREQUEST information store no information (null).

図9は、エージェント装置1のエージェント受信部14がGETREQUEST情報を受信した際に、エージェント装置1のエージェント送信部13が送信する情報の構造(PDU)を示した図である。以下、この情報をGETRESPONSE情報と呼ぶ。   FIG. 9 is a diagram illustrating a structure (PDU) of information transmitted by the agent transmitting unit 13 of the agent device 1 when the agent receiving unit 14 of the agent device 1 receives GETREQUEST information. Hereinafter, this information is referred to as GETRESPONSE information.

GETRESPONSE情報は、領域701〜705,801,802を有する。GETRESPONSE情報が有する領域701〜705,801,802は、GETREQUEST情報が有する領域701〜705,801,802が格納する情報と同様の情報を格納する領域である。   The GETRESPONSE information has areas 701 to 705, 801, and 802. The areas 701 to 705, 801, and 802 included in the GETRESPONSE information are areas that store information similar to the information stored in the areas 701 to 705, 801, and 802 included in the GETREQUEST information.

なお、GETRESPONSE情報のSNMP PDUを格納する領域701は、「GetResponse」を示す情報を格納する。また、GETREQUEST情報とは異なり、GETRESPONSE情報が有する領域703と、領域704と、領域705とには、エージェント装置1により、各領域が格納すべき情報が格納されている。   The area 701 for storing SNMP PDU of GETRESPONSE information stores information indicating “GetResponse”. Further, unlike the GETREQUEST information, the area 703, the area 704, and the area 705 included in the GETRESPONSE information store information that should be stored in each area by the agent device 1.

次に、エージェント装置1が送信した監視情報を、マネージャ装置2が全て受信した場合における、監視システムの監視手順について図10を参照しながら説明する。図10は、エージェント装置1が監視情報を取得し、取得した監視情報をマネージャ装置2に送信する手順を示したシーケンス図である。なお、エージェント装置1のエージェント記憶部15は、監視情報の送信先を定義する情報を予め記憶している。本実施形態では、エージェント装置1が監視情報を送信する先は、マネージャ装置2である。   Next, the monitoring procedure of the monitoring system when the manager device 2 has received all the monitoring information transmitted by the agent device 1 will be described with reference to FIG. FIG. 10 is a sequence diagram illustrating a procedure in which the agent device 1 acquires monitoring information and transmits the acquired monitoring information to the manager device 2. Note that the agent storage unit 15 of the agent device 1 stores in advance information defining a transmission destination of monitoring information. In this embodiment, the destination to which the agent device 1 transmits the monitoring information is the manager device 2.

〈処理A〉
(ステップS101)エージェント装置1の状態が変化した場合、監視情報取得部11は、エージェント装置1の監視情報を取得する。その後、ステップS102に進む。
<Process A>
(Step S101) When the state of the agent device 1 changes, the monitoring information acquisition unit 11 acquires the monitoring information of the agent device 1. Thereafter, the process proceeds to step S102.

監視情報は、監視項目を特定する情報として、監視情報テーブルの監視項目情報を特定するOIDと、監視項目の状態変化を特定する情報として、状態変化情報とを含む。例えば、エージェント装置1の電圧に異常がある場合の監視情報は、監視情報テーブルの監視項目情報を特定するOID「X.1.1.1」と、状態変化情報「1」とを含んでいる。   The monitoring information includes OID for specifying monitoring item information in the monitoring information table as information for specifying monitoring items, and state change information as information for specifying state changes of monitoring items. For example, the monitoring information when there is an abnormality in the voltage of the agent device 1 includes OID “X.1.1.1” that specifies monitoring item information in the monitoring information table and state change information “1”. .

(ステップS102)順序情報付加部121は、ステップS101で取得した監視情報に順序情報を関連付ける。その後、ステップS103に進む。例えは、順序情報付加部121は、監視情報取得部11が1番目に取得した監視情報に、順序情報「1」を関連付ける。   (Step S102) The order information adding unit 121 associates the order information with the monitoring information acquired in Step S101. Thereafter, the process proceeds to step S103. For example, the order information adding unit 121 associates the order information “1” with the monitoring information acquired first by the monitoring information acquiring unit 11.

(ステップS103)エージェント記憶部15は、ステップS101で取得した監視情報と、ステップS102で関連付けた順序情報とを関連付けて履歴テーブルに記憶する。その後、ステップS104に進む。   (Step S103) The agent storage unit 15 stores the monitoring information acquired in Step S101 and the order information associated in Step S102 in association with each other in the history table. Thereafter, the process proceeds to step S104.

具体的には、エージェント記憶部15は、ステップS101で監視情報取得部11が取得した監視情報テーブルの監視項目情報を特定するOIDと、状態変化情報と、ステップS102で順序情報付加部121が関連付けた順序情報とを関連付けて履歴テーブルに記憶する。なお、エージェント記憶部15は、これらの情報の組を複数記憶するため、各組を判別するために、さらにIndexを関連付けて履歴テーブルに記憶する。   Specifically, the agent storage unit 15 associates the OID for specifying the monitoring item information in the monitoring information table acquired by the monitoring information acquisition unit 11 in step S101, the state change information, and the order information addition unit 121 in step S102. Are stored in the history table in association with the order information. In addition, since the agent storage unit 15 stores a plurality of sets of these pieces of information, in order to discriminate each set, an index is further associated and stored in the history table.

(ステップS104)エージェント処理部12は、TRAP情報を生成する。その後、処理Aを終了する。   (Step S104) The agent processing unit 12 generates TRAP information. Then, the process A is complete | finished.

具体的には、エージェント処理部12は、「Trap」を示す情報を領域701に格納する。また、エージェント処理部12は、ステップS103でエージェント記憶部15が履歴テーブルに記憶した「順序情報」を特定するOIDを、領域702に格納する。また、エージェント処理部12は、ステップS103でエージェント記憶部15が履歴テーブルに記憶した順序情報を、領域703に格納する。また、エージェント処理部12は、ステップS101で監視情報取得部11が取得した監視情報テーブルの監視項目情報を特定するOIDを、領域704に格納する。また、エージェント処理部12は、ステップS101で監視情報取得部11が取得した状態変化情報を、領域705に格納する。   Specifically, the agent processing unit 12 stores information indicating “Trap” in the area 701. Further, the agent processing unit 12 stores in the area 702 the OID that identifies the “order information” stored in the history table by the agent storage unit 15 in step S103. Further, the agent processing unit 12 stores the order information stored in the history table by the agent storage unit 15 in step S103 in the area 703. Further, the agent processing unit 12 stores, in the area 704, an OID that specifies monitoring item information in the monitoring information table acquired by the monitoring information acquisition unit 11 in step S101. Further, the agent processing unit 12 stores the state change information acquired by the monitoring information acquisition unit 11 in step S <b> 101 in the area 705.

〈処理B〉
(ステップS201)エージェント送信部13は、ステップS104でエージェント処理部12が生成したTRAP情報をマネージャ装置2に送信する。その後、処理Bを終了する。
<Process B>
(Step S201) The agent transmission unit 13 transmits the TRAP information generated by the agent processing unit 12 in step S104 to the manager device 2. Then, the process B is complete | finished.

〈処理C〉
(ステップS301)マネージャ受信部23は、ステップS201でエージェント送信部13が送信したTRAP情報を受信する。その後、ステップS302に進む。
<Process C>
(Step S301) The manager receiving unit 23 receives the TRAP information transmitted by the agent transmitting unit 13 in step S201. Thereafter, the process proceeds to step S302.

(ステップS302)マネージャ記憶部24は、ステップS301でマネージャ受信部23が受信したTRAP情報の領域703に含まれる順序情報を判定テーブルに記憶する。また、マネージャ記憶部24は、TRAP情報に含まれる「監視項目情報を特定するOID」と、「状態変化情報」とを記憶する。その後、ステップS303に進む。   (Step S302) The manager storage unit 24 stores the order information included in the TRAP information area 703 received by the manager reception unit 23 in step S301 in the determination table. Further, the manager storage unit 24 stores “OID for specifying monitoring item information” and “state change information” included in the TRAP information. Thereafter, the process proceeds to step S303.

(ステップS303)受信判定部211は、マネージャ記憶部24の判定テーブルが記憶する順序情報と、ステップS301で受信したTRAP情報の領域703に含まれる順序情報とに基づいて、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在するか否かを判定する。図10に示す例では、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在しないため、処理Cを終了する。   (Step S303) The reception determination unit 211 is acquired by the agent device 1 based on the order information stored in the determination table of the manager storage unit 24 and the order information included in the TRAP information area 703 received in Step S301. It is determined whether there is monitoring information that is not received by the manager receiving unit 23 among the monitoring information. In the example shown in FIG. 10, since there is no monitoring information that the manager receiving unit 23 has not received among the monitoring information acquired by the agent device 1, the process C is terminated.

以下、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在するか否かを受信判定部211が判定する具体的な判定方法について説明する。   Hereinafter, a specific determination method in which the reception determination unit 211 determines whether there is monitoring information that has not been received by the manager reception unit 23 among the monitoring information acquired by the agent device 1 will be described.

例えば、エージェント装置1の監視情報取得部11が、これまでに3つの監視情報を取得し、マネージャ受信部23が全ての監視情報を受信した場合、マネージャ記憶部24は、判定テーブルに順序情報「1,2,3」を記憶する。判定テーブルが記憶する順序情報「1,2,3」と、TRAP情報の領域703に含まれる順序情報「3」とに基づいて、受信判定部211は、最後に受信したTRAP情報の領域703に含まれる順序情報「3」より前に、順序情報「2」を受信していることを判定することができる。すなわち、受信判定部211は、エージェント装置1が取得した監視情報全てをマネージャ受信部23が受信したと判定することができる。   For example, when the monitoring information acquisition unit 11 of the agent device 1 has acquired three pieces of monitoring information so far, and the manager reception unit 23 has received all the monitoring information, the manager storage unit 24 stores the order information “ 1, 2, 3 "is stored. Based on the order information “1, 2, 3” stored in the determination table and the order information “3” included in the TRAP information area 703, the reception determination unit 211 stores the last received TRAP information area 703. It can be determined that the order information “2” is received before the included order information “3”. That is, the reception determination unit 211 can determine that the manager reception unit 23 has received all the monitoring information acquired by the agent device 1.

一方、エージェント装置1の監視情報取得部11が、これまでに3つの監視情報を取得し、監視情報取得部11が1番目と3番目に取得した監視情報のみをマネージャ受信部23が受信した場合、マネージャ記憶部24は、判定テーブルに順序情報「1,3」を記憶する。判定テーブルが記憶する順序情報「1,3」と、TRAP情報の領域703に含まれる順序情報「3」とに基づいて、受信判定部211は、最後に受信したTRAP情報の領域703に含まれる順序情報「3」より前に、順序情報「2」に関連付けられている監視情報をマネージャ受信部23が受信していないと判定することができる。すなわち、受信判定部211は、エージェント装置1が取得した監視情報全てをマネージャ受信部23が受信していないと判定することができる。   On the other hand, the monitoring information acquisition unit 11 of the agent device 1 has acquired three pieces of monitoring information so far, and the manager reception unit 23 has received only the first and third monitoring information acquired by the monitoring information acquisition unit 11 The manager storage unit 24 stores the order information “1, 3” in the determination table. Based on the order information “1, 3” stored in the determination table and the order information “3” included in the TRAP information area 703, the reception determination unit 211 is included in the last received TRAP information area 703. It can be determined that the manager receiving unit 23 has not received the monitoring information associated with the order information “2” before the order information “3”. That is, the reception determination unit 211 can determine that the manager reception unit 23 has not received all the monitoring information acquired by the agent device 1.

次に、エージェント装置1が送信した監視情報を、マネージャ装置2が全て受信していない場合における、監視システムの監視手順について図11を参照しながら説明する。図11は、エージェント装置1が監視情報を取得し、取得した監視情報をマネージャ装置2に送信する手順を示したシーケンス図である。なお、エージェント装置1のエージェント記憶部15は、監視情報の送信先を定義する情報を予め記憶している。本実施形態では、エージェント装置1が監視情報を送信する先は、マネージャ装置2である。   Next, the monitoring procedure of the monitoring system when the manager device 2 has not received all the monitoring information transmitted by the agent device 1 will be described with reference to FIG. FIG. 11 is a sequence diagram illustrating a procedure in which the agent device 1 acquires monitoring information and transmits the acquired monitoring information to the manager device 2. Note that the agent storage unit 15 of the agent device 1 stores in advance information defining a transmission destination of monitoring information. In this embodiment, the destination to which the agent device 1 transmits the monitoring information is the manager device 2.

〈処理A´〉
(ステップS401)エージェント装置1の状態が変化した場合、監視情報取得部11は、エージェント装置1の監視情報を取得する。その後、ステップS402に進む。
<Process A ′>
(Step S401) When the state of the agent device 1 changes, the monitoring information acquisition unit 11 acquires the monitoring information of the agent device 1. Thereafter, the process proceeds to step S402.

(ステップS402)順序情報付加部121は、ステップS401で取得した監視情報に順序情報を関連付ける。その後、ステップS403に進む。例えは、順序情報付加部121は、監視情報取得部11が1番目に取得した監視情報に、順序情報「1」を関連付ける。   (Step S402) The order information adding unit 121 associates the order information with the monitoring information acquired in Step S401. Thereafter, the process proceeds to step S403. For example, the order information adding unit 121 associates the order information “1” with the monitoring information acquired first by the monitoring information acquiring unit 11.

(ステップS403)エージェント記憶部15は、ステップS401で取得した監視情報と、ステップS402で関連付けた順序情報とを関連付けて履歴テーブルに記憶する。その後、ステップS404に進む。   (Step S403) The agent storage unit 15 stores the monitoring information acquired in Step S401 and the order information associated in Step S402 in association with each other in the history table. Thereafter, the process proceeds to step S404.

(ステップS404)エージェント処理部12は、TRAP情報を生成する。その後、処理A´を終了する。   (Step S404) The agent processing unit 12 generates TRAP information. Thereafter, the process A ′ is terminated.

〈処理B´〉
(ステップS501)エージェント送信部13は、ステップS404でエージェント処理部12が生成したTRAP情報をマネージャ装置2に送信する。その後、処理Bを終了する。しかしながら、エージェント送信部13が送信したTRAP情報は、マネージャ装置2には届かない。そのため、マネージャ装置2は処理を行わない。
<Process B ′>
(Step S501) The agent transmission unit 13 transmits the TRAP information generated by the agent processing unit 12 in step S404 to the manager device 2. Then, the process B is complete | finished. However, the TRAP information transmitted by the agent transmission unit 13 does not reach the manager device 2. Therefore, the manager device 2 does not perform processing.

〈処理A´´〉
(ステップS601)エージェント装置1の状態が変化した場合、監視情報取得部11は、エージェント装置1の監視情報を取得する。その後、ステップS602に進む。
<Process A ″>
(Step S601) When the state of the agent device 1 changes, the monitoring information acquisition unit 11 acquires the monitoring information of the agent device 1. Thereafter, the process proceeds to step S602.

(ステップS602)順序情報付加部121は、ステップS601で取得した監視情報に順序情報を関連付ける。その後、ステップS603に進む。例えは、順序情報付加部121は、監視情報取得部11が2番目に取得した監視情報に、順序情報「2」を関連付ける。   (Step S602) The order information adding unit 121 associates the order information with the monitoring information acquired in Step S601. Thereafter, the process proceeds to step S603. For example, the order information adding unit 121 associates the order information “2” with the monitoring information acquired second by the monitoring information acquiring unit 11.

(ステップS603)エージェント記憶部15は、ステップS601で取得した監視情報と、ステップS602で関連付けた順序情報とを関連付けて履歴テーブルに記憶する。その後、ステップS604に進む。   (Step S603) The agent storage unit 15 stores the monitoring information acquired in step S601 and the order information associated in step S602 in association with each other in the history table. Thereafter, the process proceeds to step S604.

(ステップS604)エージェント処理部12は、TRAP情報を生成する。その後、処理A´´を終了する。   (Step S604) The agent processing unit 12 generates TRAP information. Thereafter, the process A ″ ends.

〈処理B´´〉
(ステップS701)エージェント送信部13は、ステップS604でエージェント処理部12が生成したTRAP情報をマネージャ装置2に送信する。その後、処理Bを終了する。
<Process B ″>
(Step S701) The agent transmitting unit 13 transmits the TRAP information generated by the agent processing unit 12 in step S604 to the manager device 2. Then, the process B is complete | finished.

〈処理C´〉
(ステップS801)マネージャ受信部23は、ステップS701でエージェント送信部13が送信したTRAP情報を受信する。その後、ステップS802に進む。
<Process C ′>
(Step S801) The manager receiving unit 23 receives the TRAP information transmitted by the agent transmitting unit 13 in Step S701. Thereafter, the process proceeds to step S802.

(ステップS802)マネージャ記憶部24は、ステップS801でマネージャ受信部23が受信したTRAP情報の領域703に含まれる順序情報を判定テーブルに記憶する。また、マネージャ記憶部24は、TRAP情報に含まれる「監視項目情報を特定するOID」と、「状態変化情報」とを記憶する。その後、ステップS803に進む。   (Step S802) The manager storage unit 24 stores the order information included in the area 703 of the TRAP information received by the manager reception unit 23 in step S801 in the determination table. Further, the manager storage unit 24 stores “OID for specifying monitoring item information” and “state change information” included in the TRAP information. Thereafter, the process proceeds to step S803.

(ステップS803)受信判定部211は、マネージャ記憶部24の判定テーブルが記憶する順序情報と、ステップS801で受信したTRAP情報の領域703に含まれる順序情報とに基づいて、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在するか否かを判定する。図11に示す例では、ステップS501でエージェント送信部13が送信したTRAP情報がマネージャ装置2に届いていないため、処理Dに進む。   (Step S803) The reception determination unit 211 is acquired by the agent device 1 based on the order information stored in the determination table of the manager storage unit 24 and the order information included in the TRAP information area 703 received in Step S801. It is determined whether there is monitoring information that is not received by the manager receiving unit 23 among the monitoring information. In the example illustrated in FIG. 11, the TRAP information transmitted by the agent transmission unit 13 in step S501 has not reached the manager device 2, and thus the process proceeds to process D.

なお、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が存在するか否かを受信判定部211が判定する具体的な判定方法については先述したとおりである。   Note that, among the monitoring information acquired by the agent device 1, a specific determination method in which the reception determination unit 211 determines whether there is monitoring information that has not been received by the manager reception unit 23 is as described above. .

〈処理D〉
(ステップS901)順序情報特定部212は、マネージャ記憶部24の判定テーブルが記憶する順序情報と、ステップS801で受信したTRAP情報の領域703に含まれる順序情報とに基づいて、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報に関連付けられている順序情報を特定する。また、順序情報特定部212は、特定した順序情報に関連付けられている監視情報が記憶されている履歴テーブルのOIDを特定する。その後、ステップS902に進む。
<Process D>
(Step S901) The order information specifying unit 212 is acquired by the agent device 1 based on the order information stored in the determination table of the manager storage unit 24 and the order information included in the TRAP information area 703 received in Step S801. Among the monitoring information, the order information associated with the monitoring information not received by the manager receiving unit 23 is specified. Further, the order information specifying unit 212 specifies an OID of a history table in which monitoring information associated with the specified order information is stored. Thereafter, the process proceeds to step S902.

以下、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報に関連付けられている順序情報と、この順序情報に関連付けられている監視情報が記憶されている履歴テーブルのOIDとを、順序情報特定部212が特定する具体的な特定方法について説明する。   Hereinafter, among the monitoring information acquired by the agent device 1, order information associated with the monitoring information not received by the manager receiving unit 23, and a history table storing the monitoring information associated with the order information A specific specifying method for specifying the OID by the order information specifying unit 212 will be described.

例えば、エージェント装置1の監視情報取得部11が、これまでに3つの監視情報を取得し、監視情報取得部11が1番目と3番目に取得した監視情報のみをマネージャ受信部23が受信した場合、マネージャ記憶部24は、判定テーブルに順序情報「1,3」を記憶する。判定テーブルが記憶する順序情報「1,3」と、TRAP情報の領域703に含まれる順序情報「3」とに基づいて、順序情報特定部212は、最後に受信したTRAP情報の領域703に含まれる順序情報「3」より前に、順序情報「1」のみを受信しており、順序情報「2」に関連付けられている監視情報をマネージャ受信部23が受信していないと判定することができる。すなわち、順序情報特定部212は、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報に関連付けられている順序情報は「2」であることを特定することができる。   For example, when the monitoring information acquisition unit 11 of the agent device 1 has acquired three pieces of monitoring information so far, and the manager receiving unit 23 has received only the first and third monitoring information acquired by the monitoring information acquisition unit 11 The manager storage unit 24 stores the order information “1, 3” in the determination table. Based on the order information “1, 3” stored in the determination table and the order information “3” included in the TRAP information area 703, the order information specifying unit 212 includes the last received TRAP information area 703. It can be determined that only the order information “1” is received before the order information “3”, and that the manager receiving unit 23 has not received the monitoring information associated with the order information “2”. . That is, the order information specifying unit 212 can specify that the order information associated with the monitoring information not received by the manager receiving unit 23 among the monitoring information acquired by the agent device 1 is “2”. it can.

また、マネージャ記憶部24は履歴テーブルの構造を記憶しているため、順序情報特定部212は、順序情報を特定することができれば、特定した順序情報に関連付けられている監視情報が記憶されている履歴テーブルのOIDを特定することができる。   In addition, since the manager storage unit 24 stores the structure of the history table, if the order information specifying unit 212 can specify the order information, monitoring information associated with the specified order information is stored. The OID of the history table can be specified.

本実施形態では、履歴テーブルの構造は図6に示したとおりであり、順序情報とIndexとの値が同一である。例えば、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報に関連付けられている順序情報は「2」であると特定した場合、順序情報特定部212は、マネージャ受信部23が受信していない監視情報に関連付けられている「順序情報」を特定するOIDは「Y.1.2」であると特定することができる。また、順序情報特定部212は、マネージャ受信部23が受信していない監視情報に含まれている「監視項目情報を特定するOID」を特定するOIDは「Y.2.2」であると特定することができる。また、順序情報特定部212は、マネージャ受信部23が受信していない監視情報に含まれている「状態変化情報」を特定するOIDは「Y.3.2」であると特定することができる。   In the present embodiment, the structure of the history table is as shown in FIG. 6, and the order information and the index values are the same. For example, when the order information associated with the monitoring information not received by the manager receiving unit 23 among the monitoring information acquired by the agent device 1 is identified as “2”, the order information identifying unit 212 The OID for specifying “order information” associated with the monitoring information not received by the receiving unit 23 can be specified as “Y.1.2”. Further, the order information specifying unit 212 specifies that the OID specifying “OID specifying monitoring item information” included in the monitoring information not received by the manager receiving unit 23 is “Y.2.2”. can do. Further, the order information specifying unit 212 can specify that the OID specifying “state change information” included in the monitoring information not received by the manager receiving unit 23 is “Y.3.2”. .

なお、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が複数ある場合においても、マネージャ装置2は、受信していない監視情報に関連付けられている順序情報と、この順序情報に関連付けられている監視情報が記憶されている履歴テーブルのOIDとを特定することができる。   Of the monitoring information acquired by the agent device 1, even when there is a plurality of monitoring information that has not been received by the manager receiving unit 23, the manager device 2 does not receive the order information associated with the monitoring information that has not been received. The OID of the history table in which the monitoring information associated with the order information is stored can be specified.

例えば、エージェント装置1の監視情報取得部11が、これまでに5つの監視情報を取得し、監視情報取得部11が1番目と2番目と5番目に取得した監視情報のみをマネージャ受信部23が受信した場合、マネージャ記憶部24は、判定テーブルに順序情報「1,2,5」を記憶する。判定テーブルが記憶する順序情報「1,2,5」と、TRAP情報の領域703に含まれる順序情報「5」とに基づいて、順序情報特定部212は、最後に受信したTRAP情報の領域703に含まれる順序情報「5」より前に、順序情報「1,2」のみを受信しており、順序情報「3,4」に関連付けられている監視情報をマネージャ受信部23が受信していないと判定することができる。すなわち、順序情報特定部212は、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報に関連付けられている順序情報は「3,4」であることを特定することができる。また、特定した順序情報に関連付けられている監視情報が記憶されている履歴テーブルのOIDの特定方法は上述した方法と同様である。   For example, the monitoring information acquisition unit 11 of the agent device 1 has acquired five pieces of monitoring information so far, and the manager receiving unit 23 receives only the first, second, and fifth monitoring information acquired by the monitoring information acquisition unit 11. When received, the manager storage unit 24 stores the order information “1, 2, 5” in the determination table. Based on the order information “1, 2, 5” stored in the determination table and the order information “5” included in the TRAP information area 703, the order information specifying unit 212 receives the last received TRAP information area 703. Only the order information “1, 2” is received before the order information “5” included in the information, and the manager receiving unit 23 has not received the monitoring information associated with the order information “3, 4”. Can be determined. That is, the order information specifying unit 212 specifies that the order information associated with the monitoring information not received by the manager receiving unit 23 among the monitoring information acquired by the agent device 1 is “3, 4”. be able to. The method for specifying the OID of the history table in which the monitoring information associated with the specified order information is stored is the same as the method described above.

以下、図11の説明に戻る。
(ステップS902)マネージャ処理部21は、GETREQUEST情報を生成する。その後、処理Dを終了する。
Returning to the description of FIG.
(Step S902) The manager processing unit 21 generates GETREQUEST information. Then, the process D is complete | finished.

具体的には、マネージャ処理部21は、「GetRequest」を示す情報を領域701に格納する。また、マネージャ処理部21は、ステップS901で順序情報特定部212が特定した、履歴テーブルの「順序情報」を特定するOIDを、領域702に格納する。また、マネージャ処理部21は、ステップS901で順序情報特定部212が特定した、「監視項目情報を特定するOID」を特定するOIDを、領域801に格納する。また、マネージャ処理部21は、ステップS901で順序情報特定部212が特定した、「状態変化情報」を特定するOIDを、領域802に格納する。なお、マネージャ処理部21は、領域703と、領域704と、領域705とには何も情報を格納しない(nullである)。   Specifically, the manager processing unit 21 stores information indicating “GetRequest” in the area 701. In addition, the manager processing unit 21 stores, in the area 702, the OID that specifies the “order information” of the history table, which is specified by the order information specifying unit 212 in step S901. In addition, the manager processing unit 21 stores, in the area 801, the OID that specifies the “OID that specifies the monitoring item information” specified by the order information specifying unit 212 in step S901. In addition, the manager processing unit 21 stores, in the area 802, the OID that specifies the “state change information” specified by the order information specifying unit 212 in step S901. The manager processing unit 21 stores no information in the area 703, the area 704, and the area 705 (null).

〈処理E〉
(ステップS1001)マネージャ送信部22は、ステップS902でマネージャ処理部21が生成したGETREQUEST情報をエージェント装置1に送信する。その後、処理Eを終了する。
<Process E>
(Step S1001) The manager transmission unit 22 transmits the GETREQUEST information generated by the manager processing unit 21 in step S902 to the agent device 1. Then, the process E is complete | finished.

〈処理F〉
(ステップS1101)エージェント受信部14は、ステップS1001でマネージャ送信部22が送信したGETREQUEST情報を受信する。その後、ステップS1102に進む。
<Process F>
(Step S1101) The agent reception unit 14 receives the GETREQUEST information transmitted by the manager transmission unit 22 in step S1001. Thereafter, the process proceeds to step S1102.

(ステップS1102)監視情報読み出し部122は、ステップS1101でエージェント受信部14が受信したGETREQUEST情報の領域702に格納されているOIDで特定される情報を履歴テーブルから読み出し、GETRESPONSE情報の領域703に格納する。また、監視情報読み出し部122は、ステップS1101でエージェント受信部14が受信したGETREQUEST情報の領域801に格納されているOIDで特定される情報を履歴テーブルから読み出し、GETRESPONSE情報の領域704に格納する。また、監視情報読み出し部122は、ステップS1101でエージェント受信部14が受信したGETREQUEST情報の領域802に格納されているOIDで特定される情報を履歴テーブルから読み出し、GETRESPONSE情報の領域705に格納する。その後、ステップS1103に進む。   (Step S1102) The monitoring information reading unit 122 reads the information specified by the OID stored in the GET REQUEST information area 702 received by the agent receiving unit 14 in step S1101 from the history table, and stores it in the GET RESPONSE information area 703. To do. In addition, the monitoring information reading unit 122 reads information specified by the OID stored in the GET REQUEST information area 801 received by the agent receiving unit 14 in step S1101 from the history table, and stores the information in the GET RESPONSE information area 704. Also, the monitoring information reading unit 122 reads information specified by the OID stored in the GET REQUEST information area 802 received by the agent receiving unit 14 in step S1101 from the history table, and stores the information in the GET RESPONSE information area 705. Thereafter, the process proceeds to step S1103.

例えば、GETREQUEST情報の領域702に含まれるOIDが「Y.1.2」である場合、監視情報読み出し部122は、OID「Y.1.2」で特定される順序情報「2」をGETRESPONSE情報の領域703に格納する。また、GETREQUEST情報の領域801に含まれるOIDが「Y.2.2」である場合、監視情報読み出し部122は、OID「Y.2.2」で特定される監視項目を特定するOID「X.1.1.2」をGETRESPONSE情報の領域704に格納する。また、GETREQUEST情報の領域802に含まれるOIDが「Y.3.2」である場合、監視情報読み出し部122は、OID「Y.3.2」で特定される状態変化情報「1」をGETRESPONSE情報の領域705に格納する。   For example, when the OID included in the area 702 of GETREQUEST information is “Y.1.2”, the monitoring information reading unit 122 sets the order information “2” specified by the OID “Y.1.2” as GETRESPONSE information. Is stored in the area 703. Further, when the OID included in the area 801 of the GETREQUEST information is “Y.2.2”, the monitoring information reading unit 122 uses the OID “X” that specifies the monitoring item specified by the OID “Y.2.2”. .1.1.2 "is stored in the area 704 of GETRESPONSE information. When the OID included in the area 802 of the GETREQUEST information is “Y.3.2”, the monitoring information reading unit 122 sets the state change information “1” specified by the OID “Y.3.2” to GETRESPONSE. The information is stored in the information area 705.

(ステップS1103)エージェント処理部12は、ステップS1102で領域703〜領域705に情報を格納したGETRESPONSE情報の領域701に、「GetResponse」を示す情報を格納する。また、エージェント処理部12は、ステップS1102で領域703〜領域705に情報を格納したGETRESPONSE情報の領域702,領域801,領域802に、ステップS1101でエージェント受信部14が受信したGETREQUEST情報の各領域に格納されている情報と同一情報を格納する。上記の処理により、エージェント処理部12はGETRESPONSE情報を生成する。その後、処理Fを終了する。   (Step S1103) The agent processing unit 12 stores information indicating “GetResponse” in the area 701 of the GETRESPONSE information in which information is stored in the areas 703 to 705 in step S1102. Further, the agent processing unit 12 stores information in the regions 702, 801, and 802 of the GETRESPONSE information in which information is stored in the regions 703 to 705 in step S1102, and stores the GETREQUEST information received by the agent reception unit 14 in step S1101. Stores the same information as the stored information. Through the above processing, the agent processing unit 12 generates GETRESPONSE information. Then, the process F is complete | finished.

〈処理G〉
(ステップS1201)エージェント送信部13は、ステップS1103でエージェント処理部12が生成したGETRESPONSE情報をマネージャ装置2に送信する。その後、処理Gを終了する。
<Process G>
(Step S1201) The agent transmission unit 13 transmits the GETRESPONSE information generated by the agent processing unit 12 in step S1103 to the manager device 2. Then, the process G is complete | finished.

〈処理H〉
(ステップS1301)マネージャ受信部23は、ステップS1201でエージェント送信部13が送信したGETRESPONSE情報を受信する。その後、ステップS1302に進む。
<Process H>
(Step S1301) The manager receiving unit 23 receives the GETRESPONSE information transmitted by the agent transmitting unit 13 in step S1201. Thereafter, the process proceeds to step S1302.

(ステップS1302)マネージャ記憶部24は、ステップS1301でマネージャ受信部23が受信したGETRESPONSE情報の領域703に含まれる順序情報を判定テーブルに記憶する。その後、ステップS1303に進む。   (Step S1302) The manager storage unit 24 stores the order information included in the area 703 of the GETRESPONSE information received by the manager reception unit 23 in step S1301 in the determination table. Thereafter, the process proceeds to step S1303.

(ステップS1303)
マネージャ記憶部24は、GETRESPONSE情報に含まれる「監視項目情報を特定するOID」と、「状態変化情報」とを記憶する。すなわち、マネージャ装置2は、エージェント装置1が取得した監視情報のうち、マネージャ装置2が受信していない監視情報を取得する。その後、処理Hを終了する。
(Step S1303)
The manager storage unit 24 stores “OID for specifying monitoring item information” and “state change information” included in the GETRESPONSE information. That is, the manager device 2 acquires monitoring information that the manager device 2 has not received from among the monitoring information acquired by the agent device 1. Then, the process H is complete | finished.

なお、エージェント装置1が取得した監視情報のうち、マネージャ受信部23が受信していない監視情報が複数あるとステップS901で特定した場合、ステップS902からステップS1303の処理を複数回実行することで、マネージャ装置2は、エージェント装置1が取得した監視情報を全て受信することができる。なお、ステップS902において1つのGETREQUEST情報に、マネージャ受信部23が受信していない監視情報を特定する情報を全て格納して送信することで、マネージャ装置2は、エージェント装置1が取得した監視情報を全て受信するようにしてもよい。   If it is determined in step S901 that there is a plurality of monitoring information not received by the manager receiver 23 among the monitoring information acquired by the agent device 1, the processing from step S902 to step S1303 is executed a plurality of times. The manager device 2 can receive all the monitoring information acquired by the agent device 1. In step S902, the manager device 2 stores the monitoring information acquired by the agent device 1 by storing and transmitting all the information specifying the monitoring information not received by the manager receiving unit 23 in one GET REQUEST information. You may make it receive all.

上述したとおり、本実施形態では、エージェント装置1の順序情報付加部121は、監視情報に予め定められた順序情報を関連付ける。また、エージェント装置1のエージェント送信部13は、マネージャ装置2に監視情報と順序情報とを送信する。また、マネージャ装置2のマネージャ受信部23は、エージェント装置1から送信された監視情報と順序情報とを受信する。また、マネージャ記憶部24は、マネージャ受信部23が受信した順序情報を記憶する。また、受信判定部211は、マネージャ記憶部24が記憶する順序情報とマネージャ受信部23が受信した順序情報とに基づいて、エージェント装置1が取得した監視情報全てがマネージャ装置2に届いたか否かを判定する。これにより、SNMPを用いた監視システムにおいて、エージェント装置1が取得した監視情報がマネージャ装置2に届いたか否かを確認することができる。   As described above, in this embodiment, the order information adding unit 121 of the agent device 1 associates predetermined order information with the monitoring information. The agent transmission unit 13 of the agent device 1 transmits monitoring information and order information to the manager device 2. Further, the manager receiving unit 23 of the manager device 2 receives the monitoring information and the order information transmitted from the agent device 1. Further, the manager storage unit 24 stores the order information received by the manager receiving unit 23. In addition, the reception determination unit 211 determines whether all the monitoring information acquired by the agent device 1 has arrived at the manager device 2 based on the order information stored in the manager storage unit 24 and the order information received by the manager reception unit 23. Determine. Thereby, in the monitoring system using SNMP, it is possible to confirm whether the monitoring information acquired by the agent device 1 has reached the manager device 2.

また、順序情報特定部212は、エージェント装置1が取得した監視情報のうち、マネージャ装置2が受信していない監視情報に関連付けられている順序情報を特定する。また、マネージャ送信部22は、順序情報特定部212が特定した順序情報に関連付けられている監視情報の再送を要求するGETREQUEST情報を、エージェント装置1に送信する。また、エージェント受信部14がGETREQUEST情報を受信した場合、監視情報読み出し部122は、GETREQUEST情報に含まれる順序情報に関連付けられている監視情報を、エージェント記憶部15から読み出す。また、エージェント送信部13は、監視情報読み出し部122が読み出した監視情報を含んだGETRESPONSE情報をマネージャ装置2に送信する。これにより、マネージャ装置2は、エージェント装置1が取得した監視情報のうち、マネージャ装置2が受信していない監視情報についても取得することができる。   Further, the order information specifying unit 212 specifies the order information associated with the monitoring information not received by the manager device 2 among the monitoring information acquired by the agent device 1. Further, the manager transmission unit 22 transmits GET REQUEST information requesting retransmission of the monitoring information associated with the order information specified by the order information specifying unit 212 to the agent device 1. When the agent receiving unit 14 receives GETREQUEST information, the monitoring information reading unit 122 reads monitoring information associated with the order information included in the GETREQUEST information from the agent storage unit 15. Further, the agent transmission unit 13 transmits GETRESPONSE information including the monitoring information read by the monitoring information reading unit 122 to the manager device 2. As a result, the manager device 2 can also acquire the monitoring information that the manager device 2 has not received among the monitoring information acquired by the agent device 1.

以上、図面を参照して本発明の実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、この発明の要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。   As described above, the embodiments of the present invention have been described in detail with reference to the drawings. However, the specific configuration is not limited to the above, and various design changes and the like can be made without departing from the scope of the present invention. Is possible.

例えば、本実施形態では順序情報を「1,2,3,・・・」(加算型整数)とする例を用いて説明したが、これに限らず、監視情報取得部11が監視情報を取得した順を一意に特定することができる情報であればよい。   For example, in the present embodiment, description has been given using an example in which the order information is “1, 2, 3,...” (Addition type integer), but not limited to this, the monitoring information acquisition unit 11 acquires the monitoring information. Any information can be used as long as it can uniquely identify the order.

また、本実施形態では、履歴テーブルが順序情報を記憶するルールとして、履歴テーブルは順序情報とIndexとを同一の値として記憶するとしたが、これに限らず、マネージャ装置2が、受信していない監視情報を復元するために必要な情報が格納されているOIDを、順序情報に基づいて特定できるルールであればよい。   In this embodiment, the history table stores the order information and the Index as the same value as a rule for storing the order information. However, the present invention is not limited to this, and the manager device 2 does not receive the rule. Any rule that can identify an OID storing information necessary to restore monitoring information based on the order information may be used.

また、本実施形態では、受信判定部211が受信を判定するトリガを、マネージャ受信部23がTRAP情報を受信したことを契機としているが、これに限らず、マネージャ装置2からエージェント装置1に対して一定時間経過後にGETREQUESTを送信し、受信されていない情報を取得することも可能である。   In the present embodiment, the trigger for determining reception by the reception determination unit 211 is triggered by the reception of the TRAP information by the manager reception unit 23, but is not limited to this. It is also possible to transmit GETREQUEST after a certain period of time and acquire information that has not been received.

また、エージェント装置1またはマネージャ装置2の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより、エージェント装置1またはマネージャ装置2を実現してもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものであってもよい。   Further, the program for realizing the function of the agent device 1 or the manager device 2 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into the computer system and executed, whereby the agent The device 1 or the manager device 2 may be realized. Here, the “computer system” may include an OS and hardware such as peripheral devices.

また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、フラッシュメモリ等の書き込み可能な不揮発性メモリ、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。   Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used. The “computer-readable recording medium” means a flexible disk, a magneto-optical disk, a ROM, a writable nonvolatile memory such as a flash memory, a portable medium such as a CD-ROM, a hard disk built in a computer system, etc. This is a storage device.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(例えばDRAM(Dynamic Random Access Memory))のように、一定時間プログラムを保持しているものも含むものとする。   Further, the “computer-readable recording medium” refers to a volatile memory (for example, DRAM (Dynamic) in a computer system serving as a server or a client when a program is transmitted via a network such as the Internet or a communication line such as a telephone line. Random Access Memory)) that holds a program for a certain period of time is also included.

また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。   The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line. The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

1・・・エージェント装置、2・・・マネージャ装置、3・・・ネットワーク、11・・・監視情報取得部、12・・・エージェント処理部、13・・・エージェント送信部、14・・・エージェント受信部、15・・・エージェント記憶部、21・・・マネージャ処理部、22・・・マネージャ送信部、23・・・マネージャ受信部、24・・・マネージャ記憶部、121・・・順序情報付加部、122・・・監視情報読み出し部、211・・・受信判定部、212・・・順序情報特定部 DESCRIPTION OF SYMBOLS 1 ... Agent apparatus, 2 ... Manager apparatus, 3 ... Network, 11 ... Monitoring information acquisition part, 12 ... Agent processing part, 13 ... Agent transmission part, 14 ... Agent Reception unit, 15 ... Agent storage unit, 21 ... Manager processing unit, 22 ... Manager transmission unit, 23 ... Manager reception unit, 24 ... Manager storage unit, 121 ... Order information addition 122, monitoring information reading unit, 211 ... reception determination unit, 212 ... order information specifying unit

Claims (8)

自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムにおいて、
前記エージェント装置は、
前記監視情報を取得する監視情報取得部と、
前記監視情報取得部が前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加部と、
前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信部と、
を備え、
前記マネージャ装置は、
前記エージェント送信部が送信した前記監視情報と前記受信情報とを受信するマネージャ受信部と、
前記マネージャ受信部が受信した前記順序情報に基づいて、前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する受信判定部と、
を備えたことを特徴とする監視システム。
In a monitoring system having an agent device that acquires monitoring information of its own device and a manager device that receives the monitoring information from the agent device using SNMP,
The agent device is:
A monitoring information acquisition unit for acquiring the monitoring information;
An order information adding unit for associating the order information indicating the order in which the monitoring information acquisition unit acquires the monitoring information with the monitoring information;
An agent transmitter that transmits the monitoring information and the order information to the manager device;
With
The manager device is
A manager receiver for receiving the monitoring information and the reception information transmitted by the agent transmitter;
Based on the order information received by the manager receiving unit, reception for determining whether or not there is the monitoring information not received by the manager receiving unit among the monitoring information acquired by the monitoring information acquiring unit A determination unit;
A monitoring system characterized by comprising:
前記マネージャ装置は、
前記エージェント送信部が送信した前記順序情報のうち、前記マネージャ受信部が受信した前記順序情報を記憶するマネージャ記憶部
を備え、
前記受信判定部は、前記マネージャ受信部が受信した前記順序情報と、前記マネージャ記憶部が記憶している前記順序情報とに基づいて、前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する
ことを特徴とする請求項1に記載の監視システム。
The manager device is
Among the order information transmitted by the agent transmitting unit, a manager storage unit that stores the order information received by the manager receiving unit,
The reception determination unit, based on the order information received by the manager reception unit and the order information stored in the manager storage unit, out of the monitoring information acquired by the monitoring information acquisition unit, The monitoring system according to claim 1, wherein it is determined whether or not there is the monitoring information that is not received by the manager receiving unit.
前記マネージャ装置はさらに、
前記エージェント装置の前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在すると前記受信判定部が判定した場合、前記マネージャ受信部が受信していない前記監視情報に関連付けられている前記順序情報を特定する順序情報特定部と、
前記順序情報特定部が特定した前記順序情報を含んだ監視情報要求メッセージを前記エージェント装置に送信するマネージャ送信部と、
を備え、
前記エージェント装置はさらに、
前記監視情報取得部が取得した前記監視情報と前記順序情報付加部が関連付けた前記順序情報とを関連付けて記憶するエージェント記憶部と、
前記マネージャ送信部が送信した前記監視情報要求メッセージを受信するエージェント受信部と、
前記エージェント受信部が受信した前記監視情報要求メッセージに含まれる前記順序情報と関連付けて記憶されている前記監視情報を前記エージェント記憶部から読み出す監視情報読み出し部と、
を備え、
前記エージェント送信部は、前記監視情報読み出し部が読み出した前記監視情報を前記マネージャ装置に送信する
ことを特徴とする請求項1または請求項2のいずれか1項に記載の監視システム。
The manager device further includes:
Among the monitoring information acquired by the monitoring information acquisition unit of the agent device, when the reception determination unit determines that there is the monitoring information that has not been received by the manager reception unit, the manager reception unit has received An order information specifying unit for specifying the order information associated with the non-monitoring information;
A manager transmission unit that transmits a monitoring information request message including the sequence information identified by the sequence information identification unit to the agent device;
With
The agent device further includes:
An agent storage unit that stores the monitoring information acquired by the monitoring information acquisition unit in association with the sequence information associated with the sequence information adding unit;
An agent receiver for receiving the monitoring information request message transmitted by the manager transmitter;
A monitoring information reading unit that reads the monitoring information stored in association with the order information included in the monitoring information request message received by the agent receiving unit from the agent storage unit;
With
The monitoring system according to claim 1, wherein the agent transmission unit transmits the monitoring information read by the monitoring information reading unit to the manager device.
自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのマネージャ装置において、
前記監視情報と、前記エージェント装置が当該監視情報を取得した順を示す順序情報とを受信するマネージャ受信部と、
前記マネージャ受信部が受信した前記順序情報に基づいて、前記エージェント装置が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する受信判定部と、
を備えたことを特徴とするマネージャ装置。
In a manager device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP,
A manager receiving unit that receives the monitoring information and order information indicating an order in which the agent device has acquired the monitoring information;
Based on the order information received by the manager reception unit, a reception determination unit that determines whether or not there is the monitoring information not received by the manager reception unit among the monitoring information acquired by the agent device When,
A manager device comprising:
自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのエージェント装置において、
前記監視情報を取得する監視情報取得部と、
前記監視情報取得部が取得した前記監視情報のうち、前記マネージャ装置が受信していない前記監視情報が存在するか否かを判定するために、前記監視情報取得部が前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加部と、
前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信部と、
を備えたことを特徴とするエージェント装置。
In an agent device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP,
A monitoring information acquisition unit for acquiring the monitoring information;
Among the monitoring information acquired by the monitoring information acquisition unit, the order in which the monitoring information acquisition unit acquires the monitoring information in order to determine whether or not the monitoring information not received by the manager device exists. An order information adding unit for associating the order information indicating the monitoring information,
An agent transmitter that transmits the monitoring information and the order information to the manager device;
An agent device comprising:
自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのマネージャ装置としてコンピュータを動作させるためのマネージャプログラムにおいて、
コンピュータを、
前記監視情報と、前記エージェント装置が当該監視情報を取得した順を示す順序情報とを受信するマネージャ受信部と、
前記マネージャ受信部が受信した前記順序情報に基づいて、前記エージェント装置が取得した前記監視情報のうち、前記マネージャ受信部が受信していない前記監視情報が存在するか否かを判定する受信判定部と、
して動作させるためのマネージャプログラム。
In a manager program for operating a computer as a manager device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP.
Computer
A manager receiving unit that receives the monitoring information and order information indicating an order in which the agent device has acquired the monitoring information;
Based on the order information received by the manager reception unit, a reception determination unit that determines whether or not there is the monitoring information not received by the manager reception unit among the monitoring information acquired by the agent device When,
Manager program to make it work.
自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムのエージェント装置としてコンピュータを動作させるためのエージェントプログラムにおいて、
コンピュータを、
前記監視情報を取得する監視情報取得部と、
前記監視情報取得部が前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加部と、
前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信部と、
して動作させるためのエージェントプログラム。
In an agent program for operating a computer as an agent device of a monitoring system having an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP,
Computer
A monitoring information acquisition unit for acquiring the monitoring information;
An order information adding unit for associating the order information indicating the order in which the monitoring information acquisition unit acquires the monitoring information with the monitoring information;
An agent transmitter that transmits the monitoring information and the order information to the manager device;
An agent program to make it work.
自装置の監視情報を取得するエージェント装置と、SNMPを用いて前記エージェント装置から前記監視情報を受信するマネージャ装置とを有する監視システムの監視方法において、
前記エージェント装置の監視情報取得部が、前記監視情報を取得する監視情報取得ステップと、
前記エージェント装置の順序情報付加部が、前記監視情報取得ステップで前記監視情報を取得した順を示す順序情報を、当該監視情報に関連付ける順序情報付加ステップと、
前記エージェント装置のエージェント送信部が、前記監視情報と前記順序情報とを前記マネージャ装置に送信するエージェント送信ステップと、
前記マネージャ装置のマネージャ受信が、前記エージェント送信ステップで送信した前記監視情報と前記受信情報とを受信するマネージャ受信ステップと、
前記マネージャ装置の受信判定部が、前記マネージャ受信ステップで受信した前記順序情報に基づいて、前記監視情報取得ステップで取得した前記監視情報のうち、前記マネージャ受信ステップで受信していない前記監視情報が存在するか否かを判定する受信判定ステップと、
を含むことを特徴とする監視方法。
In a monitoring method of a monitoring system comprising an agent device that acquires monitoring information of the device itself and a manager device that receives the monitoring information from the agent device using SNMP,
A monitoring information acquisition step in which the monitoring information acquisition unit of the agent device acquires the monitoring information;
An order information adding step in which the order information adding unit of the agent device associates the order information indicating the order in which the monitoring information is acquired in the monitoring information acquiring step with the monitoring information;
An agent transmission step in which an agent transmission unit of the agent device transmits the monitoring information and the order information to the manager device;
Manager reception of the manager device receiving the monitoring information and the reception information transmitted in the agent transmission step;
Based on the order information received in the manager reception step, the monitoring information that has not been received in the manager reception step among the monitoring information acquired in the monitoring information acquisition step is received by the reception determination unit of the manager device. A reception determination step of determining whether or not exists;
The monitoring method characterized by including.
JP2009054191A 2009-03-06 2009-03-06 Monitoring system, manager device, agent device, manager program, agent program, and monitoring method Pending JP2010211319A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009054191A JP2010211319A (en) 2009-03-06 2009-03-06 Monitoring system, manager device, agent device, manager program, agent program, and monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009054191A JP2010211319A (en) 2009-03-06 2009-03-06 Monitoring system, manager device, agent device, manager program, agent program, and monitoring method

Publications (1)

Publication Number Publication Date
JP2010211319A true JP2010211319A (en) 2010-09-24

Family

ID=42971447

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009054191A Pending JP2010211319A (en) 2009-03-06 2009-03-06 Monitoring system, manager device, agent device, manager program, agent program, and monitoring method

Country Status (1)

Country Link
JP (1) JP2010211319A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012234336A (en) * 2011-04-28 2012-11-29 Internatl Business Mach Corp <Ibm> Method and system for executing monitoring-target process

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09247146A (en) * 1996-03-06 1997-09-19 Toshiba Corp Network management system
JPH11177552A (en) * 1997-12-12 1999-07-02 Nec Corp Trap management method and system for snmp
JP2008097326A (en) * 2006-10-12 2008-04-24 Fujitsu Access Ltd Snmp sequence management method, manager device, and agent device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09247146A (en) * 1996-03-06 1997-09-19 Toshiba Corp Network management system
JPH11177552A (en) * 1997-12-12 1999-07-02 Nec Corp Trap management method and system for snmp
JP2008097326A (en) * 2006-10-12 2008-04-24 Fujitsu Access Ltd Snmp sequence management method, manager device, and agent device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012234336A (en) * 2011-04-28 2012-11-29 Internatl Business Mach Corp <Ibm> Method and system for executing monitoring-target process
US8914488B2 (en) 2011-04-28 2014-12-16 International Business Machines Corporation Method and system for monitoring a monitoring-target process
US10068015B2 (en) 2011-04-28 2018-09-04 International Business Machines Corporation Monitoring a monitoring-target process

Similar Documents

Publication Publication Date Title
EP3462706B1 (en) Information processing method, apparatus, and system for monitoring microservices
EP2921955B1 (en) Capability monitoring in a service oriented architecture
US20140059388A1 (en) Diagnostic and performance data collection
US20080178202A1 (en) Interface For Supporting an Element Management System
US20160100325A1 (en) Wireless network monitoring device
JP5617304B2 (en) Switching device, information processing device, and fault notification control program
KR20140111584A (en) Method for dectecing behavior and eletronic device threeof
US20110246428A1 (en) Method for communicating device management data changes
CN104461553A (en) Storage management method in conformity with SMI-S (storage management initiative specification) standard
CN112714010A (en) Network topology management method, device, expansion unit and storage medium
JP2010211319A (en) Monitoring system, manager device, agent device, manager program, agent program, and monitoring method
US20070019568A1 (en) Method of monitoring network elements supporting virtual private networks
JP2009206731A (en) Monitoring system, monitoring device, monitoring method, and program
KR20210044281A (en) Method and apparatus for ensuring continuous device operation stability in cloud degraded mode
TW201719455A (en) Metadata server, network device and automatic resource management method
JP2014239298A (en) Failure cause estimation device, failure cause estimation system, failure cause estimation method, and failure cause estimation program
JP3570300B2 (en) Fault management method and method
CN112036828A (en) Bare metal management method, device, equipment and medium
JP2008077293A (en) Network monitor
JP3944214B2 (en) Device management system, apparatus and method
JP2010198200A (en) Device and method for profile information management, and program
JP2012098862A (en) Content transmission method, connection destination storage and content transmission program
JP2011164918A (en) Database management apparatus, database management method, and program
Moreira et al. A decentralized SNMP-based approach for behavior introspection and awareness in Ubiquitous Computing
JP6354226B2 (en) Information processing system, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20111109

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121024

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121030

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130305