JP2017142549A - Troubleshooting support apparatus, troubleshooting support program, and storage medium - Google Patents

Troubleshooting support apparatus, troubleshooting support program, and storage medium Download PDF

Info

Publication number
JP2017142549A
JP2017142549A JP2016021392A JP2016021392A JP2017142549A JP 2017142549 A JP2017142549 A JP 2017142549A JP 2016021392 A JP2016021392 A JP 2016021392A JP 2016021392 A JP2016021392 A JP 2016021392A JP 2017142549 A JP2017142549 A JP 2017142549A
Authority
JP
Japan
Prior art keywords
failure message
failure
conditional probability
message
probability
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
Application number
JP2016021392A
Other languages
Japanese (ja)
Other versions
JP6693010B2 (en
Inventor
輝久 三森
Teruhisa Mimori
輝久 三森
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.)
Brains Consulting Inc
Original Assignee
Brains Consulting 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 Brains Consulting Inc filed Critical Brains Consulting Inc
Priority to JP2016021392A priority Critical patent/JP6693010B2/en
Publication of JP2017142549A publication Critical patent/JP2017142549A/en
Application granted granted Critical
Publication of JP6693010B2 publication Critical patent/JP6693010B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

PROBLEM TO BE SOLVED: To provide a troubleshooting support apparatus allowing a person inexperienced in troubleshooting to handle thereto similarly to that of a richly-experienced person, a troubleshooting support program, and a storage medium.SOLUTION: A troubleshooting support apparatus 1 includes: trouble message acquisition means 11; word extraction means 12; severity-determining classifier creation means 13 creating Bayesian classifier that, when the trouble message is generated, calculates a conditional probability P(F|S) representing to be a severe trouble message and, when a trouble message is generated, calculates a conditional probability P(N|S) representing not to be a severe trouble message; severity determination means 14 that, when the P(F|S) is larger than the P(N|S), determines that the trouble message is the severe trouble message; and display means 15 that displays the determination result for the trouble message.SELECTED DRAWING: Figure 1

Description

本発明は、障害対応支援装置、障害対応支援プログラム及び記憶媒体に係り、特に、コンピュータ等のIT機器を監視する監視ツールから送信された障害メッセージの対応に好適に利用できる障害対応支援装置、障害対応支援プログラム及び記憶媒体に関する。   The present invention relates to a failure handling support device, a failure handling support program, and a storage medium, and more particularly, a failure handling support device that can be suitably used for handling a failure message transmitted from a monitoring tool for monitoring an IT device such as a computer. The present invention relates to a support program and a storage medium.

従来の障害対応支援装置は、ログ情報記憶手段からログメッセージ(障害メッセージ)を取得して、該ログメッセージに含まれる各単語(障害用語)に対して、該単語の出現位置、単語、該ログメッセージに含まれる単語数に対して出現頻度の組に基づいてスコアを算出し、該スコアに基づいてクラスタリングを行うことにより、テンプレートを生成する。このとき、クラスタリングされたクラスタを値の高いものから併合し、ログメッセージの総単語数と重大な単語を含むクラスタの範囲を決定するための所定の閾値を乗じた値を超えた時点において併合した単語の集合をテンプレートとする。複数の機器のログメッセージを取得して、生成されているテンプレートとマッチングを行うことにより、重大なメッセージを抽出する。   A conventional failure response support apparatus acquires a log message (failure message) from log information storage means, and for each word (failure term) included in the log message, the appearance position of the word, the word, and the log A score is calculated based on a set of appearance frequencies for the number of words included in the message, and a template is generated by performing clustering based on the score. At this time, the clustered clusters are merged from the highest value, and merged when the total number of words in the log message and a predetermined threshold value for determining the range of clusters including critical words are exceeded. A set of words is a template. A critical message is extracted by acquiring log messages of a plurality of devices and performing matching with a generated template.

特開2013−171471号公報JP 2013-171471 A

しかしながら、従来の障害対応支援装置はクラスタ解析に基づきテンプレートを生成するため、対応者がその経験に基づきテンプレートの正否を分析しなければならない。その結果、対応者の経験に応じて分析結果が異なったり、主観的な結果になったりするという問題があった。   However, since the conventional failure response support apparatus generates a template based on cluster analysis, the responder must analyze the correctness of the template based on the experience. As a result, there is a problem that the analysis result differs depending on the experience of the responder, or a subjective result is obtained.

また、従来の障害対応支援装置は、重大度や緊急度などの種々の観点に基づく障害対応の容易性に問題があった。   Further, the conventional failure response support apparatus has a problem in the ease of failure response based on various viewpoints such as severity and urgency.

そこで、本発明はこれらの点に鑑みてなされたものであり、障害対応に不慣れな対応者であっても経験豊富な対応者と同様に対応することができる障害対応支援装置、障害対応支援プログラム及び記憶媒体を提供することを本発明の目的としている。   Accordingly, the present invention has been made in view of these points, and a failure response support apparatus and a failure response support program that can respond to a responder who is unfamiliar with failure response in the same manner as an experienced responder. It is an object of the present invention to provide a storage medium.

(1)前述した目的を達成するため、本発明の障害対応支援装置は、被監視端末に生じた障害内容を示す障害メッセージを入手する障害メッセージ入手手段と、障害メッセージに含まれる1又は2以上の単語を抽出する単語抽出手段と、障害メッセージが発生する事前確率P(S)、重大障害メッセージが発生する事前確率P(F)、及び、ある単語が重大障害メッセージに含まれる条件付き確率P(W|F)に基づき、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)を求めるベイズ分類器を作成するとともに、事前確率P(S)、非重大障害メッセージが発生する事前確率P(N)、及び、ある単語が非重大障害メッセージに含まれる条件付き確率P(W|N)に基づき、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)を求めるベイズ分類器を作成する重大度判定用分類器作成手段と、単語抽出手段が抽出した全ての単語及びベイズ分類器に基づき条件付き確率P(F|S)及び条件付き確率P(N|S)を演算し、条件付き確率P(F|S)が条件付き確率P(N|S)よりも大きい場合には障害メッセージが重大障害メッセージであると判定し、条件付き確率P(F|S)が条件付き確率P(N|S)よりも小さい場合には障害メッセージが非重大障害メッセージであると判定する重大度判定手段と、障害メッセージに対して判定の結果を表示する表示手段と、を備えることを特徴とする。   (1) In order to achieve the above-described object, the failure handling support apparatus according to the present invention includes a failure message obtaining unit that obtains a failure message indicating the content of a failure that has occurred in the monitored terminal, and one or more included in the failure message. , A prior probability P (S) that a failure message occurs, a prior probability P (F) that a serious failure message occurs, and a conditional probability P that a word is included in the serious failure message Based on (W | F), create a Bayesian classifier that obtains a conditional probability P (F | S) that a failure message occurs when it is a serious failure message, and prior probability P (S), non-critical The failure message is generated based on the prior probability P (N) of occurrence of the failure message and the conditional probability P (W | N) that a certain word is included in the non-critical failure message. Severity classifier creation means for creating a Bayes classifier for obtaining a conditional probability P (N | S) that is a non-serious failure message, and all words and Bayesian classifications extracted by the word extraction means When the conditional probability P (F | S) and the conditional probability P (N | S) are calculated based on the classifier and the conditional probability P (F | S) is larger than the conditional probability P (N | S) Determines that the failure message is a critical failure message and determines that the failure message is a non-critical failure message if the conditional probability P (F | S) is less than the conditional probability P (N | S). The apparatus includes: a severity determination unit; and a display unit that displays a determination result for the failure message.

これにより、本発明の障害対応支援装置は、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)と障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)との比較に基づき障害メッセージの重大度を客観的に判断するため、対応者の経験に依存することなく、障害メッセージに対する重大度の判定の結果を表示することができる。   As a result, the failure handling support apparatus of the present invention has a conditional probability P (F | S) that is a serious failure message when a failure message occurs and a non-critical failure message when a failure message occurs. Since the severity of the failure message is objectively determined based on the comparison with a certain conditional probability P (N | S), the result of the severity determination for the failure message is displayed without depending on the experience of the responder. be able to.

(2)また、本発明の障害対応支援装置は、障害メッセージに対応する必要があったか否かを示す対応要否評価を対応者に要求する対応要否評価要求手段と、を更に備えており、重大度判定用分類器作成手段は、対応要否評価に基づき要対応と評価された要対応障害メッセージを重大障害メッセージであると学習するとともに、対応要否評価に基づき対応不要と評価された対応不要障害メッセージを非重大障害メッセージであると学習することが好ましい。   (2) Further, the failure response support apparatus of the present invention further includes response necessity evaluation requesting means for requesting a response person to perform a response necessity evaluation indicating whether or not it is necessary to respond to the failure message, The classifier creating means for determining the severity level learns that a failure message requiring response based on the response necessity evaluation is a serious failure message, and a response evaluated as not requiring response based on the response necessity evaluation. Preferably, the unnecessary failure message is learned to be a non-critical failure message.

これにより、本発明の障害対応支援装置は、障害メッセージを確認した対応者が要対応であると判断した障害メッセージを重大障害メッセージとして学習するので、客観的な判定の結果に対して対応者の主観的判断を加えることができる。   Thus, the failure support apparatus according to the present invention learns the failure message that the responder who has confirmed the failure message determined to be necessary as a serious failure message. Subjective judgment can be added.

(3)また、本発明の障害対応支援装置は、障害メッセージに緊急対応する必要があったか否かを示す緊急度評価を対応者に要求する緊急度評価要求手段と、緊急度評価に基づき緊急であると評価された障害メッセージを緊急障害メッセージであると学習するとともに、緊急度評価に基づき緊急でないと評価された障害メッセージを非緊急障害メッセージであると学習することにより、事前確率P(S)、緊急障害メッセージが発生する事前確率P(E)、及び、ある単語が緊急障害メッセージに含まれる条件付き確率P(W|E)に基づき、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)を求めるベイズ分類器を作成するとともに、事前確率P(S)、非緊急障害メッセージが発生する事前確率P(M)、及び、ある単語が非緊急障害メッセージに含まれる条件付き確率P(W|M)に基づき、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)を求めるベイズ分類器を作成する緊急度判定用分類器作成手段と、単語抽出手段が抽出した全ての単語及びベイズ分類器に基づき条件付き確率P(E|S)及び条件付き確率P(M|S)を演算し、条件付き確率P(E|S)及び条件付き確率P(M|S)よりも大きい場合には障害メッセージが緊急障害メッセージであると判定し、条件付き確率P(E|S)及び条件付き確率P(M|S)よりも小さい場合には障害メッセージが非緊急障害メッセージであると判定する緊急度判定手段と、を更に備えることが好ましい。   (3) Further, the failure response support apparatus of the present invention is urgent based on the urgency evaluation requesting means for requesting the responsiveness to evaluate the urgency level indicating whether or not the failure message needs to be urgently responded. A failure message evaluated as being an emergency failure message is learned, and a failure message evaluated as not urgent based on the urgency evaluation is learned as a non-emergency failure message, whereby a prior probability P (S) Based on the prior probability P (E) of occurrence of an emergency failure message and the conditional probability P (W | E) that a word is included in the emergency failure message, when the failure message occurs, it is an emergency failure message. A Bayesian classifier that calculates a certain conditional probability P (E | S) is created, and a prior probability P (S), a priori probability that a non-emergency failure message occurs. Based on P (M) and the conditional probability P (W | M) that a word is included in the non-emergency failure message, the conditional probability P (M | S) A urgency determination classifier creating means for creating a Bayes classifier, and a conditional probability P (E | S) and a conditional probability P based on all words extracted by the word extracting means and the Bayes classifier (M | S) is calculated, and when the conditional probability P (E | S) and the conditional probability P (M | S) are greater than each other, it is determined that the failure message is an emergency failure message, and the conditional probability P It is preferable to further include an urgency level determination unit that determines that the failure message is a non-emergency failure message when smaller than (E | S) and the conditional probability P (M | S).

これにより、本発明の障害対応支援装置は、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)と障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)との比較に基づき、障害メッセージの重大度だけでなく、その緊急度も客観的に判断するため、対応者の経験に依存することなく、障害メッセージに対する重大度及び緊急度の複合的な判定の結果を表示することができる。   As a result, the failure handling support apparatus according to the present invention is a non-emergency failure message when the failure message is generated and the conditional probability P (E | S) that it is an emergency failure message. Based on the comparison with a certain conditional probability P (M | S), not only the severity of the failure message but also its urgency is objectively judged, so that the severity of the failure message is not dependent on the experience of the responder. The result of the combined determination of the degree and the urgency can be displayed.

(4)また、本発明の障害対応支援装置は、障害メッセージに対して推奨される1又は2以上の類似障害対象情報に推奨度を付与する推奨度付与手段と、を更に備えており、表示手段は、入手した障害メッセージに対して推奨度が高い順に類似障害対象情報を表示することが好ましい。   (4) Further, the failure handling support apparatus of the present invention further includes recommendation degree giving means for giving a recommendation degree to one or more similar failure target information recommended for the failure message, and displays The means preferably displays the similar failure target information in descending order of recommendation for the obtained failure message.

これにより、本発明の障害対応支援装置は、重要度や緊急度が同様な2以上の類似障害対象情報が存在する場合であっても、ある対応者が理解容易な類似障害対象情報に対して高い推奨度を付与することにより、どの類似障害対象情報が理解容易かを別の対応者が判断することができる。   As a result, the failure handling support apparatus according to the present invention applies to the similar failure target information that is easily understood by a responder even when there are two or more similar failure target information having the same importance and urgency. By assigning a high recommendation level, another responder can determine which similar failure target information is easy to understand.

(5)また、本発明の障害対応支援装置において、重大度判定用分類器作成手段又は緊急度判定用分類器作成手段は、時期的条件、回数的条件その他の所定の条件を満たしたときに、分類器を作成することが好ましい。   (5) Further, in the failure response support apparatus of the present invention, the severity determination classifier creating means or the urgent level determination classifier creating means satisfies a time condition, a time condition, and other predetermined conditions. It is preferable to create a classifier.

これにより、本発明の障害対応支援装置は、分類器作成に伴う処理の負担を減少させることができる。   Thereby, the failure handling support apparatus of the present invention can reduce the processing burden associated with the classifier creation.

(6)また、前述した目的を達成するため、本発明の障害対応支援プログラムは、上記した本発明の障害対応支援装置としてコンピュータを機能させるためのものであることを特徴としている。   (6) Further, in order to achieve the above-described object, the failure handling support program of the present invention is characterized in that the computer functions as the failure handling support apparatus of the present invention described above.

これにより、本発明の障害対応支援プログラムは、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)と障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)との比較に基づき障害メッセージの重大度を客観的に判断するため、対応者の経験に依存することなく、障害メッセージに対する重大度の判定の結果を表示することができる。   As a result, the failure handling support program of the present invention has a conditional probability P (F | S) that is a serious failure message when a failure message occurs and a non-critical failure message when a failure message occurs. Since the severity of the failure message is objectively determined based on the comparison with a certain conditional probability P (N | S), the result of the severity determination for the failure message is displayed without depending on the experience of the responder. be able to.

(7)また、前述した目的を達成するため、本発明の記憶媒体は、上記した本発明の障害対応支援プログラムを記憶したコンピュータ読み取り可能なものであることを特徴としている。   (7) In order to achieve the above-described object, the storage medium of the present invention is characterized in that it is a computer-readable medium storing the above-described failure response support program of the present invention.

これにより、本発明の記憶媒体は、その記憶媒体を接続させたコンピュータを、本発明の障害対応支援装置として機能させることができる。   Thus, the storage medium of the present invention can cause a computer connected to the storage medium to function as the failure support apparatus of the present invention.

本発明の障害対応支援装置、障害対応支援プログラム及び記憶媒体は、相対する2つの条件付き確率の比較に基づき客観的に判断することにより、障害メッセージに対する重大度、緊急度又は類似障害対象情報の推奨度に関する判定の結果を表示することができるので、障害対応に不慣れな対応者であっても経験豊富な対応者と同様に対応することができるという効果を奏する。   The failure handling support apparatus, the failure handling support program, and the storage medium of the present invention objectively determine the severity, urgency, or similar failure target information of a failure message by objectively judging based on a comparison of two conditional probabilities. Since the result of the determination regarding the recommendation level can be displayed, there is an effect that even a responder unaccustomed to dealing with a failure can respond in the same manner as an experienced responder.

図1は、本実施形態の障害対応支援装置の全体構成を示すブロック図である。FIG. 1 is a block diagram showing the overall configuration of the failure handling support apparatus of this embodiment. 図2は、本実施形態の障害対応支援プログラムによる処理フローを示すフローチャートである。FIG. 2 is a flowchart showing a processing flow by the failure support program of the present embodiment. 図3は、本実施形態の表示手段が表示する各種情報の一例を示す概念図である。FIG. 3 is a conceptual diagram illustrating an example of various types of information displayed by the display unit of the present embodiment. 図4は、本実施形態の表示工程Sにおいて表示される障害メッセージの一覧及び判定結果の一例を示す概念図である。FIG. 4 is a conceptual diagram showing an example of a list of failure messages and determination results displayed in the display step S of the present embodiment. 図5は、本実施形態の対応要否評価要求手段による要求の一例を示す概念図である。FIG. 5 is a conceptual diagram showing an example of a request by the response necessity evaluation request unit of the present embodiment. 図6は、本実施形態の対応要否評価要求手段による要求の他の一例を示す概念図である。FIG. 6 is a conceptual diagram showing another example of the request by the response necessity evaluation request unit of the present embodiment. 図7は、本実施形態の緊急度評価要求手段による要求の一例を示す概念図である。FIG. 7 is a conceptual diagram showing an example of a request by the urgency evaluation requesting unit of the present embodiment.

以下、各図を用いて、本実施形態の障害対応支援装置、障害対応支援プログラム及び記憶媒体を説明する。   Hereinafter, the failure handling support apparatus, the failure handling support program, and the storage medium according to the present embodiment will be described with reference to the drawings.

[1]本実施形態の構成
[1−1]障害対応支援装置1
図1は、本実施形態の障害対応支援装置1の全体構成を示すブロック図である。
[1] Configuration of the present embodiment [1-1] Failure response support apparatus 1
FIG. 1 is a block diagram showing the overall configuration of the failure handling support apparatus 1 of the present embodiment.

本実施形態の障害対応支援装置1は、障害メッセージ入手手段11と、単語抽出手段12と、重大度判定用分類器作成手段13と、重大度判定手段14と、表示手段15と、対応要否評価要求手段16と、緊急度評価要求手段17と、緊急度判定用分類器作成手段18と、緊急度判定手段19と、推奨度付与手段20と、を備える。   The failure handling support apparatus 1 of the present embodiment includes a failure message obtaining unit 11, a word extracting unit 12, a severity determination classifier creation unit 13, a severity determination unit 14, a display unit 15, and whether or not a response is required. An evaluation request unit 16, an urgent level evaluation request unit 17, an urgent level determination classifier creation unit 18, an urgent level determination unit 19, and a recommendation level provision unit 20 are provided.

上記した障害メッセージ入手手段11等の各手段は、CPUなどの処理装置、RAMなどの記憶装置、HDDやSSDなどの補助記憶装置、キーボードやディスプレイなどの入出力装置、インターネット接続装置などの通信装置その他のコンピュータを構成する一般的な構成要素に基づいて構成されている。   Each means such as the failure message obtaining means 11 described above includes a processing device such as a CPU, a storage device such as a RAM, an auxiliary storage device such as an HDD and an SSD, an input / output device such as a keyboard and a display, and a communication device such as an Internet connection device. It is configured on the basis of general components constituting other computers.

[1−2]障害対応支援プログラム2
本実施形態の障害対応支援プログラム2は、本実施形態の障害対応支援装置1としてコンピュータを機能させるためのスタンドアローンアプリケーションソフトウェア又はウェブアプリケーションソフトウェアである。本実施形態の障害対応支援プログラム2がコンピュータ上で動作すると、そのコンピュータの一般的な構成要素の一部又は全部が上記した障害メッセージ入手手段11等の各手段となるため、そのコンピュータは本実施形態の障害対応支援装置1として機能する。
[1-2] Failure response support program 2
The failure handling support program 2 of this embodiment is stand-alone application software or web application software for causing a computer to function as the failure handling support apparatus 1 of this embodiment. When the failure support program 2 of this embodiment operates on a computer, some or all of the general components of the computer become each means such as the failure message obtaining means 11 described above, so the computer is It functions as the failure handling support apparatus 1 in the form.

[1−3]記憶媒体3
本実施形態の記憶媒体3は、本実施形態の障害対応支援プログラム2を記憶している。また、本実施形態の記憶媒体3は、その記憶媒体3に記憶された本実施形態の障害対応支援プログラム2がコンピュータに読み取り可能となるように構成されている。本実施形態の記憶媒体3の具体例としては、CD、DVD、USBメモリなどが挙げられる。
[1-3] Storage medium 3
The storage medium 3 of the present embodiment stores the failure support program 2 of the present embodiment. The storage medium 3 of the present embodiment is configured such that the failure support program 2 of the present embodiment stored in the storage medium 3 can be read by a computer. Specific examples of the storage medium 3 of the present embodiment include a CD, a DVD, a USB memory, and the like.

[2]本実施形態の処理フロー
本実施形態の障害対応支援プログラム2は、上記した障害メッセージ入手手段11等の各手段により実行される各工程に基づき、以下の重大度判定、緊急度判定、及び、推奨度に関する各処理を行う。
[2] Processing Flow of the Present Embodiment The failure handling support program 2 of the present embodiment is based on each step executed by each means such as the above-described trouble message obtaining means 11 and the following severity determination, urgency determination, And each process regarding the recommendation degree is performed.

[2−1]重大度判定に関する処理
まず、重大度判定に関する処理の流れを以下に示す。
[2-1] Processing Related to Severity Determination First, the flow of processing related to severity determination is shown below.

[2−1−1]障害メッセージ入手工程S11
図2は、本実施形態の障害対応支援プログラム2における重大度判定に関する処理を示すフローチャートである。図3は、本実施形態の表示手段15が表示する各種情報の一例を示す概念図である。
[2-1-1] Fault message obtaining step S11
FIG. 2 is a flowchart showing processing relating to the severity determination in the failure handling support program 2 of the present embodiment. FIG. 3 is a conceptual diagram showing an example of various information displayed by the display unit 15 of the present embodiment.

障害メッセージ入手手段11は、図2に示すように、被監視端末51に生じた障害内容を示す障害メッセージを入手する障害メッセージ入手工程S11を行う。   As shown in FIG. 2, the failure message obtaining unit 11 performs a failure message obtaining step S <b> 11 for obtaining a failure message indicating the content of the failure that has occurred in the monitored terminal 51.

ここで、被監視端末51とは、本実施形態の障害対応支援装置1に接続された監視ツール52が監視するコンピュータなどのITシステムである。障害内容とは、例えば被監視端末51のCPU(中央演算処理装置)の過負荷状態など、被監視端末51に生じたシステム上の問題である。障害メッセージとは、例えば、「CPUがボトルネック状態です。現在の負荷値99.00%はその閾値95.00%を超えています。」などの文字で示された障害メッセージである。   Here, the monitored terminal 51 is an IT system such as a computer monitored by the monitoring tool 52 connected to the failure support apparatus 1 of the present embodiment. The failure content is a system problem that has occurred in the monitored terminal 51, such as an overload state of the CPU (central processing unit) of the monitored terminal 51, for example. The failure message is, for example, a failure message indicated by characters such as “CPU is in a bottleneck state. The current load value 99.00% exceeds the threshold value 95.00%”.

[2−1−2]単語抽出工程S12
単語抽出手段12は、障害メッセージに含まれる1又は2以上の単語を抽出する単語抽出工程S12を行う。
[2-1-2] Word extraction step S12
The word extraction means 12 performs a word extraction step S12 that extracts one or more words included in the failure message.

ここで、障害メッセージに含まれる単語とは、例えば、「CPU」、「ボトルネック」、「負荷」、「閾値」などの障害メッセージを構成する単語である。   Here, the words included in the failure message are words constituting the failure message such as “CPU”, “bottleneck”, “load”, “threshold”, and the like.

[2−1−3]重大度判定用分類器作成工程S13
重大度判定用分類器作成手段13は、障害メッセージの重大度を判定するため、以下に示す所望の条件付き確率を求める2つのベイズ分類器を作成する重大度判定用分類器作成工程S13を行う。
[2-1-3] Severity determination classifier creation step S13
The severity determination classifier creating means 13 performs a severity determination classifier creating step S13 for creating two Bayes classifiers for obtaining desired conditional probabilities shown below in order to determine the severity of a failure message. .

障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)を求めるベイズ分類器は、以下の通りに作成される。   A Bayesian classifier that determines the conditional probability P (F | S) that a failure message occurs when it is a serious failure message is created as follows.

まず、障害メッセージが発生する確率を事前確率P(S)とし、重大障害メッセージが発生する確率を事前確率P(F)とする。重大障害メッセージとは、ある障害メッセージは重大な障害を知らせるメッセージであることを、本実施形態の障害対応支援装置1を操作する対応者若しくは障害対応支援装置1の設定項目を設定する設定者が事前に判断したメッセージ又は重大度判定用分類器作成手段13が学習したメッセージである。   First, let the probability that a failure message occurs be a prior probability P (S), and let the probability that a serious failure message occur be a prior probability P (F). The serious failure message means that a certain failure message is a message that informs a serious failure, and that a responder who operates the failure handling support apparatus 1 of this embodiment or a setter who sets a setting item of the failure handling support apparatus 1 It is a message determined in advance or a message learned by the severity determination classifier creating means 13.

このとき、障害メッセージが発生する事前確率P(S)を前提とした場合、障害メッセージが発生し、かつ、重大障害メッセージが発生する確率P(S∩F)は、数1の通りとなる。   At this time, assuming the prior probability P (S) that the failure message is generated, the probability P (S∩F) that the failure message is generated and the serious failure message is generated is as follows.

一方、重大障害メッセージが発生する事前確率P(F)を前提とした場合、重大障害メッセージが発生し、かつ、障害メッセージが発生する確率P(F∩S)は、数2の通りとなる。   On the other hand, when the prior probability P (F) that a serious failure message is generated is assumed, the probability P (F∩S) that a serious failure message occurs and a failure message occurs is as follows.

ここで、数1及び数2において「P(S∩F)=P(F∩S)」が成立する。このことから、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)は、数1及び数2に基づき、数3の通りに示される。数3に示す数式はベイズの定理といわれる。   Here, in Equations 1 and 2, “P (S∩F) = P (F に お い て S)” is established. From this, when the failure message occurs, the conditional probability P (F | S) that it is a serious failure message is expressed as shown in Equation 3 based on Equation 1 and Equation 2. The mathematical formula shown in Equation 3 is called Bayes' theorem.

ここで、単語抽出工程S12において障害メッセージから抽出されたj番目の単語をWとすると、単語抽出手段12が抽出した全ての単語Wjはある障害メッセージSに同時に記載されていることになる。これを数式で表すと、数4の通りとなる。 Here, if the j-th word extracted from the failure message in the word extraction step S12 is W j , all the words Wj extracted by the word extraction unit 12 are written in a certain failure message S at the same time. When this is expressed by a mathematical formula, it is as shown in Equation 4.

以上から、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)を求めるベイズ分類器は、以下のようにあらわせる。   From the above, the Bayesian classifier that obtains the conditional probability P (F | S) that a failure message occurs when it is a serious failure message can be expressed as follows.

なお、ΠP(W|F)は、重大障害メッセージが発生したときに単語抽出手段12が抽出したある単語Wjが重大障害メッセージ内に含まれる条件付き確率P(W|F)の総乗である。 Note that ΠP (W j | F) is the sum of conditional probabilities P (W j | F) in which a certain word Wj extracted by the word extracting means 12 when a serious failure message occurs is included in the serious failure message. It is.

すなわち、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)を求めるベイズ分類器は、上記に示す通り、障害メッセージが発生する事前確率P(S)、重大障害メッセージが発生する事前確率P(F)、及び、ある単語が重大障害メッセージに含まれる条件付き確率P(W|F)に基づき、作成される。   That is, when a failure message occurs, the Bayesian classifier that obtains the conditional probability P (F | S) that it is a serious failure message, as shown above, the prior probability P (S) that the failure message occurs, It is created based on the prior probability P (F) that the failure message occurs and the conditional probability P (W | F) that a certain word is included in the serious failure message.

また、上記の数式において、「重大障害メッセージが発生する事前確率P(F)」を「非重大障害メッセージが発生する事前確率P(N)」に置き換えると、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)を求めるベイズ分類器が数6の通りに求められる。   Further, in the above formula, when “prior probability P (F) that a serious failure message occurs” is replaced with “prior probability P (N) that a non-critical failure message occurs”, when a failure message occurs, A Bayesian classifier that obtains a conditional probability P (N | S) that is a non-critical failure message is obtained as shown in Equation 6.

なお、非重大障害メッセージとは、ある障害メッセージは重大な障害を知らせるメッセージではないと本実施形態の障害対応支援装置1の対応者若しくは設定者が事前に判断したメッセージ又は重大度判定用分類器作成手段13が学習したメッセージである。   Note that a non-critical failure message is a message or severity determination classifier that is determined in advance by a responder or setter of the failure response support apparatus 1 of the present embodiment that a certain failure message is not a message notifying a serious failure. This message is learned by the creation means 13.

すなわち、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)を求めるベイズ分類器は、上記に示す通り、事前確率P(S)、非重大障害メッセージが発生する事前確率P(N)、及び、ある単語が非重大障害メッセージに含まれる条件付き確率P(W|N)に基づき、作成される。   That is, when a failure message occurs, the Bayesian classifier that obtains the conditional probability P (N | S) that it is a non-critical failure message, as shown above, has a prior probability P (S), a non-critical failure message Based on the prior probability P (N) that occurs and the conditional probability P (W | N) that a word is included in the non-critical fault message.

なお、上記の重大度判定用分類器作成工程S13は、重大度判定用分類器がすでに作成又は事前入力されている場合、所定の条件C1を満たした場合(C1→S13)のみに行われることが好ましい。これは、重大度判定用分類器作成工程S13を行う障害対応支援装置1の処理負担を軽減させるためである。本実施形態の重大度判定用分類器作成工程S13が行われる所定の条件は、例えば、週に1回などの時期的条件である。所定の条件は、時期的条件だけでなく、ベイズ分類器の作成を行った後に10回回避するといった回数的条件など他の条件であっても良い。   The severity determination classifier creation step S13 is performed only when the severity determination classifier has already been created or input in advance and when the predetermined condition C1 is satisfied (C1 → S13). Is preferred. This is to reduce the processing burden of the failure support apparatus 1 that performs the severity determination classifier creation step S13. The predetermined condition in which the severity determination classifier creating step S13 of the present embodiment is performed is a temporal condition such as once a week. The predetermined condition is not limited to the time condition, but may be other conditions such as a frequency condition of avoiding 10 times after the creation of the Bayes classifier.

[2−1−4]重大度判定工程S14
重大度判定手段14は、重大度判定工程S14を行う。重大度判定工程S14は、以下の演算工程及び判定工程により構成される。
[2-1-4] Severity determination step S14
The severity determination means 14 performs a severity determination step S14. The severity determination step S14 includes the following calculation step and determination step.

(1)演算工程
演算工程においては、単語抽出手段12が抽出した全ての単語及びベイズ分類器に基づき、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)、及び、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)を演算する。
(1) Arithmetic Step In the arithmetic step, a conditional probability P (F | S) that when a fault message occurs is a serious fault message based on all the words extracted by the word extraction means 12 and the Bayes classifier. And the conditional probability P (N | S) that it is a non-critical failure message when a failure message occurs.

例えば、障害メッセージが「CPUがボトルネック状態です。現在の負荷値99.00%はその閾値95.00%を超えています。」であって、それが重大障害メッセージである場合を考える。このとき、障害メッセージ内において単語抽出手段12が抽出する単語Wjは、例えば、W「CPU」、W「ボトルネック」、W「負荷値」、W「閾値」などである。また、これら各単語が重大障害メッセージに含まれる条件付き確率P(W|F)は、緊急度の設定及び学習の結果から、例えば、P(W|F)=0.7、P(W|F)=0.6、P(W|F)=0.5、P(W|F)=0.5、になっているとする。その結果、上記した各単語における条件付き確率P(W|F)のみで計算した場合(j=1〜4)、ΠP(W|F)=0.105となる。 For example, consider a case where the failure message is “CPU is in bottleneck state. Current load value 99.00% exceeds its threshold value 95.00%” and it is a serious failure message. At this time, the word Wj extracted by the word extracting unit 12 in the failure message is, for example, W 1 “CPU”, W 2 “bottleneck”, W 3 “load value”, W 4 “threshold”, or the like. Further, the conditional probability P (W j | F) in which each of these words is included in the serious failure message is, for example, P (W 1 | F) = 0.7, P ( It is assumed that W 2 | F) = 0.6, P (W 3 | F) = 0.5, and P (W 4 | F) = 0.5. As a result, when only the conditional probability P (W j | F) in each word is calculated (j = 1 to 4), ΠP (W j | F) = 0.105.

一方、障害メッセージは重大障害メッセージ又は非重大障害メッセージのいずれかであるため、上記の障害メッセージが発生した場合、これら各単語が非重大障害メッセージに含まれる条件付き確率P(W|N)は、数7の通りとなる。 On the other hand, since the failure message is either a serious failure message or a non-critical failure message, when the above failure message occurs, the conditional probability P (W j | N) that each of these words is included in the non-critical failure message. Is as follows.

そのため、これら各単語が非重大障害メッセージに含まれる条件付き確率P(W|N)は、P(W|N)=0.3、P(W|N)=0.4、P(W|N)=0.5、P(W|N)=0.5、となる。その結果、上記した各単語における条件付き確率P(W|N)のみで計算した場合(j=1〜4)、ΠP(W|N)=0.03となる。 Therefore, the conditional probability P (W j | N) in which each of these words is included in the non-critical failure message is P (W 1 | N) = 0.3, P (W 2 | N) = 0.4, P (W 3 | N) = 0.5 and P (W 4 | N) = 0.5. As a result, when only the conditional probability P (W j | N) in each word is calculated (j = 1 to 4), ΠP (W j | N) = 0.03.

ここで、障害メッセージが必ず発生すると仮定すると、障害メッセージが発生する確率を事前確率P(S)は数8の通りに置き換えることができる。   Here, assuming that a failure message always occurs, the prior probability P (S) can be replaced with the probability of the failure message as shown in Equation 8.

また、重大障害メッセージが発生する事前確率P(F)と非重大障害メッセージが発生する事前確率P(N)とが同様の確率で起こることに反対理由がない。よって、理由不十分の原則より、P(F)及びP(N)は数9の通りに置き換えることができる。   Further, there is no opposite reason that the prior probability P (F) that a serious failure message occurs and the prior probability P (N) that a non-critical failure message occurs with the same probability. Therefore, P (F) and P (N) can be replaced as shown in Equation 9 based on the principle of insufficient reason.

すなわち、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率はP(F|S)、及び、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)の演算結果は、上記の単語W〜Wに限った場合、以下の数10の通りとなる。 That is, the conditional probability that a failure message occurs when it is a critical failure message is P (F | S), and the conditional probability that a failure message occurs when it is a non-critical failure message P (N The calculation result of | S) is as shown in the following formula 10 when limited to the above words W 1 to W 4 .

(2)判定工程
判定工程においては、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率はP(F|S)と、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)とを比較することにより、以下の通りに判定する。
(2) Determination process In the determination process, the conditional probability that a failure message is a serious failure message when it occurs is P (F | S), and when a failure message occurs, it is a non-critical failure message. By comparing with a certain conditional probability P (N | S), it is determined as follows.

例えば、上記具体例の場合、数10に示す通り、条件付き確率P(F|S)が条件付き確率P(N|S)よりも大きくなる。この場合、障害メッセージが重大障害メッセージであると判定する。   For example, in the case of the above specific example, the conditional probability P (F | S) is larger than the conditional probability P (N | S) as shown in Equation 10. In this case, it is determined that the failure message is a serious failure message.

一方、上記具体例とは異なり、条件付き確率P(F|S)が条件付き確率P(N|S)よりも小さくなった場合、障害メッセージが非重大障害メッセージであると判定する。   On the other hand, unlike the above specific example, when the conditional probability P (F | S) becomes smaller than the conditional probability P (N | S), it is determined that the failure message is a non-critical failure message.

[2−1−5]表示工程S15
図4は、本実施形態の表示工程Sにおいて表示される障害メッセージの一覧及び判定結果の一例を示す概念図である。
[2-1-5] Display step S15
FIG. 4 is a conceptual diagram showing an example of a list of failure messages and determination results displayed in the display step S of the present embodiment.

表示手段15は、図4に示す通り、障害メッセージの表示に併せて、障害メッセージに判定の結果を表示する表示工程S15を行う。判定の結果は、先の述べた重大度だけでなく、後述する緊急度、推奨度などの判定の結果も表示することが好ましい。   As shown in FIG. 4, the display unit 15 performs a display step S <b> 15 for displaying the determination result on the failure message in conjunction with the display of the failure message. As a result of the determination, it is preferable to display not only the severity described above but also the determination results such as the urgency level and the recommendation level described later.

また、表示手段15は、障害メッセージに対して推奨される1又は2以上の類似障害対象情報を表示する。例えば、障害メッセージが「CPUがボトルネック状態です。現在の負荷値99.00%はその閾値95.00%を超えています。」である場合、類似障害対象情報は「障害発生に伴う業務影響状況をオペレータに確認し、アプリチームに対して障害発生及び業務影響状況を連絡してください。」などになる。   Further, the display unit 15 displays one or more similar failure target information recommended for the failure message. For example, when the failure message is “CPU is bottlenecked. The current load value is 99.00% exceeds the threshold value of 95.00%”, the similar failure target information is “business effect due to failure occurrence” Check the situation with the operator and inform the app team about the failure occurrence and business impact status. "

類似障害対象情報の選択方法としては、例えば、新規に発生した障害メッセージに含まれる各単語の出現率と過去に発生したある障害メッセージに含まれる各単語の出現率とに基づき、障害メッセージの類似性を障害対応支援装置1が判断する。そして、新規の障害メッセージが過去のある障害メッセージと類似すると判断された場合、障害対応支援装置1は、過去のある障害メッセージに対する類似障害対象情報が新規の障害メッセージに推奨される類似障害対象情報である旨を表示手段15に対して命令する。これにより、表示手段15は推奨の類似障害対象情報を表示する。   As a method for selecting similar failure target information, for example, based on the appearance rate of each word included in a newly generated failure message and the appearance rate of each word included in a failure message that occurred in the past, similarity of the failure message The failure handling support apparatus 1 determines the sex. If it is determined that the new failure message is similar to a past failure message, the failure handling support apparatus 1 uses similar failure target information in which similar failure target information for a past failure message is recommended for a new failure message. To the display means 15. As a result, the display unit 15 displays the recommended similar failure target information.

[2−1−6]対応要否評価要求工程S16
図5は、本実施形態の対応要否評価要求手段16による要求の一例を示す概念図である。図6は、本実施形態の対応要否評価要求手段16による要求の他の一例を示す概念図である。
[2-1-6] Response Necessity Evaluation Request Step S16
FIG. 5 is a conceptual diagram showing an example of a request by the response necessity evaluation request unit 16 of the present embodiment. FIG. 6 is a conceptual diagram showing another example of the request by the response necessity evaluation requesting means 16 of the present embodiment.

対応要否評価要求手段16は、図5及び図6に示すように、障害メッセージに対応する必要があったか否かを示す対応要否評価を対応者に要求する対応要否評価要求工程S16を行う。   As shown in FIGS. 5 and 6, the response necessity evaluation requesting means 16 performs a response necessity evaluation requesting step S16 for requesting the responder for a response necessity evaluation indicating whether or not it is necessary to respond to the failure message. .

例えば、上記の例と同様、「CPUがボトルネック状態です。現在の負荷値99.00%はその閾値95.00%を超えています。」といった障害メッセージが発生した場合、対応要否評価要求手段16は、表示手段15に対し、「対応完了(要対応)」、「対応不要」などの選択肢(障害メッセージに対応する必要があったか否かを示す対応要否評価)の表示を命令することにより、障害対応支援装置1の対応者に対して対応要否評価を要求する。   For example, as in the above example, if a failure message such as “CPU is in a bottleneck state. The current load value is 99.00% exceeds its threshold value of 95.00%”, a response necessity evaluation request is generated. The means 16 instructs the display means 15 to display options such as “response completed (response required)”, “response not required”, etc. (response necessity evaluation indicating whether or not it was necessary to respond to the failure message). Thus, a response necessity evaluation is requested to the responder of the failure response support apparatus 1.

そして、障害対応支援装置1の対応者が「対応完了(要対応)」の選択肢を選択する対応要否評価を行った場合、重大度判定手段14がその障害メッセージを重大障害メッセージ又は非重大障害メッセージのどちらかと判断したかにかかわらず、上記した重大度判定用分類器作成手段13は、対応要否評価に基づき要対応と評価された要対応障害メッセージを重大障害メッセージであると学習する。また、障害対応支援装置1の対応者が「対応不要」の選択肢を選択する対応要否評価を行った場合、重大度判定手段14がその障害メッセージを重大障害メッセージ又は非重大障害メッセージのどちらかと判断したかにかかわらず、上記した重大度判定用分類器作成手段13は、対応要否評価に基づき対応不要と評価された対応不要障害メッセージを非重大障害メッセージであると学習する。   Then, when the responder of the failure response support apparatus 1 performs the response necessity evaluation by selecting the option “completion of response (necessary response)”, the severity determination means 14 designates the failure message as a serious failure message or a non-critical failure. Regardless of whether the message is determined to be a message, the above-described severity determination classifier creating unit 13 learns that a required failure message that is evaluated as required based on the response necessity evaluation is a serious failure message. In addition, when the responder of the failure support apparatus 1 performs a response necessity evaluation by selecting the “no action required” option, the severity determination unit 14 determines that the failure message is a serious failure message or a non-critical failure message. Regardless of the determination, the above-described severity determination classifier creating unit 13 learns that a response-unnecessary failure message evaluated as not required based on a response necessity evaluation is a non-critical failure message.

学習手法としては、例えば、過去に発生した10件の障害メッセージから単語抽出手段12が単語W「CPU」を抽出し、その単語Wが重大障害メッセージに含まれた回数が7回あった場合を考える。この場合、単語Wが重大障害メッセージに含まれる条件付き確率P(W|F)は0.7となり、単語Wが非重大障害メッセージに含まれる条件付き確率P(W|N)は0.3となる。ここで、単語W「CPU」を含む第11回目の障害メッセージが発生し、障害対応支援装置1の対応者が「対応完了(要対応)」の選択肢を選択した場合、有効数字が少数第3位であるならば、上記の条件付き確率P(W|F)は0.727(=8/11)となり、上記の条件付きP(W|N)は0.273(=3/11)となる。このように重大度判定用分類器作成手段13は学習する。 As a learning method, for example, the word extraction unit 12 extracted the word W 1 “CPU” from 10 trouble messages that occurred in the past, and the word W 1 was included in the serious trouble message seven times. Think about the case. In this case, the conditional probability word W 1 is included in the critical failure message P (W 1 | F) is 0.7, and the conditional probability word W 1 is included in the non-critical fault message P (W 1 | N) Becomes 0.3. Here, when the eleventh failure message including the word W 1 “CPU” is generated and the responder of the failure response support apparatus 1 selects the option “completion of response (necessary response)”, the number of significant digits is small. If the third place, the conditional probability P (W 1 | F) is 0.727 (= 8/11), and the conditional P (W 1 | N) is 0.273 (= 3 / 11). Thus, the severity determination classifier creating means 13 learns.

また、対応者が「対応完了(=要対応)」を選択した場合、対応要否評価要求手段16は、図5に示すように、「作業ミス」などの原因選択肢を対応者に要求することが好ましい。一方、対応者が「対応不要」を選択した場合、対応要否評価要求手段16は、図6に示すように、「無視対象」などの原因選択肢を対応者に要求することが好ましい。   Further, when the responder selects “completion of response (= response required)”, the response necessity evaluation requesting means 16 requests the responder for a cause option such as “work mistake” as shown in FIG. Is preferred. On the other hand, when the responder selects “no action required”, the action necessity evaluation requesting means 16 preferably requests the responder for a cause option such as “ignorance target” as shown in FIG.

なお、重大障害メッセージが多すぎることにより対応者にとって大切な重大な障害メッセージが大切ではない大量の重大障害メッセージに埋もれてしまう場合、対応要否評価要求手段16は、対応要否評価が「対応完了(=要対応)」であってその原因が「作業ミス」などのような、特定の対応要否評価及び原因の組み合わせが選択された場合のみ障害メッセージを重大障害メッセージとして処理することが好ましい。これにより、障害メッセージが重大障害メッセージであると判断される確率が低くなるので、対応要否評価要求手段16は、対応者にとって大切な障害メッセージのみを重大障害メッセージにすることができる。   Note that if there are too many serious failure messages and important failure messages that are important to the responder are buried in a large number of important failure messages that are not important, the response necessity evaluation requesting means 16 indicates that the response necessity evaluation is “response”. It is preferable to process a failure message as a serious failure message only when a specific combination of necessity evaluation and a cause combination such as “completion (= necessary response)” is selected and the cause is “operation error” or the like is selected. . As a result, the probability that the failure message is determined to be a serious failure message is reduced, so the response necessity evaluation requesting means 16 can make only a failure message important for the responder into a serious failure message.

以上の流れにより、重大度判定に関する処理がなされる。   With the above flow, processing relating to the severity determination is performed.

[2−2]緊急度判定に関する処理
次に、緊急度判定に関する処理の流れを以下に示す。
[2-2] Process for Urgency Determination Next, the flow of the process for urgency determination is shown below.

図7は、本実施形態の緊急度評価要求手段17による要求の一例を示す概念図である。   FIG. 7 is a conceptual diagram showing an example of a request by the urgency evaluation requesting unit 17 of the present embodiment.

[2−2−1]緊急度評価要求工程S17
緊急度評価要求手段17は、障害メッセージに緊急対応する必要があったか否かを示す緊急度評価を対応者に要求する緊急度評価要求工程S17を行う。
[2-2-1] Urgency evaluation request process S17
The urgent level evaluation requesting unit 17 performs an urgent level evaluation requesting step S17 that requests an urgent level evaluation indicating whether or not an urgent response to the failure message is required.

例えば、被監視端末51内において動作するソフトウェアの緊急停止を通知する重大障害メッセージに対して対応者が対応を行った場合を考える。このとき、緊急度評価要求手段17は、図7に示すように、障害メッセージが表示される表示画面において、緊急度が「通常」又は「緊急」の選択肢(=重大障害メッセージを緊急対応する必要があったか否かを示す緊急度評価)を表示する。これにより、緊急度評価要求手段17は、対応者に対して、緊急度が「通常」又は「緊急」のどちらかを要求する。対応者は、上記の要求に対し、「通常」又は「緊急」を選択することにより、緊急度評価要求手段17に対して緊急度評価を入力する。   For example, consider a case where a responder has responded to a serious failure message that notifies an emergency stop of software that operates in the monitored terminal 51. At this time, as shown in FIG. 7, the urgency evaluation requesting means 17 needs to respond urgently to options of “normal” or “emergency” on the display screen on which the failure message is displayed (= severe failure message). Urgent evaluation indicating whether or not there was). Thereby, the urgency evaluation requesting means 17 requests the responder whether the urgency is “normal” or “emergency”. The responder inputs the urgency assessment to the urgency assessment requesting means 17 by selecting “normal” or “emergency” in response to the above request.

なお、本実施形態の障害対応支援装置1の設定者は、重大ではない障害メッセージに対して対応者が緊急対応することがないと考えている。そのため、障害メッセージが重大障害メッセージであって、かつ、その対応要否結果が「対応完了(=要対応)」である場合にのみ、緊急度評価要求手段17が緊急度の入力を要求するように設定者は設定している。もちろん、設定の変更によって、緊急度評価要求手段17がすべての障害メッセージに対して緊急度の入力を要求するように設定することも可能である。   Note that the setter of the failure support apparatus 1 according to the present embodiment considers that the responder does not respond urgently to a failure message that is not serious. Therefore, only when the failure message is a serious failure message and the response necessity result is “response completed (= response required)”, the urgency evaluation requesting unit 17 requests the input of the urgency level. The setter has set. Of course, by changing the setting, it is possible to set the urgency evaluation requesting means 17 to request the input of the urgency level for all failure messages.

[2−2−2]緊急度判定用分類器作成工程S18
緊急度判定用分類器作成手段18は、学習工程、及び、分類器作成工程に基づき、緊急度判定用分類器作成工程S18を行う。
[2-2-2] Urgency determination classifier creation step S18
The urgency determination classifier creating means 18 performs the urgency determination classifier creating process S18 based on the learning process and the classifier creating process.

ここで、以下においては、障害メッセージが発生する事前確率をP(S)、緊急障害メッセージが発生する事前確率をP(E)、ある単語が緊急障害メッセージに含まれる条件付き確率をP(W|E)、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率をP(E|S)として表す。また、非緊急障害メッセージが発生するを事前確率P(M)、ある単語が非緊急障害メッセージに含まれる条件付き確率をP(W|M)、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率をP(M|S)として表す。   Here, in the following, the prior probability that a failure message occurs is P (S), the prior probability that an emergency failure message occurs is P (E), and the conditional probability that a word is included in the emergency failure message is P (W | E), the conditional probability that when a failure message occurs it is an emergency failure message is denoted as P (E | S). Also, a prior probability P (M) that a non-emergency failure message occurs, a conditional probability P (W | M) that a certain word is included in the non-emergency failure message, and a non-emergency failure when a failure message occurs A conditional probability that is a message is represented as P (M | S).

(1)学習工程
緊急度判定用分類器作成手段18は、学習工程において、緊急度評価要求手段17に対して入力された緊急度評価に基づき緊急であると評価された障害メッセージを、緊急障害メッセージであると学習する。また、緊急度判定用分類器作成手段18は、上記と同様、緊急度評価に基づき緊急でないと評価された障害メッセージを、非緊急障害メッセージであると学習する。
(1) Learning process The urgent level determination classifier creating unit 18 outputs a fault message that is evaluated as urgent based on the urgent level evaluation input to the urgent level evaluation request unit 17 in the learning step. Learn to be a message. Further, the urgency determination classifier creating means 18 learns that the failure message evaluated as not urgent based on the urgency evaluation is a non-emergency failure message, as described above.

学習手法は、重大度判定手段14による学習手法と同様である。例えば、過去に発生した7件の重大障害メッセージから単語抽出手段12が単語W「CPU」を抽出し、その単語Wが緊急障害メッセージに含まれた回数が4回あった場合を考える。この場合、単語Wが緊急障害メッセージに含まれる条件付き確率P(W|E)は0.571となり、単語Wが非緊急障害メッセージに含まれる条件付き確率P(W|M)は0.429となる。ここで、単語W「CPU」を含む第8回目の重大障害メッセージが発生し、障害対応支援装置1の対応者が「緊急」の選択肢を選択した場合、有効数字が少数第3位であるならば、上記の条件付き確率P(W|E)は0.625(=5/8)となり、上記の条件付きP(W|M)は0.375(=3/8)となる。このように緊急度判定用分類器作成手段18は学習する。 The learning method is the same as the learning method by the severity determination means 14. For example, consider a case where the word extraction unit 12 extracts the word W 1 “CPU” from seven serious failure messages that occurred in the past, and the word W 1 is included in the emergency failure message four times. In this case, the conditional probability word W 1 is included in the emergency fault message P (W 1 | E) is 0.571, and the conditional probability word W 1 is included in the non-urgent fault message P (W 1 | M) Becomes 0.429. Here, when the eighth serious failure message including the word W 1 “CPU” occurs and the responder of the failure response support apparatus 1 selects the “emergency” option, the significant number is the third decimal place. Then, the conditional probability P (W 1 | E) is 0.625 (= 5/8), and the conditional P (W 1 | M) is 0.375 (= 3/8). . Thus, the urgency determination classifier creating means 18 learns.

(1)分類器作成工程
緊急度判定用分類器作成手段18は、分類器作成工程において、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)を求めるベイズ分類器、及び、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)を求めるベイズ分類器を作成する。緊急度判定に用いる分類器の作成手法は、重大度判定用分類器の作成手法と同様、例えば以下の通りである。
(1) Classifier creation step The urgency determination classifier creation means 18 obtains a conditional probability P (E | S) that a failure message occurs in the classifier creation step when it is an emergency failure message. Create a classifier and a Bayesian classifier that determines the conditional probability P (M | S) that a failure message occurs when it is a non-emergency failure message. A method for creating a classifier used for urgency determination is, for example, as follows, similar to the method for creating a classifier for severity determination.

緊急障害メッセージとは、本実施形態の設定の限りにおいて、ある重大障害メッセージが緊急対応を要する障害を知らせるメッセージであることを、緊急度判定用分類器作成手段18が学習したメッセージ又は本実施形態の障害対応支援装置1を操作する対応者若しくは障害対応支援装置1の設定項目を設定する設定者が事前に判断したメッセージである。   The emergency failure message is a message learned by the urgency determination classifier creating means 18 that the certain serious failure message is a message notifying an emergency requiring an emergency response, as long as the setting of the present embodiment is set, or the present embodiment. This message is determined in advance by a person who operates the failure handling support apparatus 1 or a setter who sets the setting items of the fault handling support apparatus 1.

このとき、障害メッセージが発生する事前確率P(S)を前提とした場合、障害メッセージが発生し、かつ、緊急障害メッセージが発生する確率P(S∩E)は、数11の通りとなる。   At this time, assuming the prior probability P (S) that the failure message is generated, the probability P (S∩E) that the failure message is generated and the emergency failure message is generated is as shown in Equation 11.

一方、緊急障害メッセージが発生する事前確率P(E)を前提とした場合、緊急障害メッセージが発生し、かつ、障害メッセージが発生する確率P(E∩S)は、数12の通りとなる。   On the other hand, when the prior probability P (E) that an emergency failure message occurs is assumed, the probability P (E∩S) that an emergency failure message occurs and a failure message occurs is expressed by Equation 12.

ここで、数11及び数12において「P(S∩E)=P(E∩S)」が成立する。このことから、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)は、数11及び数12に基づき、数13の通りに示される。数13に示す数式はベイズの定理といわれる。   Here, in Equations 11 and 12, “P (S∩E) = P (E∩S)” is established. From this, when the failure message occurs, the conditional probability P (E | S) that it is an emergency failure message is expressed as in Equation 13 based on Equations 11 and 12. The mathematical formula shown in Equation 13 is called Bayes' theorem.

ここで、単語抽出工程S12において障害メッセージから抽出されたj番目の単語をWとすると、単語抽出手段12が抽出した全ての単語Wjはある障害メッセージSに同時に記載されていることになる。これを数式で表すと、数4と同様、数14の通りとなる。 Here, if the j-th word extracted from the failure message in the word extraction step S12 is W j , all the words Wj extracted by the word extraction unit 12 are written in a certain failure message S at the same time. When this is expressed by a mathematical expression, it becomes as shown in Expression 14 like Expression 4.

以上から、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)を求めるベイズ分類器は、以下のようにあらわせる。   From the above, the Bayesian classifier that obtains the conditional probability P (E | S) that a failure message occurs when it is an emergency failure message can be expressed as follows.

なお、ΠP(W|E)は、緊急障害メッセージが発生したときに単語抽出手段12が抽出したある単語Wjが緊急障害メッセージ内に含まれる条件付き確率P(W|E)の総乗である。 Note that ΠP (W j | E) is the sum of conditional probabilities P (W j | E) that a certain word Wj extracted by the word extraction means 12 when the emergency failure message occurs is included in the emergency failure message. It is.

すなわち、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)を求めるベイズ分類器は、上記に示す通り、障害メッセージが発生する事前確率P(S)、緊急障害メッセージが発生する事前確率P(E)、及び、ある単語が緊急障害メッセージに含まれる条件付き確率P(W|E)に基づき、作成される。   That is, when a failure message occurs, the Bayesian classifier that obtains the conditional probability P (E | S) that it is an emergency failure message, as described above, the prior probability P (S) that the failure message occurs, the emergency It is created based on a prior probability P (E) that a failure message occurs and a conditional probability P (W | E) that a word is included in the emergency failure message.

また、上記の数式において、「緊急障害メッセージが発生する事前確率P(E)」を「非緊急障害メッセージが発生する事前確率P(M)」に置き換えると、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)を求めるベイズ分類器が数16の通りに求められる。   Also, in the above formula, if “prior probability P (E) that an emergency failure message occurs” is replaced with “priority probability P (M) that a non-emergency failure message occurs”, when a failure message occurs, A Bayesian classifier that obtains a conditional probability P (M | S) that is a non-emergency failure message is obtained as shown in Equation 16.

なお、非緊急障害メッセージとは、ある障害メッセージが緊急対応を要する障害を知らせるメッセージではないと、緊急度判定用分類器作成手段18が学習したメッセージ又は本実施形態の障害対応支援装置1の対応者若しくは設定者が事前に判断したメッセージである。   Note that the non-emergency failure message is not a message indicating a failure requiring emergency response, and is a message learned by the emergency determination classifier creating means 18 or the response of the failure response support apparatus 1 of the present embodiment. This message is determined in advance by the user or the setter.

すなわち、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)を求めるベイズ分類器は、上記に示す通り、障害メッセージが発生する事前確率P(S)、非緊急障害メッセージが発生する事前確率P(M)、及び、ある単語が非緊急障害メッセージに含まれる条件付き確率P(W|M)に基づき、作成される。   That is, when a failure message occurs, a Bayes classifier that obtains a conditional probability P (M | S) that it is a non-emergency failure message, as shown above, a prior probability P (S) that a failure message occurs, It is created based on a prior probability P (M) that a non-emergency failure message occurs and a conditional probability P (W | M) that a word is included in the non-emergency failure message.

なお、上記の緊急度判定用分類器作成工程S18は、緊急度判定用分類器がすでに作成又は事前入力されている場合、所定の条件C2を満たした場合(C2→S18)のみに行われることが好ましい。これは、緊急度判定用分類器作成工程S18を行う障害対応支援装置1の処理負担を軽減させるためである。本実施形態の緊急度判定用分類器作成工程S18が行われる所定の条件は、例えば、週に1回などの時期的条件である。所定の条件は、時期的条件だけでなく、ベイズ分類器の作成を行った後に10回回避するといった回数的条件など他の条件であっても良い。   The urgency determination classifier creation step S18 is performed only when the urgency determination classifier has already been created or input in advance and when the predetermined condition C2 is satisfied (C2 → S18). Is preferred. This is to reduce the processing burden of the failure support apparatus 1 that performs the emergency determination classifier creation step S18. The predetermined condition for performing the emergency level determination classifier creating step S18 of the present embodiment is a time condition such as once a week, for example. The predetermined condition is not limited to the time condition, but may be other conditions such as a frequency condition of avoiding 10 times after the creation of the Bayes classifier.

[2−2−3]緊急度判定工程S19
緊急度判定手段19は、緊急度判定工程S19を行う。緊急度判定工程S19は、以下の演算工程及び判定工程により構成される。
[2-2-3] Urgency determination step S19
The urgency level determination means 19 performs an urgency level determination step S19. The urgency level determination step S19 includes the following calculation step and determination step.

(1)演算工程
演算工程においては、単語抽出手段12が抽出した全ての単語及び緊急度判定用ベイズ分類器に基づき、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)、及び、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)を演算する。
(1) Arithmetic Step In the arithmetic step, a conditional probability P (), when a fault message occurs, is an emergency fault message based on all the words extracted by the word extraction means 12 and the Bayes classifier for urgency determination. E | S) and the conditional probability P (M | S) that it is a non-emergency failure message when a failure message occurs.

例えば、緊急障害メッセージ内において各単語が緊急障害メッセージに含まれる条件付き確率P(W|E)が、緊急度の設定及び学習の結果から、例えば、P(W|E)=0.35、P(W|E)=0.3、P(W|E)=0.25、P(W|E)=0.25、になっているとする。その結果、上記した各単語における条件付き確率P(W|E)のみで計算した場合(j=1〜4)、ΠP(W|E)=0.00656となる。 For example, the conditional probability P (W j | E) in which each word is included in the emergency failure message in the emergency failure message is, for example, P (W 1 | E) = 0. 35, P (W 2 | E) = 0.3, P (W 3 | E) = 0.25, and P (W 4 | E) = 0.25. As a result, when only the conditional probability P (W j | E) in each word is calculated (j = 1 to 4), ΠP (W j | E) = 0.00656.

ここで、上記した数8の通り、P(S)≠0に置き換えることができる。   Here, as shown in Equation 8, P (S) ≠ 0 can be substituted.

また、緊急障害メッセージが発生する事前確率P(E)と非緊急障害メッセージが発生する事前確率P(M)とが同様の確率で起こることに反対理由がない。よって、理由不十分の原則及び重大障害メッセージが発生する事前確率P(F)=0.5(数式9)により、P(E)及びP(M)は数17の通りに置き換えることができる。   Further, there is no opposite reason that the prior probability P (E) that an emergency failure message occurs and the prior probability P (M) that a non-emergency failure message occurs with the same probability. Therefore, P (E) and P (M) can be replaced as shown in Equation 17 by the principle of insufficient reason and the prior probability P (F) = 0.5 (Equation 9) that a serious failure message occurs.

一方、重大障害メッセージは緊急障害メッセージ又は非緊急障害メッセージのいずれかであるため、上記の重大障害メッセージが発生した場合、これら各単語が非緊急障害メッセージに含まれる条件付き確率P(W|M)は、数18の通りとなる。 On the other hand, since the serious failure message is either an emergency failure message or a non-emergency failure message, when the above-mentioned serious failure message occurs, a conditional probability P (W j | M) is as shown in Equation 18.

そのため、これら各単語が非緊急障害メッセージに含まれる条件付き確率P(W|M)は、P(W|M)=0.15、P(W|M)=0.2、P(W|M)=0.25、P(W|M)=0.25、となる。その結果、上記した各単語における条件付き確率P(W|M)のみで計算した場合(j=1〜4)、ΠP(W|M)=0.00188となる。 Therefore, the conditional probability P (W j | M) in which each of these words is included in the non-emergency failure message is P (W 1 | M) = 0.15, P (W 2 | M) = 0.2, P (W 3 | M) = 0.25, P (W 4 | M) = 0.25. As a result, when only the conditional probability P (W j | M) is calculated for each word (j = 1 to 4), ΠP (W j | M) = 0.188.

すなわち、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率はP(E|S)、及び、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)の演算結果は、上記の単語W〜Wに限った場合、以下の数19の通りとなる。 That is, the conditional probability that it is an emergency failure message when a failure message occurs is P (E | S), and the conditional probability P (M that it is a non-emergency failure message when a failure message occurs The calculation result of | S) is as shown in Equation 19 below when limited to the above words W 1 to W 4 .

(2)判定工程
判定工程においては、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率はP(E|S)と、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)とを比較することにより、以下の通りに判定する。
(2) Determination process In the determination process, when a failure message occurs, the conditional probability that it is an emergency failure message is P (E | S), and when a failure message occurs, it is a non-emergency failure message. By comparing with a certain conditional probability P (M | S), it is determined as follows.

例えば、上記具体例の場合、数19に示す通り、条件付き確率P(E|S)が条件付き確率P(M|S)よりも大きくなる。この場合、障害メッセージが緊急障害メッセージであると判定する。   For example, in the case of the above specific example, the conditional probability P (E | S) is larger than the conditional probability P (M | S) as shown in Equation 19. In this case, it is determined that the failure message is an emergency failure message.

一方、上記具体例とは異なり、条件付き確率P(E|S)が条件付き確率P(M|S)よりも小さくなった場合、障害メッセージが非緊急障害メッセージであると判定する。   On the other hand, unlike the above specific example, when the conditional probability P (E | S) becomes smaller than the conditional probability P (M | S), it is determined that the failure message is a non-emergency failure message.

緊急度判定手段19による緊急度判定の結果は、表示手段15に送信される。そして、表示手段15は、上記の通り、緊急度を表示する。緊急度の表示としては、例えば、新規の障害メッセージを表示する画面内において、その新規の障害メッセージの付近に赤色かつ太文字で「緊急」を表示することなどが挙げられる。   The result of the emergency level determination by the emergency level determination unit 19 is transmitted to the display unit 15. Then, the display means 15 displays the urgency level as described above. As the display of the degree of urgency, for example, “emergency” is displayed in red and bold in the vicinity of the new failure message in the screen displaying the new failure message.

以上の流れにより、緊急度判定に関する処理がなされる。   With the above flow, processing relating to urgency determination is performed.

[2−3]推奨度に関する処理
最後に、推奨度に関する処理の流れを以下に示す。
[2-3] Recommended Level Processing Finally, the flow of recommended level processing is shown below.

[2−3−1]推奨度付与工程S20
推奨度付与手段20は、障害メッセージに対して推奨される1又は2以上の類似障害対象情報に推奨度を付与する推奨度付与工程S20を行う。
[2-3-1] Recommendation level giving step S20
The recommendation level assigning unit 20 performs a recommendation level giving step S20 for giving a recommendation level to one or more similar fault target information recommended for the fault message.

本実施形態における推奨度の付与方法については、例えば次の手法を採用する。推奨度の評価基準は、例えば、(a)障害メッセージの重大度又は(b)類似障害対象情報の閲覧数などの客観的評価や、(c)類似障害対象情報に対する「いいね」ボタンのクリックなどの対応者の主観的評価などである。   For example, the following method is adopted as the recommendation degree assigning method in the present embodiment. The evaluation criteria for the recommendation level are, for example, objective evaluation such as (a) severity of failure message or (b) number of browsing of similar failure target information, and (c) click of “like” button on similar failure target information Such as subjective evaluation of responders.

推奨度付与手段20は、上記の評価基準の優先度、総和又は総乗などの評価計算その他の評価方法に基づき、類似障害対象情報に対して推奨度を付与し、表示手段15に送信される。また、表示手段15は、入手した新規の障害メッセージに対して、推奨度が高い順に類似障害対象情報を表示する。   The recommendation degree assigning means 20 assigns a recommendation degree to the similar obstacle target information based on the evaluation calculation, such as the priority of the above-mentioned evaluation criteria, the sum or the sum, and the other evaluation methods, and is transmitted to the display means 15. . Further, the display unit 15 displays similar failure target information in descending order of recommendation for the obtained new failure message.

以上の流れにより、推奨度に関する処理がなされる。   With the above flow, the processing related to the recommendation level is performed.

[3]本実施形態の効果
次に、本実施形態の障害対応支援装置1、障害対応支援プログラム2及び記憶媒体3の作用及び効果を説明する。
[3] Effects of this embodiment Next, operations and effects of the failure handling support apparatus 1, the failure handling support program 2, and the storage medium 3 of this embodiment will be described.

(1)本実施形態の障害対応支援装置1は、被監視端末に生じた障害内容を示す障害メッセージを入手する障害メッセージ入手手段11と、障害メッセージに含まれる1又は2以上の単語を抽出する単語抽出手段12と、障害メッセージが発生する事前確率P(S)、重大障害メッセージが発生する事前確率P(F)、及び、ある単語が重大障害メッセージに含まれる条件付き確率P(W|F)に基づき、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)を求めるベイズ分類器を作成するとともに、事前確率P(S)、非重大障害メッセージが発生する事前確率P(N)、及び、ある単語が非重大障害メッセージに含まれる条件付き確率P(W|N)に基づき、障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)を求めるベイズ分類器を作成する重大度判定用分類器作成手段13と、単語抽出手段12が抽出した全ての単語及びベイズ分類器に基づき条件付き確率P(F|S)及び条件付き確率P(N|S)を演算し、条件付き確率P(F|S)が条件付き確率P(N|S)よりも大きい場合には障害メッセージが重大障害メッセージであると判定し、条件付き確率P(F|S)が条件付き確率P(N|S)よりも小さい場合には障害メッセージが非重大障害メッセージであると判定する重大度判定手段14と、障害メッセージに対して判定の結果を表示する表示手段15と、を備えることを特徴とする。   (1) The failure handling support apparatus 1 according to the present embodiment extracts a failure message obtaining unit 11 that obtains a failure message indicating the content of a failure that has occurred in a monitored terminal, and extracts one or more words included in the failure message. The word extraction means 12, the prior probability P (S) that a failure message occurs, the prior probability P (F) that a serious failure message occurs, and the conditional probability P (W | F) that a certain word is included in the serious failure message ) To create a Bayes classifier that obtains a conditional probability P (F | S) that a failure message occurs when a failure message occurs, and generates a prior probability P (S), a non-critical failure message Based on the prior probability of P (N) and the conditional probability P (W | N) that a word is included in the non-critical failure message, Severity determination classifier creating means 13 for creating a Bayes classifier for obtaining a conditional probability P (N | S) for which is a non-serious failure message, and all the words and Bayes classifiers extracted by the word extracting means 12 If the conditional probability P (F | S) is greater than the conditional probability P (N | S), the conditional probability P (F | S) and the conditional probability P (N | S) are calculated. Severity that determines that the message is a critical failure message and determines that the failure message is a non-critical failure message if the conditional probability P (F | S) is less than the conditional probability P (N | S) It is characterized by comprising a determination means 14 and a display means 15 for displaying a determination result for the failure message.

これにより、本実施形態の障害対応支援装置1は、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)と障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)との比較に基づき障害メッセージの重大度を客観的に判断するため、対応者の経験に依存することなく、障害メッセージに対する重大度の判定の結果を表示することができる。   As a result, the failure handling support apparatus 1 according to the present embodiment has a conditional probability P (F | S) that is a serious failure message when a failure message occurs and a non-serious failure when the failure message occurs. Since the severity of the failure message is objectively determined based on the comparison with the conditional probability P (N | S) that is the message, the result of the determination of the severity for the failure message can be obtained without depending on the experience of the responder. Can be displayed.

(2)また、本実施形態の障害対応支援装置1は、障害メッセージに対応する必要があったか否かを示す対応要否評価を対応者に要求する対応要否評価要求手段16と、を更に備えており、重大度判定用分類器作成手段13は、対応要否評価に基づき要対応と評価された要対応障害メッセージを重大障害メッセージであると学習するとともに、対応要否評価に基づき対応不要と評価された対応不要障害メッセージを非重大障害メッセージであると学習することが好ましい。   (2) The failure handling support apparatus 1 of the present embodiment further includes handling necessity evaluation requesting means 16 for requesting a handling person whether or not it is necessary to deal with a failure message. The severity determination classifier creating means 13 learns that a required failure message that has been evaluated as required based on the response necessity evaluation is a serious failure message, and that no response is required based on the response necessity evaluation. It is preferable to learn that the evaluated unneeded failure message is a non-critical failure message.

これにより、本実施形態の障害対応支援装置1は、障害メッセージを確認した対応者が要対応であると判断した障害メッセージを重大障害メッセージとして学習するので、客観的な判定の結果に対して対応者の主観的判断を加えることができる。   As a result, the failure handling support apparatus 1 according to the present embodiment learns the failure message that the responder who has confirmed the failure message determines that the response is necessary as a serious failure message, and therefore responds to the objective determination result. The subjective judgment of the person can be added.

(3)また、本実施形態の障害対応支援装置1は、障害メッセージに緊急対応する必要があったか否かを示す緊急度評価を対応者に要求する緊急度評価要求手段17と、緊急度評価に基づき緊急であると評価された障害メッセージを緊急障害メッセージであると学習するとともに、緊急度評価に基づき緊急でないと評価された障害メッセージを非緊急障害メッセージであると学習することにより、事前確率P(S)、緊急障害メッセージが発生する事前確率P(E)、及び、ある単語が緊急障害メッセージに含まれる条件付き確率P(W|E)に基づき、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)を求めるベイズ分類器を作成するとともに、事前確率P(S)、非緊急障害メッセージが発生する事前確率P(M)、及び、ある単語が非緊急障害メッセージに含まれる条件付き確率P(W|M)に基づき、障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)を求めるベイズ分類器を作成する緊急度判定用分類器作成手段18と、単語抽出手段12が抽出した全ての単語及びベイズ分類器に基づき条件付き確率P(E|S)及び条件付き確率P(M|S)を演算し、条件付き確率P(E|S)及び条件付き確率P(M|S)よりも大きい場合には障害メッセージが緊急障害メッセージであると判定し、条件付き確率P(E|S)及び条件付き確率P(M|S)よりも小さい場合には障害メッセージが非緊急障害メッセージであると判定する緊急度判定手段19と、を更に備えることが好ましい。   (3) Further, the failure handling support apparatus 1 according to the present embodiment uses the urgency assessment requesting means 17 for requesting the responder to perform urgency assessment indicating whether or not the failure message needs to be dealt with urgently. A failure probability evaluated as urgent based on the failure message is learned as an urgent failure message, and a failure message evaluated as not urgent based on the urgency evaluation is learned as a non-emergency failure message. (S), based on a prior probability P (E) that an emergency failure message occurs and a conditional probability P (W | E) that a certain word is included in the emergency failure message, when a failure message occurs, it is urgent Create a Bayesian classifier that calculates the conditional probability P (E | S) that is a failure message, and generate a prior probability P (S) and a non-emergency failure message Conditional probability P (M) and a conditional probability P (W | M) that a certain word is included in the non-emergency failure message, a conditional probability that when a failure message occurs, it is a non-emergency failure message Conditional probability P (E | S) based on the urgency determination classifier creating means 18 for creating a Bayes classifier for obtaining P (M | S) and all the words extracted by the word extracting means 12 and the Bayes classifier. And the conditional probability P (M | S) is calculated, and if the conditional probability P (E | S) and the conditional probability P (M | S) are greater than each other, it is determined that the failure message is an emergency failure message. And an urgency determining means 19 that determines that the failure message is a non-emergency failure message when the conditional probability P (E | S) and the conditional probability P (M | S) are smaller. Like .

これにより、本実施形態の障害対応支援装置1は、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)と障害メッセージが発生したときにそれが非緊急障害メッセージである条件付き確率P(M|S)との比較に基づき、障害メッセージの重大度だけでなく、その緊急度も客観的に判断するため、対応者の経験に依存することなく、障害メッセージに対する重大度及び緊急度の複合的な判定の結果を表示することができる。   As a result, the failure handling support apparatus 1 according to the present embodiment enables the conditional probability P (E | S) that the failure message is an emergency failure message when the failure message occurs and the non-emergency failure when the failure message occurs. Based on the comparison with the conditional probability P (M | S) that is the message, not only the severity of the failure message but also the urgency of the failure is objectively determined, so that the failure message does not depend on the experience of the responder. It is possible to display the result of the combined determination of the severity and the urgency level for.

(4)また、本実施形態の障害対応支援装置1は、障害メッセージに対して推奨される1又は2以上の類似障害対象情報に推奨度を付与する推奨度付与手段20と、を更に備えており、表示手段15は、入手した障害メッセージに対して推奨度が高い順に類似障害対象情報を表示することが好ましい。   (4) In addition, the failure handling support apparatus 1 of the present embodiment further includes a recommendation level giving unit 20 that gives a recommendation level to one or more similar failure target information recommended for the failure message. The display unit 15 preferably displays the similar failure target information in descending order of recommendation for the acquired failure message.

これにより、本実施形態の障害対応支援装置1は、重要度や緊急度が同様な2以上の類似障害対象情報が存在する場合であっても、ある対応者が理解容易な類似障害対象情報に対して高い推奨度を付与することにより、どの類似障害対象情報が理解容易かを別の対応者が判断することができる。   As a result, the failure handling support apparatus 1 according to the present embodiment converts the similar failure target information that is easy for a certain responder to understand even when there are two or more similar failure target information having similar importance and urgency. By giving a high recommendation level, another responder can determine which similar failure target information is easy to understand.

(5)また、本実施形態の障害対応支援装置1において、重大度判定用分類器作成手段13又は緊急度判定用分類器作成手段18は、時期的条件、回数的条件その他の所定の条件を満たしたときに、分類器を作成することが好ましい。   (5) Further, in the failure response support apparatus 1 of the present embodiment, the severity determination classifier creating unit 13 or the urgent level determination classifier creating unit 18 sets a time condition, a time condition, and other predetermined conditions. When satisfied, it is preferable to create a classifier.

これにより、本実施形態の障害対応支援装置1は、分類器作成に伴う処理の負担を減少させることができる。   Thereby, the failure handling support apparatus 1 of the present embodiment can reduce the processing burden associated with the classifier creation.

(6)また、本実施形態の障害対応支援プログラム2は、上記した本実施形態の障害対応支援装置1としてコンピュータを機能させるためのものであることを特徴としている。   (6) Further, the failure handling support program 2 of the present embodiment is characterized in that it is for causing a computer to function as the failure handling support apparatus 1 of the present embodiment described above.

これにより、本実施形態の障害対応支援プログラムは、障害メッセージが発生したときにそれが重大障害メッセージである条件付き確率P(F|S)と障害メッセージが発生したときにそれが非重大障害メッセージである条件付き確率P(N|S)との比較に基づき障害メッセージの重大度を客観的に判断するため、対応者の経験に依存することなく、障害メッセージに対する重大度の判定の結果を表示することができる。   Thus, the failure handling support program according to the present embodiment enables the conditional probability P (F | S) that the failure message is a serious failure message when the failure message is generated and the non-critical failure message when the failure message is generated. Since the severity of the failure message is objectively determined based on the comparison with the conditional probability P (N | S), the result of the severity determination for the failure message is displayed without depending on the experience of the responder. can do.

(7)また、本実施形態の記憶媒体3は、上記した本実施形態の障害対応支援プログラム2を記憶したコンピュータ読み取り可能なものであることを特徴としている。   (7) In addition, the storage medium 3 of the present embodiment is characterized in that it is a computer-readable medium storing the above-described failure support program 2 of the present embodiment.

これにより、本実施形態の記憶媒体3は、その記憶媒体を接続させたコンピュータを、本実施形態の障害対応支援装置1として機能させることができる。   Thereby, the storage medium 3 of this embodiment can make the computer which connected the storage medium function as the failure support apparatus 1 of this embodiment.

すなわち、本実施形態の障害対応支援装置、障害対応支援プログラム及び記憶媒体は、相対する2つの条件付き確率の比較に基づき客観的に判断することにより、障害メッセージに対する重大度、緊急度又は類似障害対象情報の推奨度に関する判定の結果を表示することができるので、障害対応に不慣れな対応者であっても経験豊富な対応者と同様に対応することができるという効果を奏する。   That is, the failure handling support apparatus, the failure handling support program, and the storage medium according to the present embodiment objectively determine the severity, urgency, or similar failure for the failure message based on a comparison of two conditional probabilities that face each other. Since the determination result regarding the recommendation level of the target information can be displayed, there is an effect that even a responder who is unaccustomed to handling a failure can respond in the same manner as an experienced responder.

なお、本発明は、前述した実施形態などに限定されるものではなく、必要に応じて種々の変更が可能である。   In addition, this invention is not limited to embodiment mentioned above etc., A various change is possible as needed.

1 障害対応支援装置
2 障害対応支援プログラム
3 記憶媒体
11 障害メッセージ入手手段
12 単語抽出手段
13 重大度判定用分類器作成手段
14 重大度判定手段
15 表示手段
16 対応要否評価要求手段
17 緊急度評価要求手段
18 緊急度判定用分類器作成手段
19 緊急度判定手段
20 推奨度付与手段
51 被監視端末
52 監視ツール
S11 障害メッセージ入手工程
S12 単語抽出工程
S13 重大度判定用分類器作成工程
S14 重大度判定工程
S15 表示工程
S16 対応要否評価要求工程
S17 緊急度評価要求工程
S18 緊急度判定用分類器作成工程
S19 緊急度判定工程
S20 推奨度付与工程
DESCRIPTION OF SYMBOLS 1 Failure response support apparatus 2 Failure response support program 3 Storage medium 11 Failure message acquisition means 12 Word extraction means 13 Severity determination classifier creation means 14 Severity determination means 15 Display means 16 Response necessity evaluation request means 17 Urgent degree evaluation Requesting means 18 Urgent degree determination classifier creating means 19 Urgent degree judging means 20 Recommended degree assigning means 51 Monitored terminal 52 Monitoring tool S11 Fault message obtaining process S12 Word extracting process S13 Severity judging classifier creating process S14 Severity judgment Process S15 Display process S16 Response necessity evaluation request process S17 Urgency evaluation request process S18 Urgency determination classifier creation process S19 Urgency determination process S20 Recommended degree giving process

Claims (7)

被監視端末に生じた障害内容を示す障害メッセージを入手する障害メッセージ入手手段と、
前記障害メッセージに含まれる1又は2以上の単語を抽出する単語抽出手段と、
前記障害メッセージが発生する事前確率P(S)、重大障害メッセージが発生する事前確率P(F)、及び、ある単語が前記重大障害メッセージに含まれる条件付き確率P(W|F)に基づき、前記障害メッセージが発生したときにそれが前記重大障害メッセージである条件付き確率P(F|S)を求めるベイズ分類器を作成するとともに、前記事前確率P(S)、非重大障害メッセージが発生する事前確率P(N)、及び、ある単語が前記非重大障害メッセージに含まれる条件付き確率P(W|N)に基づき、前記障害メッセージが発生したときにそれが前記非重大障害メッセージである条件付き確率P(N|S)を求めるベイズ分類器を作成する重大度判定用分類器作成手段と、
前記単語抽出手段が抽出した前記全ての単語及び前記ベイズ分類器に基づき前記条件付き確率P(F|S)及び前記条件付き確率P(N|S)を演算し、前記条件付き確率P(F|S)が前記条件付き確率P(N|S)よりも大きい場合には前記障害メッセージが前記重大障害メッセージであると判定し、前記条件付き確率P(F|S)が前記条件付き確率P(N|S)よりも小さい場合には前記障害メッセージが前記非重大障害メッセージであると判定する重大度判定手段と、
前記障害メッセージに対して前記判定の結果を表示する表示手段と、
を備えることを特徴とする障害対応支援装置。
A failure message obtaining means for obtaining a failure message indicating the content of the failure that has occurred in the monitored terminal;
Word extracting means for extracting one or more words included in the failure message;
Based on a prior probability P (S) that the failure message occurs, a prior probability P (F) that a serious failure message occurs, and a conditional probability P (W | F) that a word is included in the serious failure message, Create a Bayes classifier that determines the conditional probability P (F | S) that the failure message occurs when it is the critical failure message, and generate the prior probability P (S), a non-critical failure message Based on a prior probability P (N) and a conditional probability P (W | N) that a word is included in the non-critical failure message, when the failure message occurs, it is the non-critical failure message A severity classifier creating means for creating a Bayes classifier for obtaining a conditional probability P (N | S);
The conditional probability P (F | S) and the conditional probability P (N | S) are calculated based on all the words extracted by the word extracting means and the Bayes classifier, and the conditional probability P (F If | S) is greater than the conditional probability P (N | S), it is determined that the failure message is the critical failure message, and the conditional probability P (F | S) is the conditional probability P. Severity determination means for determining that the failure message is the non-critical failure message when smaller than (N | S);
Display means for displaying the determination result for the failure message;
A failure response support apparatus comprising:
前記障害メッセージに対応する必要があったか否かを示す対応要否評価を対応者に要求する対応要否評価要求手段と、
を更に備えており、
前記重大度判定用分類器作成手段は、前記対応要否評価に基づき要対応と評価された要対応障害メッセージを前記重大障害メッセージであると学習するとともに、前記対応要否評価に基づき対応不要と評価された対応不要障害メッセージを前記非重大障害メッセージであると学習する
ことを特徴とする請求項1に記載の障害対応支援装置。
A response necessity evaluation requesting means for requesting a responder for a response necessity evaluation indicating whether or not it is necessary to respond to the failure message;
Is further provided,
The severity determination classifier creating means learns that a required failure message that is evaluated as required based on the response necessity evaluation is the critical failure message, and that no response is required based on the response necessity evaluation. The failure handling support apparatus according to claim 1, wherein the evaluated failure handling error message is learned as the non-serious failure message.
前記障害メッセージに緊急対応する必要があったか否かを示す緊急度評価を対応者に要求する緊急度評価要求手段と、
前記緊急度評価に基づき緊急であると評価された前記障害メッセージを緊急障害メッセージであると学習するとともに、前記緊急度評価に基づき緊急でないと評価された前記障害メッセージを非緊急障害メッセージであると学習することにより、前記事前確率P(S)、前記緊急障害メッセージが発生する事前確率P(E)、及び、ある単語が前記緊急障害メッセージに含まれる条件付き確率P(W|E)に基づき、障害メッセージが発生したときにそれが緊急障害メッセージである条件付き確率P(E|S)を求めるベイズ分類器を作成するとともに、前記事前確率P(S)、前記非緊急障害メッセージが発生する事前確率P(M)、及び、ある単語が前記非緊急障害メッセージに含まれる条件付き確率P(W|M)に基づき、障害メッセージが発生したときにそれが前記非緊急障害メッセージである条件付き確率P(M|S)を求めるベイズ分類器を作成する緊急度判定用分類器作成手段と、
前記単語抽出手段が抽出した前記全ての単語及び前記ベイズ分類器に基づき前記条件付き確率P(E|S)及び前記条件付き確率P(M|S)を演算し、前記条件付き確率P(E|S)及び前記条件付き確率P(M|S)よりも大きい場合には前記障害メッセージが緊急障害メッセージであると判定し、前記条件付き確率P(E|S)及び前記条件付き確率P(M|S)よりも小さい場合には前記障害メッセージが非緊急障害メッセージであると判定する緊急度判定手段と、
を更に備えることを特徴とする請求項1又は請求項2に記載の障害対応支援装置。
An urgency evaluation requesting means for requesting an urgent evaluation indicating whether or not it is necessary to urgently respond to the failure message;
The failure message evaluated as urgent based on the urgency evaluation is learned as an urgent failure message, and the failure message evaluated as not urgent based on the urgency evaluation is a non-emergency failure message By learning, the prior probability P (S), the prior probability P (E) that the emergency failure message occurs, and the conditional probability P (W | E) that a certain word is included in the emergency failure message And generating a Bayes classifier for determining a conditional probability P (E | S) that the failure message is an emergency failure message when the failure message occurs, and the prior probability P (S) and the non-emergency failure message are Based on the prior probability P (M) that occurs and the conditional probability P (W | M) that a word is included in the non-emergency failure message, the failure message And | (S M) Urgency determination classifier creation means for creating a Bayesian classifier seeking, it the nonemergency disorder is a message conditional probability P when di occurs
The conditional probability P (E | S) and the conditional probability P (M | S) are calculated based on all the words extracted by the word extraction means and the Bayes classifier, and the conditional probability P (E | S) and the conditional probability P (M | S) are greater than the conditional probability P (M | S), it is determined that the failure message is an emergency failure message, and the conditional probability P (E | S) and the conditional probability P ( Urgency level determination means for determining that the failure message is a non-emergency failure message if smaller than M | S);
The failure response support apparatus according to claim 1, further comprising:
前記障害メッセージに対して推奨される1又は2以上の類似障害対象情報に推奨度を付与する推奨度付与手段と、
を更に備えており、
前記表示手段は、入手した前記障害メッセージに対して前記推奨度が高い順に前記類似障害対象情報を表示する
ことを特徴とする請求項1から請求項3のいずれか1項に記載の障害対応支援装置。
A recommendation level giving means for giving a recommendation level to one or more similar fault target information recommended for the fault message;
Is further provided,
The failure handling support according to any one of claims 1 to 3, wherein the display unit displays the similar failure target information in descending order of the recommendation degree with respect to the acquired failure message. apparatus.
前記重大度判定用分類器作成手段又は前記緊急度判定用分類器作成手段は、時期的条件、回数的条件その他の所定の条件を満たしたときに、分類器を作成する
ことを特徴とする請求項1から請求項4のいずれか1項に記載の障害対応支援装置。
The severity determination classifier creation means or the urgency judgment classifier creation means creates a classifier when a time condition, a frequency condition, or other predetermined conditions are satisfied. The failure support apparatus according to any one of claims 1 to 4.
請求項1から請求項6のいずれか1項に記載の障害対応支援装置としてコンピュータを機能させるための障害対応支援プログラム。   A failure handling support program for causing a computer to function as the failure handling support apparatus according to any one of claims 1 to 6. 請求項6に記載の障害対応支援プログラムを記憶したコンピュータ読み取り可能な記憶媒体。   A computer-readable storage medium storing the failure handling support program according to claim 6.
JP2016021392A 2016-02-08 2016-02-08 Failure support device, failure support program and storage medium Active JP6693010B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016021392A JP6693010B2 (en) 2016-02-08 2016-02-08 Failure support device, failure support program and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016021392A JP6693010B2 (en) 2016-02-08 2016-02-08 Failure support device, failure support program and storage medium

Publications (2)

Publication Number Publication Date
JP2017142549A true JP2017142549A (en) 2017-08-17
JP6693010B2 JP6693010B2 (en) 2020-05-13

Family

ID=59627397

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016021392A Active JP6693010B2 (en) 2016-02-08 2016-02-08 Failure support device, failure support program and storage medium

Country Status (1)

Country Link
JP (1) JP6693010B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07105046A (en) * 1993-10-05 1995-04-21 Toshiba Corp Abnormality monitoring and processing mechanism for computer system
JP2005284357A (en) * 2004-03-26 2005-10-13 Fujitsu Ltd Log analyzing program and log analyzing device
JP2007122147A (en) * 2005-10-25 2007-05-17 Just Syst Corp Electronic message classification device and electronic message classification method
JP2011170802A (en) * 2010-02-22 2011-09-01 Fujitsu Ltd Trouble pattern creating program and trouble pattern creating apparatus
JP2012174079A (en) * 2011-02-23 2012-09-10 Dainippon Printing Co Ltd Equipment management system
JP2013254451A (en) * 2012-06-08 2013-12-19 Nippon Telegr & Teleph Corp <Ntt> Monitoring device, monitoring method and monitoring program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07105046A (en) * 1993-10-05 1995-04-21 Toshiba Corp Abnormality monitoring and processing mechanism for computer system
JP2005284357A (en) * 2004-03-26 2005-10-13 Fujitsu Ltd Log analyzing program and log analyzing device
JP2007122147A (en) * 2005-10-25 2007-05-17 Just Syst Corp Electronic message classification device and electronic message classification method
JP2011170802A (en) * 2010-02-22 2011-09-01 Fujitsu Ltd Trouble pattern creating program and trouble pattern creating apparatus
JP2012174079A (en) * 2011-02-23 2012-09-10 Dainippon Printing Co Ltd Equipment management system
JP2013254451A (en) * 2012-06-08 2013-12-19 Nippon Telegr & Teleph Corp <Ntt> Monitoring device, monitoring method and monitoring program

Also Published As

Publication number Publication date
JP6693010B2 (en) 2020-05-13

Similar Documents

Publication Publication Date Title
US10762113B2 (en) Conversational knowledge graph powered virtual assistant for application performance management
WO2020259421A1 (en) Method and apparatus for monitoring service system
US20180174062A1 (en) Root cause analysis for sequences of datacenter states
US10032352B2 (en) System and method for wearable indication of personal risk within a workplace
US10101870B2 (en) Customizing program features on a per-user basis
CN110929799B (en) Method, electronic device, and computer-readable medium for detecting abnormal user
US20210150443A1 (en) Parity detection and recommendation system
US9736031B2 (en) Information system construction assistance device, information system construction assistance method, and information system construction assistance program
US9934674B2 (en) Informing first responders based on incident detection, and automatic reporting of individual location and equipment state
JP2020035039A (en) Update support device, update support method, and program
US11900320B2 (en) Utilizing machine learning models for identifying a subject of a query, a context for the subject, and a workflow
CN114201278A (en) Task processing method, task processing device, electronic device, and storage medium
JP6645441B2 (en) Information processing system, information processing method, and program
US20190205361A1 (en) Table-meaning estimating system, method, and program
KR20190128704A (en) Method and system for allocating resources in response to social media conversations
JP6693010B2 (en) Failure support device, failure support program and storage medium
JP2015064723A (en) Job management system
JP2017049854A (en) Failure handling support device, failure handling support program and storage medium
JP7440352B2 (en) Educational content creation system and method
WO2022253636A1 (en) Method for training a classifier and system for classifying blocks
US20230083842A1 (en) Estimation method, estimation apparatus and program
US10360513B2 (en) Belief data model management service
JP2019067281A (en) Information processing device, information processing method and information processing program
JP7315022B2 (en) Machine learning device, machine learning method, and machine learning program
JP2021120846A (en) Integrated sensing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190208

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20190222

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20190313

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190619

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190709

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190909

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191008

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191129

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200304

R150 Certificate of patent or registration of utility model

Ref document number: 6693010

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150