JP7424014B2 - Information processing device, fault management system, fault management method, and program - Google Patents

Information processing device, fault management system, fault management method, and program Download PDF

Info

Publication number
JP7424014B2
JP7424014B2 JP2019216964A JP2019216964A JP7424014B2 JP 7424014 B2 JP7424014 B2 JP 7424014B2 JP 2019216964 A JP2019216964 A JP 2019216964A JP 2019216964 A JP2019216964 A JP 2019216964A JP 7424014 B2 JP7424014 B2 JP 7424014B2
Authority
JP
Japan
Prior art keywords
failure
program
information
monitoring
notification
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2019216964A
Other languages
Japanese (ja)
Other versions
JP2021086527A (en
Inventor
健太 玉置
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2019216964A priority Critical patent/JP7424014B2/en
Publication of JP2021086527A publication Critical patent/JP2021086527A/en
Application granted granted Critical
Publication of JP7424014B2 publication Critical patent/JP7424014B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報処理装置、障害管理システム、障害管理方法、及びプログラムに関する。 The present invention relates to an information processing device, a fault management system, a fault management method, and a program.

従来、ユーザが利用している機器でアプリケーションプログラム(以下、単にプログラムという)の動作不正に基づく障害が発生すると、機器から障害情報を受信する障害管理装置が知られている(例えば、特許文献1)。 Conventionally, there has been known a fault management device that receives fault information from the device when a fault occurs due to malfunction of an application program (hereinafter simply referred to as a program) in a device used by a user (for example, Patent Document 1 ).

この種の障害管理装置は、例えば、複合機、プリンタ等の機器から上記障害情報を取得し、取得した障害情報に基づいてプログラムの開発担当者等に障害通知を送信する。障害通知を受けた開発担当者等は、障害対応支援装置にアクセスするなどして障害情報を入手することで、発生した障害に対する必要な対策の検討を行うことが可能となる。 This type of fault management device acquires the above-mentioned fault information from a device such as a multifunction device or a printer, and sends a fault notification to a program developer or the like based on the obtained fault information. A developer or the like who receives the failure notification can obtain failure information by accessing the failure handling support device, etc., and then consider necessary countermeasures for the failure that has occurred.

しかしながら、従来の技術によれば、機器から取得した障害情報に基づく障害通知が全て開発担当者等に送信されるため、通知先の開発担当者等は、自分が利用しない障害情報に関する障害通知についても何らかの対応をとる必要が生じていた。このため、通知先に無駄な業務が発生し、業務効率が低下するという問題があった。 However, according to the conventional technology, all fault notifications based on fault information obtained from devices are sent to the developer, etc., so the developer, etc. to whom the notification is sent cannot receive fault notifications related to fault information that they do not use. It became necessary to take some kind of response. For this reason, there is a problem in that wasteful work occurs at the notification destination and work efficiency decreases.

本発明は、上記事情に鑑みてなされたものであって、障害情報の通知先の業務効率を向上可能な情報処理装置、障害管理システム、障害管理方法、及びプログラムを提供することを目的とする。 The present invention has been made in view of the above circumstances, and an object of the present invention is to provide an information processing device, a fault management system, a fault management method, and a program that can improve the work efficiency of a notification destination of fault information. .

上述した課題を解決し、目的を達成するために、本発明は、機器にインストールされた
プログラムに係る障害情報を、当該機器から取得する障害情報取得部と、プログラムごとに設定される、監視レベルの設定と、監視キーワードの設定と、を含む、設定情報を受信する設定情報受信部と、前記監視キーワードが、取得した障害情報に含まれているか否かを判断し、前記監視キーワードが取得した障害情報に含まれている場合に、前記障害情報取
得部が取得した障害情報と、プログラムごとに設定された監視レベルのうち当該障害情報
に係るプログラムの監視レベルと、に基づいて、前記障害情報に関する障害通知の送信の
要否を判定する判定部と、前記判定部によって障害通知の送信が必要と判断された場合に
障害通知を送信する送信部と、を備える。
In order to solve the above-mentioned problems and achieve the purpose, the present invention provides a fault information acquisition unit that obtains fault information related to a program installed in a device from the device, and a monitoring level that is set for each program. a configuration information receiving unit that receives configuration information, including configurations of , and settings of monitoring keywords, and determining whether or not the monitoring keyword is included in the acquired failure information, If included in the failure information, the failure information is acquired based on the failure information acquired by the failure information acquisition unit and the monitoring level of the program related to the failure information among the monitoring levels set for each program. a determination unit that determines whether or not it is necessary to transmit a failure notification regarding the above-described failure notification; and a transmission unit that transmits the failure notification when the determination unit determines that transmission of the failure notification is necessary.

本発明によれば、プログラムの開発担当者等の業務効率を向上可能とするという効果を奏する。 According to the present invention, it is possible to improve the work efficiency of a person in charge of developing a program.

図1は、第1実施形態の障害管理システムを含む構成の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of a configuration including a failure management system according to the first embodiment. 図2は、第1実施形態の複合機(機器、情報処理装置)のハードウェア構成の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of the hardware configuration of the multifunction peripheral (device, information processing device) of the first embodiment. 図3は、実施形態の情報処理装置が取得する設定情報の一例を示す図である。FIG. 3 is a diagram illustrating an example of setting information acquired by the information processing apparatus according to the embodiment. 図4は、実施形態の情報処理装置が取得する障害情報の一例を示す図である。FIG. 4 is a diagram illustrating an example of failure information acquired by the information processing apparatus according to the embodiment. 図5は、第1実施形態の複合機(機器、情報処理装置)の機能構成の一例を示すブロック図である。FIG. 5 is a block diagram illustrating an example of the functional configuration of the multifunction device (device, information processing device) of the first embodiment. 図6は、第1実施形態の障害管理システムで実行される処理の一例を示すシーケンス図である。FIG. 6 is a sequence diagram showing an example of processing executed by the fault management system of the first embodiment. 図7は、実施形態の監視レベルを設定するための設定画面の一例を示す図である。FIG. 7 is a diagram showing an example of a setting screen for setting the monitoring level according to the embodiment. 図8は、実施形態の監視キーワードを設定するための設定画面の一例を示す図である。FIG. 8 is a diagram showing an example of a setting screen for setting monitoring keywords according to the embodiment. 図9は、実施形態の判定処理の一例を示すフローチャートである。FIG. 9 is a flowchart illustrating an example of the determination process according to the embodiment. 図10は、第2実施形態の障害管理システムを含む構成の一例を示すブロック図である。FIG. 10 is a block diagram showing an example of a configuration including the fault management system of the second embodiment. 図11は、第2実施形態の情報処理装置のハードウェア構成の一例を示すブロック図である。FIG. 11 is a block diagram illustrating an example of the hardware configuration of the information processing apparatus according to the second embodiment. 図12は、第2実施形態の複合機(機器)の機能構成の一例を示すブロック図である。FIG. 12 is a block diagram illustrating an example of the functional configuration of a multifunction peripheral (device) according to the second embodiment. 図13は、第2実施形態の情報処理装置の機能構成の一例を示すブロック図である。FIG. 13 is a block diagram illustrating an example of the functional configuration of the information processing device according to the second embodiment. 図14は、第2実施形態の障害管理システムで実行される処理の一例を示すシーケンス図である。FIG. 14 is a sequence diagram illustrating an example of processing executed by the fault management system of the second embodiment.

以下に図面を参照して、情報処理装置、障害管理システム、障害管理方法、及びプログラムの実施形態を詳細に説明する。以下では、機器を複合機(Multifunction Peripheral)とした例を説明するが、これに限定されるものではなく、本発明は、プリンタ、プロジェクタ、会議システム等の各種機器に適用可能である。なお、複合機とは、印刷機能、複写機能、スキャナ機能、及びファクシミリ機能のうち少なくとも2つの機能を有する装置である。 Embodiments of an information processing device, a fault management system, a fault management method, and a program will be described in detail below with reference to the drawings. Although an example in which the device is a multifunction peripheral will be described below, the present invention is not limited to this, and the present invention can be applied to various devices such as printers, projectors, and conference systems. Note that a multifunction device is a device that has at least two functions among a printing function, a copying function, a scanner function, and a facsimile function.

(第1実施形態)
第1実施形態は、複合機が機器の機能と情報処理装置の機能とを有する例である。図1において、実施形態に係る障害管理システムを構成する複合機1は、インターネットなどのネットワークNを介して、端末2と、通知先3と接続されている。
(First embodiment)
The first embodiment is an example in which a multifunction device has the functions of a device and the functions of an information processing device. In FIG. 1, a multifunction device 1 constituting a failure management system according to an embodiment is connected to a terminal 2 and a notification destination 3 via a network N such as the Internet.

端末2は、複合機1にインストールされるプログラムの開発者が利用するもので、プログラムの開発ツール等を備えている。通知先3は、複合機1のプログラムに関する障害が発生した場合に、必要に応じて障害通知を受信する。詳細は後述するが、通知先3は、開発担当者や商品担当者等によって適宜設定される。 The terminal 2 is used by a developer of a program installed in the multifunction device 1, and is equipped with program development tools and the like. The notification destination 3 receives a failure notification as necessary when a failure regarding a program of the multifunction device 1 occurs. Although details will be described later, the notification destination 3 is appropriately set by a person in charge of development, a person in charge of products, or the like.

次に、図2を参照して、複合機1のハードウェア構成を説明する。複合機1は、コントローラ10、近距離通信回路20、エンジン制御部30、操作パネル40、ネットワークI/F50を備えている。 Next, with reference to FIG. 2, the hardware configuration of the multifunction device 1 will be described. The multifunction device 1 includes a controller 10, a short-range communication circuit 20, an engine control section 30, an operation panel 40, and a network I/F 50.

これらのうち、コントローラ10は、コンピュータの主要部であるCPU11、システムメモリ(MEM-P)12、ノースブリッジ(NB)13、サウスブリッジ(SB)14、ASIC(Application Specific Integrated Circuit)16、記憶部であるローカルメモリ(MEM-C)17、HDDコントローラ18、及び、記憶部であるHD19を有し、NB13とASIC16との間をAGP(Accelerated Graphics Port)バス21で接続した構成となっている。 Among these, the controller 10 includes a CPU 11, which is the main part of the computer, a system memory (MEM-P) 12, a north bridge (NB) 13, a south bridge (SB) 14, an ASIC (Application Specific Integrated Circuit) 16, and a storage section. It has a local memory (MEM-C) 17, an HDD controller 18, and an HD 19 as a storage unit, and has a configuration in which the NB 13 and the ASIC 16 are connected by an AGP (Accelerated Graphics Port) bus 21.

これらのうち、CPU11は、複合機1の全体制御を行う制御部である。NB13は、CPU11と、MEM-P12、SB14、及びAGPバス21とを接続するためのブリッジであり、MEM-P12に対する読み書きなどを制御するメモリコントローラと、PCI(Peripheral Component Interconnect)マスタ及びAGPターゲットとを有する。 Among these, the CPU 11 is a control unit that performs overall control of the multifunction device 1. NB13 is a bridge for connecting CPU11, MEM-P12, SB14, and AGP bus 21, and is a memory controller that controls reading and writing to MEM-P12, a PCI (Peripheral Component Interconnect) master, and AGP target. has.

MEM-P12は、コントローラ10の各機能を実現させるプログラムやデータの格納用メモリであるROM12a、プログラムやデータの展開、及びメモリ印刷時の描画用メモリなどとして用いるRAM12bとからなる。なお、RAM12bに記憶されているプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、CD-R、DVD等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。 The MEM-P 12 includes a ROM 12a, which is a memory for storing programs and data for realizing each function of the controller 10, and a RAM 12b, which is used as a memory for developing programs and data, and for drawing when printing the memory. Note that the program stored in the RAM 12b is configured to be provided as an installable or executable file recorded on a computer-readable recording medium such as a CD-ROM, CD-R, or DVD. You may.

SB14は、NB13とPCIデバイス、周辺デバイスとを接続するためのブリッジである。ASIC16は、画像処理用のハードウェア要素を有する画像処理用途向けのIC(Integrated Circuit)であり、AGPバス21、PCIバス22、HDDコントローラ18およびMEM-C17をそれぞれ接続するブリッジの役割を有する。このASIC16は、PCIターゲットおよびAGPマスタ、ASIC16の中核をなすアービタ(ARB)、MEM-C17を制御するメモリコントローラ、ハードウェアロジックなどにより画像データの回転などを行う複数のDMAC(Direct Memory Access Controller)、並びに、スキャナ部31及びプリンタ部32との間でPCIバス22を介したデータ転送を行うPCIユニットとからなる。なお、ASIC906には、USB(Universal Serial Bus)のインターフェースや、IEEE1394(Institute of Electrical and Electronics Engineers 1394)のインターフェースを接続するようにしてもよい。 SB14 is a bridge for connecting NB13, PCI devices, and peripheral devices. The ASIC 16 is an IC (Integrated Circuit) for image processing that includes hardware elements for image processing, and has the role of a bridge that connects the AGP bus 21, the PCI bus 22, the HDD controller 18, and the MEM-C 17, respectively. This ASIC16 includes a PCI target and an AGP master, an arbiter (ARB) that is the core of the ASIC16, a memory controller that controls the MEM-C17, and multiple DMACs (Direct Memory Access Controllers) that rotate image data using hardware logic, etc. , and a PCI unit that transfers data between the scanner section 31 and the printer section 32 via the PCI bus 22. Note that the ASIC 906 may be connected to a USB (Universal Serial Bus) interface or an IEEE 1394 (Institute of Electrical and Electronics Engineers 1394) interface.

MEM-C17は、コピー用画像バッファ及び符号バッファとして用いるローカルメモリである。HD19は、画像データの蓄積、印刷時に用いるフォントデータの蓄積、フォームの蓄積を行うためのストレージである。HD19は、CPU11の制御にしたがってHD19に対するデータの読出又は書込を制御する。AGPバス21は、グラフィック処理を高速化するために提案されたグラフィックスアクセラレータカード用のバスインタフェースであり、MEM-P12に高スループットで直接アクセスすることにより、グラフィックスアクセラレータカードを高速にすることができる。 MEM-C17 is a local memory used as a copy image buffer and code buffer. The HD 19 is a storage for storing image data, font data used during printing, and forms. The HD 19 controls data reading or writing to the HD 19 under the control of the CPU 11 . The AGP bus 21 is a bus interface for the graphics accelerator card proposed to speed up graphics processing, and can speed up the graphics accelerator card by directly accessing the MEM-P12 with high throughput. .

また、近距離通信回路20には、通信回路20aが備わっている。近距離通信回路20は、NFC、Bluetooth(登録商標)等の通信回路である。更に、エンジン制御部30は、スキャナ部31及びプリンタ部32によって構成されている。また、操作パネル40は、現在の設定値や選択画面等を表示させ、操作者からの入力を受け付けるタッチパネル等のパネル表示部40a、並びに、濃度の設定条件などの画像形成に関する条件の設定値を受け付けるテンキー及びコピー開始指示を受け付けるスタートキー等からなる操作パネル40bを備えている。コントローラ10は、複合機1全体の制御を行い、例えば、描画、通信、操作パネル40からの入力等を制御する。スキャナ部31又はプリンタ部32には、誤差拡散やガンマ変換などの画像処理部分が含まれている。 Further, the short-range communication circuit 20 includes a communication circuit 20a. The short-range communication circuit 20 is a communication circuit such as NFC or Bluetooth (registered trademark). Further, the engine control section 30 includes a scanner section 31 and a printer section 32. The operation panel 40 also includes a panel display section 40a such as a touch panel that displays current setting values, a selection screen, etc., and accepts input from the operator, as well as displaying setting values of conditions related to image formation such as density setting conditions. It is provided with an operation panel 40b consisting of a numeric keypad for accepting instructions, a start key for accepting copy start instructions, and the like. The controller 10 controls the entire multifunction device 1, and controls, for example, drawing, communication, input from the operation panel 40, and the like. The scanner section 31 or the printer section 32 includes image processing sections such as error diffusion and gamma conversion.

なお、複合機1は、操作パネル40のアプリケーション切り替えキーにより、ドキュメントボックス機能、コピー機能、プリンタ機能、およびファクシミリ機能を順次に切り替えて選択することが可能となる。ドキュメントボックス機能の選択時にはドキュメントボックスモードとなり、コピー機能の選択時にはコピーモードとなり、プリンタ機能の選択時にはプリンタモードとなり、ファクシミリモードの選択時にはファクシミリモードとなる。 Note that the multifunction device 1 can sequentially switch and select the document box function, copy function, printer function, and facsimile function using the application switching key on the operation panel 40. When the document box function is selected, the mode becomes document box mode, when the copy function is selected, the mode becomes copy mode, when the printer function is selected, the mode becomes printer mode, and when the facsimile mode is selected, the mode becomes facsimile mode.

また、ネットワークI/F50は、通信ネットワークを利用してデータ通信をするためのインターフェースである。近距離通信回路20及びネットワークI/F50は、PCIバス22を介して、ASIC16に電気的に接続されている。 Further, the network I/F 50 is an interface for data communication using a communication network. The short-range communication circuit 20 and the network I/F 50 are electrically connected to the ASIC 16 via the PCI bus 22.

図3は、複合機1に記憶される設定情報を示す図である。設定情報は、プログラムIDに対応づけて、監視キーワード61、監視レベル62、障害レベル63、利用用途64、通知先65が記憶される。設定情報は、プログラムの開発担当者や商品担当者によって設定される。図4は、検知された障害に関する障害情報である。障害情報は、障害内容66と障害レベル67とが関連付けて記憶される。 FIG. 3 is a diagram showing setting information stored in the multifunction device 1. As shown in FIG. In the setting information, a monitoring keyword 61, a monitoring level 62, a failure level 63, a usage purpose 64, and a notification destination 65 are stored in association with the program ID. The setting information is set by a person in charge of developing a program or a person in charge of a product. FIG. 4 shows fault information regarding detected faults. In the fault information, fault details 66 and fault levels 67 are stored in association with each other.

続いて、図5を参照して、本発明に関連する複合機1の機能構成を説明する。複合機1は、機器(複合機本体)70の機能と情報処理装置80の機能とを備える。コントローラ10は、CPU11が各種メモリ部に記憶された制御プログラムにしたがって動作することで、設定情報受信部71、設定情報変更部72、障害検知部73、障害情報取得部81、設定情報取得部82、判定部83、障害通知送信部84、として機能する。 Next, with reference to FIG. 5, the functional configuration of the multifunction device 1 related to the present invention will be described. The multifunction device 1 has the functions of a device (multifunction device main body) 70 and an information processing device 80 . The controller 10 has a setting information receiving section 71, a setting information changing section 72, a fault detecting section 73, a fault information obtaining section 81, and a setting information obtaining section 82 by the CPU 11 operating according to control programs stored in various memory sections. , a determining unit 83, and a failure notification transmitting unit 84.

上記制御プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。また、上記制御プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、本実施形態の複合機1で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。さらには、上記制御プログラムを、ROM等に予め組み込んで提供するように構成してもよい。 The above control program is an installable or executable file recorded on a computer-readable recording medium such as a CD-ROM, flexible disk (FD), CD-R, or DVD (Digital Versatile Disk). provided. Alternatively, the control program may be stored on a computer connected to a network such as the Internet, and provided by being downloaded via the network. Furthermore, the program executed by the multifunction device 1 of this embodiment may be provided or distributed via a network such as the Internet. Furthermore, the control program may be configured to be provided by being incorporated in a ROM or the like in advance.

設定情報受信部71は、プログラム開発者用の端末2からプログラムの設定情報を受信する。具体的には、プログラム開発時に設定された、図3に示す設定情報を受信する。設定情報受信部71が受信する設定情報には、通知先65は設定されていないが、必要に応じて開発担当者が設定することも可能である。 The setting information receiving unit 71 receives program setting information from the terminal 2 for the program developer. Specifically, the setting information shown in FIG. 3, which was set at the time of program development, is received. Although the notification destination 65 is not set in the setting information received by the setting information receiving unit 71, the developer can set it if necessary.

設定情報変更部72は、端末2から受信した設定情報に対して、通知先65を追加するとともに、各種設定情報を書き換える。具体的には、複合機1へのプログラムのインストール完了後に、必要に応じて商品担当者の操作に基づいて設定情報変更部72が設定情報を変更する。障害検知部73は、プログラム動作不正に基づく障害を検知する。障害検知部73は、例えば、プログラムにおける例外の発生の検知やプログラムのエラー情報の検知などによって障害を検知する。 The setting information changing unit 72 adds the notification destination 65 to the setting information received from the terminal 2 and rewrites various setting information. Specifically, after the installation of the program on the multifunction device 1 is completed, the setting information changing unit 72 changes the setting information based on the operation of the person in charge of the product as necessary. The failure detection unit 73 detects failures due to incorrect program operation. The failure detection unit 73 detects a failure by, for example, detecting the occurrence of an exception in a program or detecting program error information.

障害情報取得部81は、機器にインストールされたプログラムに係る障害情報を、当該機器から取得する。具体的には、障害情報取得部81は、障害検知部73から、障害が発生したプログラムのプログラムIDとともに、障害内容や障害レベル等の障害情報を取得する。設定情報取得部82は、設定情報変更部72によって設定された監視レベル等の設定情報を取得する。 The failure information acquisition unit 81 acquires failure information related to a program installed in a device from the device. Specifically, the fault information acquisition unit 81 obtains the program ID of the program in which the fault has occurred, as well as fault information such as the content of the fault and the fault level, from the fault detection unit 73 . The setting information acquisition unit 82 acquires setting information such as the monitoring level set by the setting information changing unit 72.

判定部83は、障害情報取得部81が取得した障害情報と、プログラムごとに設定された監視レベルとに基づいて、障害が生じたプログラムに対応して定められた通知先に対する障害通知の送信の要否を判定する。具体的には、判定部83は、障害情報取得部81が取得したプログラムID及び障害情報と、設定情報取得部82が取得した監視レベルを含む設定情報とを比較して、通知先への障害通知の送信要否を判定する。障害通知送信部84は、判定部83から障害通知要の判定結果を受けると、設定された通知先に障害通知を通知する。 The determination unit 83 determines whether or not to send a failure notification to a notification destination determined corresponding to the program in which the failure has occurred, based on the failure information acquired by the failure information acquisition unit 81 and the monitoring level set for each program. Determine whether it is necessary. Specifically, the determination unit 83 compares the program ID and failure information acquired by the failure information acquisition unit 81 with the setting information including the monitoring level acquired by the setting information acquisition unit 82, and determines whether a failure has occurred to the notification destination. Determine whether notifications need to be sent. Upon receiving the determination result that a failure notification is required from the determining unit 83, the failure notification transmitting unit 84 notifies the set notification destination of the failure notification.

次に、図6を参照して、障害管理システムの動作を説明する。まず、プログラムが機器にインストールされるまでの流れを説明する。プログラムの開発担当者は、プログラムの開発ツールがインストールされた端末2でプログラムを作成し(S1)、図3に示す設定情報を入力する(S2)。 Next, the operation of the fault management system will be explained with reference to FIG. First, we will explain the flow of installing the program on the device. A person in charge of developing a program creates a program on the terminal 2 in which a program development tool is installed (S1), and inputs the setting information shown in FIG. 3 (S2).

ここで、設定情報の入力について説明する。図7、図8は、端末2が備える開発ツールにおける設定画面である。開発担当者は、プログラム作成後にプログラムの利用用途に関して分類の項目を順次入力する。図7の画面Aでは、作成したプログラムが商用かテスト用かを選択する。商用であれば「production」を、テスト用であれば「prototype」を選択する。画面Aの例では、「production」が選択されており、OKボタンを指定すると画面Bに推移する。 Here, inputting the setting information will be explained. 7 and 8 are setting screens in the development tool included in the terminal 2. After creating a program, the person in charge of development sequentially inputs classification items regarding the usage of the program. On screen A in FIG. 7, the user selects whether the created program is for commercial use or for testing. If it is for commercial use, select "production", and if it is for testing, select "prototype". In the example of screen A, "production" is selected, and when the OK button is specified, the screen changes to screen B.

画面Bでは、作成されたプログラムが利用される業種を設定することができ、業種を設定するとプログラムの監視レベルの初期レベルが設定される。画面Bに示す初期レベルは、「H」は監視レベルが高く、5段階中の最高レベル5を表す。初期レベル「M」は、監視レベル3を、画面Bには表示されていないが、初期レベル「L」は監視レベル1を示す。この初期レベル設定は、例えば、医療業に係るプログラムは、人的影響が発生する可能性を鑑みて「H」とする、など適宜設定可能である。なお、開発担当者は、設定された初期レベルを任意に変更できる。 On screen B, the type of industry in which the created program will be used can be set, and once the type of industry is set, the initial monitoring level of the program is set. As for the initial level shown in screen B, "H" indicates a high monitoring level and represents the highest level 5 out of 5 levels. Although not displayed on screen B, the initial level "M" indicates the monitoring level 3, and the initial level "L" indicates the monitoring level 1. This initial level can be set as appropriate, for example, a program related to the medical industry may be set to "H" in consideration of the possibility of human impact. Note that the person in charge of development can arbitrarily change the set initial level.

監視レベルの設定後は、図8に示す画面で、監視キーワードの設定を行うことができる。詳細は後述するが、監視キーワードは、障害情報を通知先に通知するか否かの判定に用いられる。画面Cは、図7の画面Bの入力が完了した後に表示される画面で、設定する監視キーワード候補が表示される。図では、2つのキーワード候補のみが表示されているが、開発担当者の操作によって予め定められたキーワード候補を順次表示できる。表示された中から、監視キーワードを選択すると、画面Dに推移し、設定した監視レベルと監視キーワードが表示され、開発担当者は設定内容を確認してOKボタンを指定すると設定作業が完了する。 After setting the monitoring level, monitoring keywords can be set on the screen shown in FIG. Although details will be described later, the monitoring keyword is used to determine whether or not to notify the notification destination of failure information. Screen C is a screen that is displayed after the input on screen B in FIG. 7 is completed, and monitor keyword candidates to be set are displayed. In the figure, only two keyword candidates are displayed, but predetermined keyword candidates can be sequentially displayed by the developer's operation. When a monitoring keyword is selected from the displayed list, the screen changes to screen D, where the set monitoring level and monitoring keyword are displayed, and when the developer confirms the setting contents and selects the OK button, the setting work is completed.

図6に戻って、作成されたプログラムと、上述のとおり設定された設定情報と、が複合機1に送られる(S3)。複合機1は、送られたプログラムをインストールするとともに(S4)、設定情報受信部71が受信した設定情報に対して設定情報変更部72によって設定情報の追加、変更を行う(S5)。ここでは、通知先の設定が追加される。設定情報の変更は、プログラムのインストールを担当する商品担当者によって、必要に応じて行われる。 Returning to FIG. 6, the created program and the setting information set as described above are sent to the multifunction device 1 (S3). The multifunction device 1 installs the sent program (S4), and the setting information changing unit 72 adds or changes setting information to the setting information received by the setting information receiving unit 71 (S5). Here, notification destination settings are added. Changes to the setting information are made as necessary by the product person in charge of installing the program.

続いて、プログラムがインストールされた複合機1をユーザが使用している間に障害が発生した場合の流れについて説明する。障害検知部73が障害を検知すると(S11)、判定部83は、通知先3に障害通知を通知すべきか否かの判定処理を行う(S12)。判定処理の詳細は、別途フローチャートを用いて説明する。判定部83の判定の結果、通知先3に障害通知を通知すべきと判断されると、障害通知送信部84は、通知先3に障害通知を送信する(S13)。なお、障害通知は、障害が発生したことのみを通知するものであってもよく、また、障害内容を通知するものであってもよい。 Next, a description will be given of the flow when a failure occurs while the user is using the multifunction peripheral 1 in which the program is installed. When the failure detection unit 73 detects a failure (S11), the determination unit 83 performs a process of determining whether or not a failure notification should be notified to the notification destination 3 (S12). Details of the determination process will be explained separately using a flowchart. If it is determined that the failure notification should be notified to the notification destination 3 as a result of the determination by the determination unit 83, the failure notification sending unit 84 transmits the failure notification to the notification destination 3 (S13). Note that the failure notification may notify only that a failure has occurred, or may notify the details of the failure.

次に、図9を参照して、判定部83が行う判定処理について説明する。判定部83は、障害情報取得部81から障害を発生したプログラムIDとともに障害情報が入力されると、設定情報取得部82が取得して複合機1のMEM-C17に記憶された設定情報のうち、上記プログラムIDに対応する設定情報を読み出す(S21)。判定部83は、読み出した設定情報に存在する監視キーワードが障害情報に含まれているか否かを判断し(S22)、含まれていれば、障害情報の障害レベルが設定情報の監視レベル条件に一致するか否かを判断する(S23)。具体的には、図4に示す障害が発生したプログラムに係る障害情報に含まれる障害レベルが図3に示す監視レベルに対応したものになっているか否かを判断する。例えば、プログラムIDが「0001」のプログラムに関する障害情報であれば、通知先「○○」に対する障害通知の要否は、障害情報に含まれる障害レベルが「2」以上であるか否かによって判断される。すなわち、障害レベルが「1」の場合、障害通知は不要と判断する。 Next, with reference to FIG. 9, the determination processing performed by the determination unit 83 will be described. When the failure information is input from the failure information acquisition unit 81 together with the program ID that caused the failure, the determination unit 83 determines which of the configuration information acquired by the configuration information acquisition unit 82 and stored in the MEM-C 17 of the multifunction device 1. , reads setting information corresponding to the program ID (S21). The determination unit 83 determines whether or not the monitoring keyword present in the read configuration information is included in the failure information (S22), and if it is included, the failure level of the failure information meets the monitoring level condition of the configuration information. It is determined whether or not they match (S23). Specifically, it is determined whether the failure level included in the failure information regarding the program in which the failure shown in FIG. 4 has occurred corresponds to the monitoring level shown in FIG. 3. For example, if the fault information is related to a program whose program ID is "0001", whether or not to notify the notification destination "○○" of the fault is determined based on whether the fault level included in the fault information is "2" or higher. be done. That is, if the failure level is "1", it is determined that failure notification is unnecessary.

判定部83は、S23において、障害情報の障害レベルが設定情報の監視レベル条件に一致すると判断すると、障害通知送信部84に対して、障害通知を送信する旨の指示を出力し(S24)、判定処理を終了する。判定部83は、S22において、読み出した設定情報に存在する監視キーワードが障害情報に含まれていないと判断すると、S23、S24をスキップして判定処理を終了する。また、判定部83は、S23において、障害情報の障害レベルが設定情報の監視レベル条件に一致しないと判断すると、S24をスキップして判定処理を終了する。 If the determining unit 83 determines in S23 that the failure level of the failure information matches the monitoring level condition of the setting information, it outputs an instruction to the failure notification transmitting unit 84 to transmit a failure notification (S24), The determination process ends. If the determination unit 83 determines in S22 that the monitoring keyword present in the read configuration information is not included in the failure information, it skips S23 and S24 and ends the determination process. Further, if the determining unit 83 determines in S23 that the failure level of the failure information does not match the monitoring level condition of the setting information, it skips S24 and ends the determination process.

以上説明したとおり、第1実施形態の情報処理装置によれば、判定部83が、障害情報取得部81が取得した障害情報と、プログラムごとに設定された設定情報の監視レベルとに基づいて、通知先に対する障害通知の送信の要否を判定する。このため、開発担当者等の通知先が必要としない障害情報が当該通知先に通知されることを削減できる。したがって、通知先での不要な業務の発生を抑制できるので業務効率を向上させることができる。 As explained above, according to the information processing apparatus of the first embodiment, the determination unit 83 performs the following operations based on the failure information acquired by the failure information acquisition unit 81 and the monitoring level of the setting information set for each program. Determine whether it is necessary to send a failure notification to the notification destination. Therefore, it is possible to reduce failure information that is not needed by the notification destination, such as a person in charge of development, from being notified to the notification destination. Therefore, the occurrence of unnecessary work at the notification destination can be suppressed, so that work efficiency can be improved.

また、判定部83は、プログラムごとに設定された監視キーワードが受信した障害情報に含まれているか否かについても判断して障害通知の送信の要否を判定する。このため、より詳細な情報に基づいて上記判定を行うことができるので、真に必要な障害通知のみを通知先に行うことを可能とする。したがって、通知先において更なる業務効率の向上を図ることができる。 The determining unit 83 also determines whether or not the received failure information includes a monitoring keyword set for each program, thereby determining whether or not to send a failure notification. Therefore, the above determination can be made based on more detailed information, making it possible to send only truly necessary failure notifications to notification destinations. Therefore, it is possible to further improve work efficiency at the notification destination.

加えて、プログラム作成後に、設定情報に利用用途を設定しているので、以下の効果を得ることができる。この種プログラムは、複数をグループ化してパッケージにしてから、機器にインストールすることが行われている。本実施形態においては、プログラムの利用用途を設定しているので、プログラムのパッケージ化にあたり、誤ったパッケージ化を防ぐことができる。すなわち、パッケージの利用用途と、プログラムの利用用途とを比較することで、誤ったパッケージ化を防ぐことができるものである。 In addition, since the usage is set in the setting information after the program is created, the following effects can be obtained. This type of program is usually grouped into a package and then installed on a device. In this embodiment, since the intended use of the program is set, it is possible to prevent incorrect packaging when packaging the program. In other words, by comparing the intended use of the package and the intended use of the program, incorrect packaging can be prevented.

(第2実施形態)
第2実施形態は、情報処理装置の機能を、複合機1でなく、この複合機1にネットワーク接続されるサーバが有する例である。なお、上述した第1実施形態と同様の構成には同一符号を付し、その説明は省略する。図10において、複合機(機器)1は、インターネットなどのネットワークNを介して、端末2、通知先3、サーバ(情報処理装置)4と接続されている。
(Second embodiment)
The second embodiment is an example in which the function of the information processing device is provided not by the multifunction device 1 but by a server connected to the multifunction device 1 through a network. Note that the same components as those in the first embodiment described above are given the same reference numerals, and the explanation thereof will be omitted. In FIG. 10, a multifunction peripheral (device) 1 is connected to a terminal 2, a notification destination 3, and a server (information processing device) 4 via a network N such as the Internet.

図11を参照して、サーバ4のハードウェア構成を説明する。図11に示されているように、サーバ4は、コンピュータによって構築されており、CPU91、ROM92、RAM93、HD94、HDDコントローラ95、ディスプレイ96、外部機器接続I/F97、ネットワークI/F98、データバス99、キーボード100、ポインティングデバイス101、DVD-RW(Digital Versatile Disk Rewritable)ドライブ102、メディアI/F103を備えている。 The hardware configuration of the server 4 will be described with reference to FIG. 11. As shown in FIG. 11, the server 4 is constructed by a computer, and includes a CPU 91, ROM 92, RAM 93, HD 94, HDD controller 95, display 96, external device connection I/F 97, network I/F 98, and data bus. 99, a keyboard 100, a pointing device 101, a DVD-RW (Digital Versatile Disk Rewritable) drive 102, and a media I/F 103.

これらのうち、CPU91は、サーバ4全体の動作を制御する。ROM92は、IPL等のCPU91の駆動に用いられるプログラムを記憶する。RAM93は、CPU91のワークエリアとして使用される。HD94は、プログラム等の各種データを記憶する。HDDコントローラ95は、CPU91の制御にしたがってHD94に対する各種データの読み出し又は書き込みを制御する。ディスプレイ96は、カーソル、メニュー、ウィンドウ、文字、又は画像などの各種情報を表示する。外部機器接続I/F97は、各種の外部機器を接続するためのインターフェースである。この場合の外部機器は、例えば、USB(Universal Serial Bus)メモリやプリンタ等である。ネットワークI/F98は、通信ネットワークを利用してデータ通信をするためのインターフェースである。データバス99は、CPU91等の各構成要素を電気的に接続するためのアドレスバスやデータバス等である。 Among these, the CPU 91 controls the operation of the server 4 as a whole. The ROM 92 stores programs used to drive the CPU 91 such as IPL. RAM93 is used as a work area for CPU91. The HD 94 stores various data such as programs. The HDD controller 95 controls reading and writing of various data to the HD 94 under the control of the CPU 91 . The display 96 displays various information such as a cursor, menu, window, characters, or images. The external device connection I/F 97 is an interface for connecting various external devices. The external device in this case is, for example, a USB (Universal Serial Bus) memory, a printer, or the like. The network I/F 98 is an interface for data communication using a communication network. The data bus 99 is an address bus, a data bus, etc. for electrically connecting each component such as the CPU 91.

また、キーボード100は、文字、数値、各種指示などの入力のための複数のキーを備えた入力手段の一種である。ポインティングデバイス101は、各種指示の選択や実行、処理対象の選択、カーソルの移動などを行う入力手段の一種である。DVD-RWドライブ102は、着脱可能な記録媒体の一例としてのDVD-RW104に対する各種データの読み出し又は書き込みを制御する。なお、DVD-RWに限らず、DVD-R等であってもよい。メディアI/F103は、フラッシュメモリ等の記録メディア105に対するデータの読み出し又は書き込み(記憶)を制御する。なお、複合機1のハードウェア構成は、第1実施形態と同様であるので、その説明を省略する。 Further, the keyboard 100 is a type of input means that includes a plurality of keys for inputting characters, numerical values, various instructions, and the like. The pointing device 101 is a type of input means for selecting and executing various instructions, selecting a processing target, moving a cursor, and the like. The DVD-RW drive 102 controls reading and writing of various data on a DVD-RW 104, which is an example of a removable recording medium. Note that it is not limited to DVD-RW, but may be DVD-R or the like. The media I/F 103 controls reading or writing (storage) of data to a recording medium 105 such as a flash memory. Note that the hardware configuration of the multifunction device 1 is the same as that in the first embodiment, so a description thereof will be omitted.

次に、図12を参照して、本発明に関連する複合機(機器)1の機能構成を説明する。コントローラ10は、CPU11が各種メモリ部に記憶された制御プログラムにしたがって動作することで、設定情報受信部111、設定情報変更部112、設定情報送信部113、障害検知部114、障害情報送信部115、として機能する。 Next, with reference to FIG. 12, the functional configuration of the multifunction device (equipment) 1 related to the present invention will be described. The controller 10 has a setting information receiving section 111, a setting information changing section 112, a setting information transmitting section 113, a fault detecting section 114, and a fault information transmitting section 115 by the CPU 11 operating according to control programs stored in various memory sections. , functions as.

設定情報受信部111は、第1実施形態と同様に端末2からプログラムの設定情報を受信する。設定情報変更部112も第1実施形態と同様に端末2から受信した設定情報に対して、通知先3を追加するとともに、各種設定情報を書き換える。設定情報送信部113は、設定情報変更部112で設定された設定情報をサーバ4に送信する。障害検知部114は、プログラム動作不正に基づく障害を検知する。障害情報送信部115は、障害検知部114が検知した障害に関する障害情報を、障害が発生した複合機のID、障害が発生したプログラムのIDとともにサーバ4に送信する。 The setting information receiving unit 111 receives program setting information from the terminal 2 similarly to the first embodiment. Similarly to the first embodiment, the setting information changing unit 112 also adds the notification destination 3 to the setting information received from the terminal 2 and rewrites various setting information. The setting information transmitting unit 113 transmits the setting information set by the setting information changing unit 112 to the server 4. The failure detection unit 114 detects failures due to incorrect program operation. The fault information transmitting unit 115 transmits fault information regarding the fault detected by the fault detecting unit 114 to the server 4 along with the ID of the multifunction peripheral in which the fault has occurred and the ID of the program in which the fault has occurred.

次に、図13を参照して、サーバ(情報処理装置)4の機能構成を説明する。CPU11が各種メモリ部に記憶された制御プログラムにしたがって動作することで、障害情報取得部121、設定情報取得部122、判定部123、障害通知送信部124、として機能する。 Next, the functional configuration of the server (information processing device) 4 will be described with reference to FIG. 13. The CPU 11 functions as a failure information acquisition unit 121, a setting information acquisition unit 122, a determination unit 123, and a failure notification transmission unit 124 by operating according to control programs stored in various memory units.

上記制御プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。また、上記制御プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、本実施形態のサーバ4で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。さらには、上記制御プログラムを、ROM等に予め組み込んで提供するように構成してもよい。 The above control program is an installable or executable file recorded on a computer-readable recording medium such as a CD-ROM, flexible disk (FD), CD-R, or DVD (Digital Versatile Disk). provided. Alternatively, the control program may be stored on a computer connected to a network such as the Internet, and provided by being downloaded via the network. Furthermore, the program executed by the server 4 of this embodiment may be provided or distributed via a network such as the Internet. Furthermore, the control program may be configured to be provided by being incorporated in a ROM or the like in advance.

障害情報取得部121は、複合機1から、障害が発生した複合機のID、障害が発生したプログラムのIDとともに、障害内容や障害レベル等の障害情報を取得する。設定情報取得部122は、複合機1から監視レベル等の設定情報を取得する。判定部123は、障害情報取得部121が取得した障害情報と、設定情報取得部122が取得した監視レベルを含む設定情報と、に基づいて、通知先3への障害通知の送信要否を判定する。障害通知送信部124は、判定部123から障害通知要の判定結果を受けると、設定された通知先3に障害通知を通知する。 The fault information acquisition unit 121 obtains from the multifunction device 1 the ID of the multifunction device in which the fault has occurred and the ID of the program in which the fault has occurred, as well as fault information such as the details of the fault and the fault level. The setting information acquisition unit 122 acquires setting information such as the monitoring level from the multifunction device 1. The determining unit 123 determines whether or not it is necessary to send a failure notification to the notification destination 3 based on the failure information acquired by the failure information acquisition unit 121 and the setting information including the monitoring level acquired by the setting information acquisition unit 122. do. When the failure notification transmitter 124 receives the determination result that a failure notification is required from the determination unit 123, it notifies the set notification destination 3 of the failure notification.

次に、図14を参照して、障害管理システムの動作を説明する。まず、プログラムが機器にインストールされるまでの流れを説明する。プログラムの開発担当者は、プログラムの開発ツールがインストールされた端末2でプログラムを作成し(S31)、図3に示す設定情報を入力する(S32)。 Next, the operation of the fault management system will be explained with reference to FIG. First, we will explain the flow of installing the program on the device. A person in charge of developing a program creates a program on the terminal 2 in which a program development tool is installed (S31), and inputs the setting information shown in FIG. 3 (S32).

続いて、作成されたプログラムと、上述のとおり設定された設定情報と、が複合機1に送られる(S33)。複合機1は、送られたプログラムをインストールするとともに(S34)、設定情報受信部111が受信した設定情報に対して設定情報変更部112によって設定情報の追加、変更を行う(S35)。ここでは、通知先の設定が追加される。設定情報の変更は、プログラムのインストールを担当する商品担当者によって、必要に応じて行われる。その後、複合機1は、追加、変更した設定情報をサーバ4に送信する(S36)。サーバ4は、受信した設定情報をHD94に記憶する(S37)。 Subsequently, the created program and the setting information set as described above are sent to the multifunction device 1 (S33). The multifunction device 1 installs the sent program (S34), and the setting information changing unit 112 adds or changes setting information to the setting information received by the setting information receiving unit 111 (S35). Here, notification destination settings are added. Changes to the setting information are made as necessary by the product person in charge of installing the program. After that, the multifunction device 1 transmits the added or changed setting information to the server 4 (S36). The server 4 stores the received setting information in the HD 94 (S37).

プログラムがインストールされた複合機1をユーザが使用している間に障害が発生した場合の流れについて説明する。複合機1は、障害検知部114が障害を検知すると(S41)、障害情報送信部115は、障害が発生した複合機のID、障害が発生したプログラムのIDとともにサーバ4に障害情報を送信する(S42)。障害情報を受信したサーバ4は、判定部123が、通知先3に障害通知を通知すべきか否かの判定処理を行う(S43)。判定処理の詳細は、第1実施形態と同様であるので説明を省略する。判定部123の判定の結果、通知先3に障害通知を通知すべきと判断されると、障害通知送信部84は、通知先3に障害通知を送信する(S44)。 The flow when a failure occurs while a user is using the multifunction device 1 with the program installed will be described. In the multifunction device 1, when the fault detection unit 114 detects a fault (S41), the fault information transmission unit 115 transmits the fault information to the server 4 along with the ID of the multifunction device in which the fault has occurred and the ID of the program in which the fault has occurred. (S42). In the server 4 that has received the failure information, the determining unit 123 performs a process of determining whether or not to notify the notification destination 3 of the failure notification (S43). The details of the determination process are the same as those in the first embodiment, so the explanation will be omitted. As a result of the determination by the determination unit 123, if it is determined that the failure notification should be notified to the notification destination 3, the failure notification transmitting unit 84 transmits the failure notification to the notification destination 3 (S44).

以上説明したとおり、第2実施形態においても、第1実施形態と同様の効果を奏する。また、障害情報を管理する情報処理装置を機器である複合機1とネットワーク接続されるサーバ4としたので、情報処理装置で複数の機器の障害情報を集中管理することができる。 As explained above, the second embodiment also provides the same effects as the first embodiment. Further, since the information processing device that manages failure information is the server 4 connected to the multifunction peripheral 1, which is a device, through a network, the information processing device can centrally manage failure information of a plurality of devices.

上記の実施形態に記載された装置群は、本明細書に開示された実施形態を実施するための複数のコンピューティング環境のうちの1つを示すものにすぎない。ある実施形態では、サーバ4は、サーバクラスタといった複数のコンピューティングデバイスを含む。複数のコンピューティングデバイスは、ネットワークや共有メモリなどを含む任意のタイプの通信リンクを介して互いに通信するように構成されており、本明細書に開示された処理を実施する。 The devices described in the embodiments above are merely indicative of one of multiple computing environments for implementing the embodiments disclosed herein. In some embodiments, server 4 includes multiple computing devices, such as a server cluster. The plurality of computing devices are configured to communicate with each other via any type of communication link, including a network, shared memory, etc., to perform the processes disclosed herein.

なお、機器は、複合機1に限られない。機器は、例えば、PJ(Projector:プロジェクタ)、IWB(Interactive White Board:相互通信が可能な電子式の黒板機能を有する白板)、デジタルサイネージ等の出力装置、HUD(Head Up Display)装置、産業機械、撮像装置、集音装置、医療機器、ネットワーク家電、自動車(Connected Car)、ノートPC(Personal Computer)、携帯電話、スマートフォン、タブレット端末、ゲーム機、PDA(Personal Digital Assistant)、デジタルカメラ、ウェアラブルPCまたはデスクトップPC等であってもよい。 Note that the device is not limited to the multifunction device 1. Examples of equipment include PJs (Projectors), IWBs (Interactive White Boards), output devices such as digital signage, HUD (Head Up Display) devices, and industrial machinery. , imaging devices, sound collection devices, medical equipment, network appliances, automobiles (Connected Cars), notebook PCs (Personal Computers), mobile phones, smartphones, tablet terminals, game consoles, PDAs (Personal Digital Assistants), digital cameras, wearable PCs Alternatively, it may be a desktop PC or the like.

1 複合機(機器、情報処理装置)
4 サーバ(情報処理装置)
81、121 障害情報取得部
73、114 障害検知部
83、123 判定部
84、124 障害通知送信部(送信部)
1 Multifunctional device (equipment, information processing device)
4 Server (information processing device)
81, 121 Failure information acquisition unit 73, 114 Failure detection unit 83, 123 Judgment unit 84, 124 Failure notification transmission unit (transmission unit)

特許第6024126号公報Patent No. 6024126

Claims (8)

機器にインストールされたプログラムに係る障害情報を、当該機器から取得する障害情報取得部と、
プログラムごとに設定される、監視レベルの設定と、監視キーワードの設定と、を含む、設定情報を受信する設定情報受信部と、
前記監視キーワードが、取得した障害情報に含まれているか否かを判断し、前記監視キーワードが取得した障害情報に含まれている場合に、前記障害情報取得部が取得した障害情報と、プログラムごとに設定された監視レベルのうち当該障害情報に係るプログラムの監視レベルと、に基づいて、前記障害情報に関する障害通知の送信の要否を判定する判定部と、
前記判定部によって障害通知の送信が必要と判断された場合に障害通知を送信する送信部と、
を備えたことを特徴とする情報処理装置。
a failure information acquisition unit that acquires failure information related to a program installed on the device from the device;
a configuration information receiving unit that receives configuration information including monitoring level settings and monitoring keyword settings that are set for each program;
It is determined whether the monitoring keyword is included in the acquired failure information, and if the monitoring keyword is included in the acquired failure information, the failure information acquired by the failure information acquisition unit and each program are a determination unit that determines whether or not it is necessary to send a failure notification regarding the failure information based on the monitoring level of the program related to the failure information among the monitoring levels set in the failure information;
a transmitting unit that transmits a failure notification when the determination unit determines that transmission of the failure notification is necessary;
An information processing device comprising:
前記障害情報は、障害レベル情報を含み、
前記判定部は、前記障害レベル情報と前記監視レベルとを比較する
ことを特徴とする請求項1に記載の情報処理装置。
The fault information includes fault level information,
The information processing device according to claim 1, wherein the determination unit compares the failure level information and the monitoring level.
前記監視レベルは、プログラムの利用用途に応じて定められる
ことを特徴とする請求項1または2に記載の情報処理装置。
The information processing device according to claim 1 or 2, wherein the monitoring level is determined depending on the usage of the program.
前記監視レベルの設定では、プログラムが利用される業種を設定することができ、前記業種を設定すると、前記監視レベルが設定されるIn setting the monitoring level, the industry in which the program is used can be set, and when the industry is set, the monitoring level is set.
ことを特徴とする請求項1または2に記載の情報処理装置。 The information processing device according to claim 1 or 2, characterized in that:
プログラムがインストールされた機器と、前記機器からの情報を処理する情報処理装置とを備えた障害管理システムであって、
前記機器は、
プログラムの障害を検知する障害検知部を備え、
前記情報処理装置は、
前記障害検知部が障害を検知したプログラムに係る障害情報を、当該機器から取得する障害情報取得部と、
プログラムごとに設定される、監視レベルの設定と、監視キーワードの設定と、を含む、設定情報を受信する設定情報受信部と、
前記監視キーワードが、取得した障害情報に含まれているか否かを判断し、前記監視キーワードが取得した障害情報に含まれている場合に、前記障害情報取得部が取得した障害情報と、プログラムごとに設定された監視レベルとに基づいて、障害が生じたプログラムに対応して定められた通知先に対する障害通知の送信の要否を判定する判定部と、
前記判定部によって障害通知の送信が必要と判断された場合に障害通知を送信する送信部と、
を備えたことを特徴とする障害管理システム。
A fault management system comprising a device in which a program is installed and an information processing device that processes information from the device,
The equipment includes:
Equipped with a failure detection unit that detects program failures,
The information processing device includes:
a failure information acquisition unit that acquires failure information related to a program in which the failure detection unit has detected a failure from the device;
a configuration information receiving unit that receives configuration information including monitoring level settings and monitoring keyword settings that are set for each program;
It is determined whether the monitoring keyword is included in the acquired failure information, and if the monitoring keyword is included in the acquired failure information, the failure information acquired by the failure information acquisition unit and each program are a determination unit that determines whether or not it is necessary to send a failure notification to a notification destination determined in response to the program in which the failure has occurred, based on the monitoring level set in the monitoring level;
a transmitting unit that transmits a failure notification when the determination unit determines that transmission of the failure notification is necessary;
A fault management system characterized by comprising:
前記機器は、プログラムの利用用途に関して項目を入力すると監視レベルが設定される設定画面を表示し、表示された監視キーワードの中から設定する監視キーワードを選択する設定画面を表示するThe device displays a settings screen where a monitoring level is set when items regarding the usage of the program are entered, and a settings screen where a monitoring keyword to be set is selected from among the displayed monitoring keywords is displayed.
請求項5に記載の障害管理システム。 The fault management system according to claim 5.
情報処理装置による障害管理方法であって、
前記情報処理装置が、
機器にインストールされたプログラムに係る障害情報を、当該機器から取得するステップと、
プログラムごとに設定される、監視レベルの設定と、監視キーワードの設定と、を含む、設定情報を受信するステップと、
前記監視キーワードが、取得した障害情報に含まれているか否かを判断し、前記監視キーワードが取得した障害情報に含まれている場合に、前記機器から取得した障害情報と、プログラムごとに設定された監視レベルとに基づいて、障害が生じたプログラムに対応して定められた通知先に対する障害通知の送信の要否を判定するステップと、
障害通知の送信が必要と判断された通知先に障害通知を送信する送信ステップと、
を備えたことを特徴とする障害管理方法。
A fault management method using an information processing device, the method comprising:
The information processing device
a step of acquiring failure information related to a program installed on the device from the device;
a step of receiving configuration information including monitoring level settings and monitoring keyword settings that are set for each program;
It is determined whether the monitoring keyword is included in the acquired failure information, and if the monitoring keyword is included in the acquired failure information, the failure information acquired from the device and the failure information set for each program are determined. a step of determining whether or not it is necessary to send a failure notification to a notification destination determined in response to the program in which the failure has occurred, based on the monitoring level determined by the failure;
a sending step of sending a fault notification to a notification destination to which it is determined that the fault notification needs to be sent;
A failure management method characterized by comprising:
情報処理装置をコンピュータによって制御するためのプログラムであって、
前記コンピュータを、
機器にインストールされたプログラムに係る障害情報を、当該機器から取得する障害情報取得部と、
プログラムごとに設定される、監視レベルの設定と、監視キーワードの設定と、を含む、設定情報を受信する設定情報受信部と、
前記監視キーワードが、取得した障害情報に含まれているか否かを判断し、前記監視キーワードが取得した障害情報に含まれている場合に、前記障害情報取得部が取得した障害情報と、プログラムごとに設定された監視レベルとに基づいて、障害が生じたプログラムに対応して定められた通知先に対する障害通知の送信の要否を判定する判定部と、
前記判定部によって障害通知の送信が必要と判断された場合に障害通知を送信する送信部と、
して機能させるプログラム。
A program for controlling an information processing device by a computer,
The computer,
a failure information acquisition unit that acquires failure information related to a program installed on the device from the device;
a configuration information receiving unit that receives configuration information including monitoring level settings and monitoring keyword settings that are set for each program;
It is determined whether the monitoring keyword is included in the acquired failure information, and if the monitoring keyword is included in the acquired failure information, the failure information acquired by the failure information acquisition unit and each program are a determination unit that determines whether or not it is necessary to send a failure notification to a notification destination determined in response to the program in which the failure has occurred, based on the monitoring level set in the monitoring level;
a transmitting unit that transmits a failure notification when the determination unit determines that transmission of the failure notification is necessary;
A program that makes it work.
JP2019216964A 2019-11-29 2019-11-29 Information processing device, fault management system, fault management method, and program Active JP7424014B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019216964A JP7424014B2 (en) 2019-11-29 2019-11-29 Information processing device, fault management system, fault management method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019216964A JP7424014B2 (en) 2019-11-29 2019-11-29 Information processing device, fault management system, fault management method, and program

Publications (2)

Publication Number Publication Date
JP2021086527A JP2021086527A (en) 2021-06-03
JP7424014B2 true JP7424014B2 (en) 2024-01-30

Family

ID=76087902

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019216964A Active JP7424014B2 (en) 2019-11-29 2019-11-29 Information processing device, fault management system, fault management method, and program

Country Status (1)

Country Link
JP (1) JP7424014B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7401127B1 (en) 2022-05-31 2023-12-19 Necプラットフォームズ株式会社 Information processing equipment, control methods and programs, electronic devices

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004109661A (en) 2002-09-19 2004-04-08 Ricoh Co Ltd Image forming device, image forming system, and computer program
JP2014228932A (en) 2013-05-20 2014-12-08 日本電気通信システム株式会社 Failure notification device, failure notification program, and failure notification method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004109661A (en) 2002-09-19 2004-04-08 Ricoh Co Ltd Image forming device, image forming system, and computer program
JP2014228932A (en) 2013-05-20 2014-12-08 日本電気通信システム株式会社 Failure notification device, failure notification program, and failure notification method

Also Published As

Publication number Publication date
JP2021086527A (en) 2021-06-03

Similar Documents

Publication Publication Date Title
JP2019159730A (en) Maintenance system, maintenance server, and maintenance method
JP6848295B2 (en) Image forming device and program
JP7424014B2 (en) Information processing device, fault management system, fault management method, and program
JP7367471B2 (en) Information processing device, file guarantee method, and file guarantee program
US11269680B2 (en) Information processing apparatus, information processing system, and information processing method
JP7331529B2 (en) Information processing device and information processing program
JP7380140B2 (en) Information processing system, server, method, program, and information processing device
JP6719732B2 (en) Electronics and systems
JP2021021963A (en) Information processing system, information processing method, image-forming device, and server device
JP7139991B2 (en) Information processing system, method, and information processing device
JP2023125943A (en) Information processing system, apparatus management method, and program
US11055030B2 (en) Information processing apparatus to determine state transitions and compliment a deficient state, information processing system, information processing method, and recording medium
JP2020119047A (en) Information processing system, information processing apparatus, parameter setting method and program
JP7409171B2 (en) Printing system, printing method
US20220107860A1 (en) Device management system, device management method, and recording medium
JP7392399B2 (en) Information processing device, system, information processing method, and program
JP2021179797A (en) Information processing system, method, and program
JP7472688B2 (en) Information processing system, information processing method, and program
JP7434840B2 (en) Information processing system, information processing device, information processing method and program
JP7318228B2 (en) Information processing device, control method, and program
JP7310189B2 (en) Information processing device, help content output method, help content output program
WO2020179837A1 (en) Cooperation processing apparatus and method
JP7031286B2 (en) Equipment, image forming equipment and information processing system
JP2024017333A (en) Information processing system, information processing method, and program
JP2021149508A (en) Image forming system, image forming method, and image forming program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220914

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20230711

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230828

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230912

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231027

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: 20231219

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240101

R151 Written notification of patent or utility model registration

Ref document number: 7424014

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151