JPWO2013031066A1 - 監視装置、監視方法およびプログラム - Google Patents
監視装置、監視方法およびプログラム Download PDFInfo
- Publication number
- JPWO2013031066A1 JPWO2013031066A1 JP2013531009A JP2013531009A JPWO2013031066A1 JP WO2013031066 A1 JPWO2013031066 A1 JP WO2013031066A1 JP 2013531009 A JP2013531009 A JP 2013531009A JP 2013531009 A JP2013531009 A JP 2013531009A JP WO2013031066 A1 JPWO2013031066 A1 JP WO2013031066A1
- Authority
- JP
- Japan
- Prior art keywords
- failure
- information
- notification
- report
- obligation
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000012544 monitoring process Methods 0.000 title claims abstract description 127
- 238000012806 monitoring device Methods 0.000 title claims description 25
- 238000000034 method Methods 0.000 title claims description 11
- 238000011084 recovery Methods 0.000 claims description 26
- 238000007726 management method Methods 0.000 description 18
- 230000006870 function Effects 0.000 description 8
- 238000003860 storage Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 5
- 230000005540 biological transmission Effects 0.000 description 4
- 230000001186 cumulative effect Effects 0.000 description 4
- 230000004044 response Effects 0.000 description 4
- 230000004397 blinking Effects 0.000 description 3
- 238000013461 design Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000014759 maintenance of location Effects 0.000 description 2
- 230000005856 abnormality Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000013498 data listing Methods 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0766—Error or fault reporting or storing
- G06F11/0769—Readable error formats, e.g. cross-platform generic formats, human understandable formats
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0709—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3055—Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
まず、本実施形態の概要について説明する。
複数の監視対象のいずれかに障害が発生したことを示す障害情報を取得する取得手段、
前記障害情報で特定される障害を、所定のユーザに通報すべきか否か判断する通報義務判断手段、
前記取得手段が前記障害情報を取得すると前記障害の発生を示す障害通知情報を表示し、また、前記通報義務判断手段が通報すべきと判断すると前記障害を所定のユーザに通報すべき義務が発生していることを示す通報義務情報を表示する表示手段、
として機能させるためのプログラム。
例えば、S20で、通報義務判断部20が通報すべきと判断したとする。すると、表示部40は、図3に示す2つのアイコンの表示を変更し、図4に示す内容にする。図4に示す情報は、勤務管理業務システムに障害が発生しており、また、通報義務があることを示している。
次に、S20で、通報義務判断部20が通報する必要なしと判断したとする。すると、表示部40は、図3に示す2つのアイコンの内、アイコンAのみを変更し、図5に示す内容にする。図5に示す情報は、勤務管理業務システムに障害が発生しているが、通報義務はないことを示している。そして、その後、取得部10が回復情報を取得すると、表示部40は、図5に示す内容を、図3に示す内容に変更する。
本実施形態は、通報義務情報とともに、通報を完了すべき時間の目安を示す情報を表示する点で、第1の実施形態と異なる。その他の構成は第1の実施形態と同様であるので、ここでの説明は省略する。
本実施形態は、所定のユーザへの通報を完了した後、所定時間経過してもその通報に関する障害が回復しない場合、再度所定のユーザへの通報を行うよう決定し、通報義務情報を表示する点で、第1及び第2の実施形態と異なる。その他の構成は第1及び第2の実施形態と同様であるので、ここでの説明は省略する。
Claims (9)
- 複数の監視対象のいずれかに障害が発生したことを示す障害情報を取得する取得手段と、
前記障害情報で特定される障害を、所定のユーザに通報すべきか否か判断する通報義務判断手段と、
前記取得手段が前記障害情報を取得すると前記障害の発生を示す障害通知情報を表示し、また、前記通報義務判断手段が通報すべきと判断すると前記障害を所定のユーザに通報すべき義務が発生していることを示す通報義務情報を表示する表示手段と、
を有する監視装置。 - 請求項1に記載の監視装置において、
前記取得手段は、さらに、前記複数の監視対象のいずれかに発生した障害から回復したことを示す回復情報を取得し、
前記通報義務情報が示す通報を完了したことを示す通報完了情報を取得する通報完了情報取得手段をさらに有し、
前記表示手段は、前記取得手段が前記回復情報を取得すると回復した障害に関する前記障害通知情報の表示を終了し、また、前記通報完了情報取得手段が前記通報完了情報を取得すると通報を完了した障害に関する前記通報義務情報の表示を終了する監視装置。 - 請求項2に記載の監視装置において、
前記通報義務判断手段は、障害を複数の所定のユーザに通報すべきと判断することができ、
前記通報完了情報取得手段は、前記複数の所定のユーザ各々への通報を完了したことを示す複数の前記通報完了情報を取得し、
前記表示手段は、複数の所定のユーザに通報すべき障害に関する前記通報義務情報を表示している場合、前記通報完了情報取得手段が前記複数の所定のユーザ各々への通報を完了したことを示す複数の前記通報完了情報すべてを取得すると、当該通報義務情報の表示を終了する監視装置。 - 請求項2または3に記載の監視装置において、
第1の障害に関する前記通報義務情報の表示が終了した後、所定時間経過しても前記第1の障害に関する前記障害通知情報の表示が終了しない場合、所定のユーザに再度通報すべきことを決定する再通報決定手段をさらに有し、
前記表示手段は、前記再通報決定手段が再度通報すべきと決定すると、前記第1の障害を通報すべきことを示す前記通報義務情報を表示する監視装置。 - 請求項4に記載の監視装置において、
前記表示手段は、前記第1の障害に関する前記通報義務情報の表示を終了した後、当該時点からの経過時間、及び/又は、前記通報義務情報を再び表示するまでの残り時間を示す情報を表示する監視装置。 - 請求項1から5のいずれか1項に記載の監視装置において、
前記通報義務判断手段は、通報すべきと判断した障害の通報を完了させるべき期限をさらに決定し、
前記表示手段は、前記通報義務情報各々に関連付けて、前記期限を表示する監視装置。 - 請求項6に記載の監視装置において、
前記通報義務判断手段は、障害発生の時点から所定時間経過した時点を前記期限として決定し、
前記表示手段は、前記通報義務情報各々に関連付けて、各障害発生の時点からの経過時間、及び/又は、前記期限までの残り時間を示す情報を表示する監視装置。 - コンピュータを、
複数の監視対象のいずれかに障害が発生したことを示す障害情報を取得する取得手段、
前記障害情報で特定される障害を、所定のユーザに通報すべきか否か判断する通報義務判断手段、
前記取得手段が前記障害情報を取得すると前記障害の発生を示す障害通知情報を表示し、また、前記通報義務判断手段が通報すべきと判断すると前記障害を所定のユーザに通報すべき義務が発生していることを示す通報義務情報を表示する表示手段、
として機能させるためのプログラム。 - 複数の監視対象のいずれかに障害が発生したことを示す障害情報を取得する取得ステップと、
前記障害情報で特定される障害を、所定のユーザに通報すべきか否か判断する通報義務判断ステップと、
前記取得ステップで前記障害情報を取得すると前記障害の発生を示す障害通知情報を表示し、また、前記通報義務判断ステップで通報すべきと判断すると前記障害を所定のユーザに通報すべき義務が発生していることを示す通報義務情報を表示する表示ステップと、
をコンピュータが実行する監視方法。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011184670 | 2011-08-26 | ||
JP2011184670 | 2011-08-26 | ||
PCT/JP2012/003548 WO2013031066A1 (ja) | 2011-08-26 | 2012-05-30 | 監視装置、監視方法およびプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2013031066A1 true JPWO2013031066A1 (ja) | 2015-03-23 |
JP5983612B2 JP5983612B2 (ja) | 2016-09-06 |
Family
ID=47755601
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013531009A Active JP5983612B2 (ja) | 2011-08-26 | 2012-05-30 | 監視装置、監視方法およびプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US9336075B2 (ja) |
JP (1) | JP5983612B2 (ja) |
WO (1) | WO2013031066A1 (ja) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015118685A (ja) * | 2013-11-12 | 2015-06-25 | 株式会社リコー | 情報処理システム、情報処理方法、及びプログラム |
EP3125969B1 (en) * | 2014-03-31 | 2020-10-07 | Gambro Lundia AB | Extracorporeal blood treatment alarm docking |
JP6539974B2 (ja) * | 2014-10-06 | 2019-07-10 | 日本電気株式会社 | 障害通報装置、障害通報方法及び障害通報プログラム |
DE102016204392A1 (de) * | 2016-03-16 | 2017-09-21 | Trumpf Werkzeugmaschinen Gmbh + Co. Kg | System und Verfahren zur Produktionsplanung |
US10677600B2 (en) * | 2017-09-15 | 2020-06-09 | Accenture Global Solutions Limited | Navigation system for a multi-dimensional parameter space |
JP2021111206A (ja) * | 2020-01-14 | 2021-08-02 | 富士フイルムビジネスイノベーション株式会社 | 第1処理装置、第2処理装置、情報処理システム及び情報処理プログラム |
EP4009254A1 (en) * | 2020-12-04 | 2022-06-08 | United Grinding Group Management AG | Method of operating a production system |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1196043A (ja) * | 1997-09-22 | 1999-04-09 | The Sumitomo Bank Ltd | 分散システムにおけるセンター監視システム |
JPH11161474A (ja) * | 1998-09-04 | 1999-06-18 | Hitachi Ltd | コンソール装置 |
JP2001034552A (ja) * | 1999-07-22 | 2001-02-09 | Nkk Corp | 自動監視システム |
JP2006113708A (ja) * | 2004-10-13 | 2006-04-27 | Nomura Research Institute Ltd | 障害メッセージに対する再警告発動システム及び再警告発動プログラム |
JP2007034353A (ja) * | 2005-07-22 | 2007-02-08 | Mitsubishi Electric Corp | 業務管理装置、業務管理方法および業務管理プログラム |
JP2010157143A (ja) * | 2008-12-27 | 2010-07-15 | Canon Marketing Japan Inc | 警告表示システム、警告表示方法、プログラム及び記録媒体。 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6883126B1 (en) * | 2000-11-07 | 2005-04-19 | Maxtor Corporation | Method and apparatus for reducing error recovery time in hard disk drive |
US6854074B2 (en) * | 2000-12-01 | 2005-02-08 | Internetseer.Com Corp. | Method of remotely monitoring an internet web site |
US7475275B2 (en) * | 2005-10-27 | 2009-01-06 | International Business Machines Corporation | Method for fault handling in a co-operative workflow environment |
JP2009099135A (ja) * | 2007-09-28 | 2009-05-07 | Fujitsu Ltd | 支援管理方法、支援管理システム及び情報処理装置 |
US20090210283A1 (en) * | 2007-09-28 | 2009-08-20 | Fujitsu Limited | Support management method, support management system and information processing device |
JP4856691B2 (ja) | 2008-11-28 | 2012-01-18 | みずほ情報総研株式会社 | 障害情報提供システム、障害情報提供方法及び障害情報提供プログラム |
JP5108050B2 (ja) * | 2010-04-13 | 2012-12-26 | 株式会社沖データ | 複合装置 |
WO2012164616A1 (en) * | 2011-05-31 | 2012-12-06 | Hitachi, Ltd. | Computer system and its event notification method |
-
2012
- 2012-05-30 JP JP2013531009A patent/JP5983612B2/ja active Active
- 2012-05-30 WO PCT/JP2012/003548 patent/WO2013031066A1/ja active Application Filing
- 2012-05-30 US US14/240,822 patent/US9336075B2/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1196043A (ja) * | 1997-09-22 | 1999-04-09 | The Sumitomo Bank Ltd | 分散システムにおけるセンター監視システム |
JPH11161474A (ja) * | 1998-09-04 | 1999-06-18 | Hitachi Ltd | コンソール装置 |
JP2001034552A (ja) * | 1999-07-22 | 2001-02-09 | Nkk Corp | 自動監視システム |
JP2006113708A (ja) * | 2004-10-13 | 2006-04-27 | Nomura Research Institute Ltd | 障害メッセージに対する再警告発動システム及び再警告発動プログラム |
JP2007034353A (ja) * | 2005-07-22 | 2007-02-08 | Mitsubishi Electric Corp | 業務管理装置、業務管理方法および業務管理プログラム |
JP2010157143A (ja) * | 2008-12-27 | 2010-07-15 | Canon Marketing Japan Inc | 警告表示システム、警告表示方法、プログラム及び記録媒体。 |
Also Published As
Publication number | Publication date |
---|---|
WO2013031066A1 (ja) | 2013-03-07 |
JP5983612B2 (ja) | 2016-09-06 |
US9336075B2 (en) | 2016-05-10 |
US20140195865A1 (en) | 2014-07-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5983612B2 (ja) | 監視装置、監視方法およびプログラム | |
JP4666482B2 (ja) | 業務管理装置、業務管理方法および業務管理プログラム | |
US20140188729A1 (en) | Remote notification and action system with event generating | |
US20070174786A1 (en) | Computer-readable recording medium having recorded message display control program and message display control apparatus | |
WO2016188100A1 (zh) | 信息系统故障场景信息收集方法及系统 | |
US20200133698A1 (en) | Alerting, diagnosing, and transmitting computer issues to a technical resource in response to a dedicated physical button or trigger | |
US11586526B2 (en) | Incident workflow interface for application analytics | |
CN103490917A (zh) | 故障处理情况的检测方法及装置 | |
JP2010009411A (ja) | 仮想化環境運用支援システム及び仮想環境運用支援プログラム | |
CN101593135A (zh) | 在分布式集成环境中集中处理业务流程故障的装置和方法 | |
JP2010015246A (ja) | 故障情報分析管理システム | |
JP2016076072A (ja) | 障害通報装置、障害通報方法及び障害通報プログラム | |
JP4364879B2 (ja) | 障害通報システム、障害通報方法及び障害通報プログラム | |
CN108910639B (zh) | 电梯抱闸信息处理方法、系统、设备和可读存储介质 | |
US8897713B2 (en) | System, method, and computer program product for wireless network monitoring | |
CN110290019A (zh) | 监测方法及系统 | |
CN109088921B (zh) | 一种写操作处理方法、装置和计算机可读存储介质 | |
JP2009211117A (ja) | 故障通報システム | |
JP2007052756A (ja) | ワイヤレスデバイスの不具合診断に適用する学習型診断データベース | |
JP2006178851A (ja) | 障害監視方法、障害監視システムおよびプログラム | |
JP2001022717A (ja) | 分散環境の運用管理システムに関する誤操作判別方法 | |
JP2009059204A (ja) | コンピュータリモート制御システム | |
CN111064597A (zh) | 一种基于Pass平台的中间件节点自愈系统的自愈方法 | |
JP2006186633A (ja) | 障害経路診断システム、障害経路診断方法、および障害経路診断プログラム | |
US20090172475A1 (en) | Remote resolution of software program problems |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150403 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160510 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160614 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160705 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160718 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5983612 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |