JP2002215432A - Server device - Google Patents

Server device

Info

Publication number
JP2002215432A
JP2002215432A JP2001007402A JP2001007402A JP2002215432A JP 2002215432 A JP2002215432 A JP 2002215432A JP 2001007402 A JP2001007402 A JP 2001007402A JP 2001007402 A JP2001007402 A JP 2001007402A JP 2002215432 A JP2002215432 A JP 2002215432A
Authority
JP
Japan
Prior art keywords
log
event
server device
setting
recorded
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001007402A
Other languages
Japanese (ja)
Inventor
Yoshifumi Tanimoto
好史 谷本
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.)
Murata Machinery Ltd
Original Assignee
Murata Machinery 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 Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP2001007402A priority Critical patent/JP2002215432A/en
Publication of JP2002215432A publication Critical patent/JP2002215432A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make the convenience of a server device securable while quickly investigating the cause of a fraudulence, a failure, etc., when those take place. SOLUTION: The necessity or not of a log record is preliminarily set in an event setting storing part 3 in accordance with events, and when an inputting part 1 inputs an event, an information processing part 2 records only events set in log record necessity by the storing part 3 in a log. The history of events recorded in the log is subsequently displayed on a displaying part 5.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明はHTTPサーバ等
の通信ネットワークで使用されるサーバ装置に関する。
The present invention relates to a server device used in a communication network such as an HTTP server.

【0002】[0002]

【従来の技術】従来HTTPサーバ機能を備え、ブラウ
ザから機器設定やユーザ登録などを行う機器において、
通常は管理者を登録しておき、登録管理者の認証が通ら
なければ、諸設定の変更などを行えないようにしたもの
がある。
2. Description of the Related Art Conventionally, in a device having an HTTP server function and performing device setting and user registration from a browser,
Usually, an administrator is registered so that various settings cannot be changed without authentication of the registered administrator.

【0003】[0003]

【発明が解決しようとする課題】上記した従来装置のよ
うに、登録管理者がいちいち設定変更しなければならな
いようでは簡便性にかける。かと言って、簡便性のため
に管理者を登録せずに使用している場合に、不正に設定
を変更されてしまうという恐れがある。この場合、履歴
を残している場合でも、変更された後に時間が経過して
いると、履歴が更新され、いつ設定が変更されたか判ら
ない場合があるという問題がある。
[0007] As in the above-described conventional apparatus, if the registration manager must change the setting each time, the simplicity is required. However, if the administrator is used without registering it for the sake of simplicity, the settings may be illegally changed. In this case, even if the history is left, if the time has elapsed after the change, the history is updated, and there is a problem that it may not be known when the setting has been changed.

【0004】この発明は上記問題点に着目してなされた
ものであって、簡便性を確保でき、それでいて不正、障
害等の原因究明を迅速になし得るサーバ装置を提供する
ことを目的としている。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and has as its object to provide a server device which can ensure simplicity and can quickly investigate the cause of fraud, failure, and the like.

【0005】[0005]

【課題を解決するための手段】この発明のサーバ装置
は、複数のイベントを記録するためのログと、ログに記
録するイベントを選択する手段を備え、選択されたイベ
ントだけをログに記録するようにしている。
A server apparatus according to the present invention includes a log for recording a plurality of events and a means for selecting an event to be recorded in the log, and records only the selected event in the log. I have to.

【0006】このサーバ装置では、選択され、登録され
ているイベント、例えばネットワーク設定の設定変更、
電話帳の編集、追加、消去などの入力の場合にはログ記
憶する。しかし、選択されず、登録されていないイベン
ト、例えばネットワーク設定の参照、通信ジョブの参
照、キャンセルなどの入力の場合、ログ記憶しない。し
たがって、後にログの内容を読み出すと、装置の運用に
影響を及ぼす重要なイベントの履歴を容易にチェックで
きる。
In this server device, a selected and registered event, for example, a change in network setting,
In the case of inputting such as editing, adding, and deleting a telephone directory, the log is stored. However, in the case of an event that is not selected and is not registered, for example, an input such as a reference to a network setting, a reference to a communication job, or a cancellation, the log is not stored. Therefore, by reading the contents of the log later, it is possible to easily check the history of important events that affect the operation of the apparatus.

【0007】[0007]

【発明の実施の形態】以下、実施の形態により、この発
明をさらに詳細に説明する。図1は、この発明の一実施
形態サーバ装置の機能構成を示すブロック図である。サ
ーバ装置は、イベント等を入力する入力部1と、情報処
理部2と、入力されたイベントをログ記録するか否かを
設定するイベント設定記憶部3と、イベントの履歴を記
録するログ4と、表示部5とを備えている。この実施形
態サーバ装置においては、イベント入力があると、ログ
記録されるものと、ログ記録されないものが、予め登録
されており、入力されたイベントはどちらかに選択され
る。この実施形態でのログ記録の有無の登録例を図2に
示している。ここでは、ネットワーク設定で、参照はロ
グ出力OFFであるが、設定変更はログ出力ONに設定
されている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in more detail with reference to embodiments. FIG. 1 is a block diagram illustrating a functional configuration of a server device according to an embodiment of the present invention. The server device includes an input unit 1 for inputting an event or the like, an information processing unit 2, an event setting storage unit 3 for setting whether to log the input event, and a log 4 for recording a history of the event. , A display unit 5. In the server device of this embodiment, when an event is input, a log-recorded event and a non-log-recorded event are registered in advance, and one of the input events is selected. FIG. 2 shows an example of registration of the presence or absence of log recording in this embodiment. Here, in the network setting, the log output is OFF for the reference, but the log change is set to ON for the setting change.

【0008】通信ジョブ及びプリントジョブは、いずれ
も参照、キャンセルともログ出力OFFに設定されてい
る。他方、電話帳は参照がログ出力OFFであるが、編
集、追加、消去ともログ出力ONに設定されている。更
に、機器情報の参照、ユーザ登録の参照、編集、追加、
消去はいずれもログ出力OFFとしている。また、運用
設定は、参照でもログ出力ONとしている。変更も同じ
くログ出力ONに設定している。これらのうち、内容に
よっては、例えば運用設定の参照について“社内”の条
件を付してもよいし、重要事項については、特定者の人
称を条件としてもよい。
Both the communication job and the print job are set to log output OFF for both reference and cancellation. On the other hand, the log output of the telephone directory is OFF, but the log output is set ON for editing, adding, and deleting. Furthermore, reference to device information, reference to user registration, editing, addition,
In all cases, the log output is turned off. In the operation setting, the log output is turned ON for reference. Change is also set to log output ON. Of these, depending on the content, for example, a condition of “in-house” may be given for reference to the operation setting, and important items may be given by a person's name of a specific person.

【0009】次に、実施形態サーバ装置において、イベ
ントが入力された場合のログ記録の処理動作を図3、図
4に示すフロー図を参照して説明する。先ず、ステップ
ST1においては、イベント入力か否かを判定する。何
らかのイベント入力有りの場合は、ステップST2へ移
行する。ステップST2においては、ネットワーク設定
か否かを判定する。他の項目であれば、ステップST5
へ移行する。一方、ネットワーク設定であれば、ステッ
プST3へ移行する。ステップST3においては、更に
細項目が設定変更か否かを判定する。設定変更であれ
ば、ステップST4へ移行する。一方、設定変更でなけ
れば、ここでは参照となり、ステップST6へ移行す
る。ステップST4では、ネットワーク設定の設定変更
をログ出力ON、つまりログ記録する。そして、この処
理を終了する。ステップST6においては、ネットワー
ク設定の参照をログ出力OFF、つまりログ記録しな
い。
Next, in the server device of the embodiment, a processing operation of log recording when an event is input will be described with reference to flowcharts shown in FIGS. First, in step ST1, it is determined whether or not an event is input. If there is any event input, the process proceeds to step ST2. In step ST2, it is determined whether or not a network setting has been made. If it is another item, step ST5
Move to. On the other hand, if it is a network setting, the process proceeds to step ST3. In step ST3, it is determined whether or not the detailed item is a setting change. If the setting has been changed, the process proceeds to step ST4. On the other hand, if the setting has not been changed, reference is made here, and the process proceeds to step ST6. In step ST4, a log output of the setting change of the network setting is turned on, that is, a log is recorded. Then, this process ends. In step ST6, the log output of the reference to the network setting is turned off, that is, the log is not recorded.

【0010】ステップST5においては、入力項目が通
信ジョブであるか否かを判定する。通信ジョブであれ
ば、ステップST6へ移行する。一方、通信ジョブでな
ければ、ステップST7へ移行する。ステップST6に
おいては、通信ジョブの細項目が参照、キャンセルのい
ずれにかかわらず、ログ出力OFF、つまりログ記録し
ないで処理を終了する。
In step ST5, it is determined whether or not the input item is a communication job. If it is a communication job, the process proceeds to step ST6. On the other hand, if it is not a communication job, the process proceeds to step ST7. In step ST6, regardless of whether the detailed item of the communication job is referred to or canceled, the log output is turned off, that is, the process ends without logging.

【0011】ステップST7においては、プリントジョ
ブであるか否かを判定する。プリントジョブであれば、
ステップST6へ移行する。一方、プリントジョブでな
ければ、ステップST8へ移行する。ステップST6に
おいては、プリントジョブの細項目が参照、キャンセル
のいずれにかかわらずログ出力OFFであり、つまりロ
グ記録しないで処理を終了する。
In step ST7, it is determined whether the job is a print job. For print jobs,
Move to step ST6. On the other hand, if it is not a print job, the process proceeds to step ST8. In step ST6, the log output is OFF regardless of whether the detailed item of the print job is referenced or canceled, that is, the process ends without recording the log.

【0012】ステップST8においては、入力イベント
の項目が電話帳であるか否かを判定する。電話帳であれ
ば、ステップST9へ移行する。一方、電話帳でなけれ
ば、ステップST10へ移行する。ステップST9にお
いては、電話帳の細項目が編集、追加、消去のいずれか
であるか否かを判定する。編集、追加、消去のいずれか
である場合は、ステップST4へ移行する。一方、いず
れでもない場合、ここでは参照であるとして、ステップ
ST6へ移行する。ステップST4においては、編集、
又は追加、又は消去をログ記録する。一方、ステップS
T6においては、参照についてログ出力OFFとし、ロ
グ記録しない。
In step ST8, it is determined whether or not the item of the input event is a telephone directory. If it is a telephone directory, the process proceeds to step ST9. On the other hand, if it is not a telephone directory, the process proceeds to step ST10. In step ST9, it is determined whether or not the detailed item of the telephone directory is any one of edit, add, and delete. If any of editing, addition, and deletion is performed, the process proceeds to step ST4. On the other hand, if neither is the case, it is determined to be a reference here, and the process proceeds to step ST6. In step ST4, editing,
Or log additions or deletions. On the other hand, step S
At T6, the log output is turned OFF for the reference and the log is not recorded.

【0013】ステップST10においては、項目がユー
ザ登録であるか否かを判定する。入力されたイベントの
項目がユーザ登録であれば、ステップST6へ移行す
る。ユーザ登録でなければ、ステップST11へ移行す
る。ステップST6においては、ユーザ登録の細項目が
参照、編集、追加、消去のいずれかであるかにかかわら
ず、ログ出力OFFである。つまり、ログ記録しない。
In step ST10, it is determined whether or not the item is a user registration. If the input event item is a user registration, the process proceeds to step ST6. If it is not a user registration, the process proceeds to step ST11. In step ST6, the log output is OFF regardless of whether the detailed item of the user registration is reference, edit, add, or delete. That is, no log is recorded.

【0014】ステップST11においては、項目が運用
設定か否か判定する。運用設定であれば、ステップST
4へ移行する。一方、運用設定でなければ、ステップS
T12へ移行する。ステップST4においては、運用設
定の細項目が参照、変更の如何にかかわらず、ログ出力
ONとする。つまり、ログ記録する。ステップST12
においては、項目が機器情報か否か判定する。機器情報
であれば、ステップST6へ移行し、ログ出力をOFF
とし、処理を終了する。一方、機器情報でなければ、そ
のまま処理を終了する。この場合、ステップST1へ戻
るようにしてもよい。
In step ST11, it is determined whether the item is an operation setting. If it is an operation setting, step ST
Move to 4. On the other hand, if it is not an operation setting, step S
Move to T12. In step ST4, the log output is turned ON regardless of whether the detailed item of the operation setting is referred to or changed. That is, the log is recorded. Step ST12
In, it is determined whether the item is device information. If it is device information, the process proceeds to step ST6, and the log output is turned off.
And ends the processing. On the other hand, if it is not device information, the process is terminated. In this case, the process may return to step ST1.

【0015】以上のように、選択設定されたイベントを
ログ記録すると、その記録内容の一例を示すと、図5に
示すものとなる。図5で、各ログ出力ONとされた項目
のアクション毎に、アクセス時刻、クライアント、項
目、アクション、変更履歴が記録されている。このログ
記録内容を読み出し、表示すると、重要なイベントの履
歴を知ることができ、不正、障害等が生じた場合に対応
が容易となる。
As described above, when an event selected and set is recorded in a log, an example of the recorded contents is shown in FIG. In FIG. 5, the access time, the client, the item, the action, and the change history are recorded for each action of the item for which the log output is turned ON. By reading and displaying the contents of the log, it is possible to know the history of important events, and it is easy to deal with improper operations or failures.

【0016】また、上記実施形態において、ログへの記
録がクライアントの操作に基づいてなされる場合、ログ
へ記録がなされる旨をクライアントに通知するようにし
てもよい。
Further, in the above embodiment, when recording in the log is performed based on the operation of the client, the client may be notified that the recording is performed in the log.

【0017】[0017]

【発明の効果】この発明によれば、ログに記録するイベ
ントを選択する手段を備え、選択されたイベントだけを
ログに記録するようにしているので、記録するイベント
を限定することにより、不正、障害発生時の原因究明を
迅速に行うことができる。
According to the present invention, a means for selecting an event to be recorded in the log is provided, and only the selected event is recorded in the log. It is possible to quickly investigate the cause when a failure occurs.

【図面の簡単な説明】[Brief description of the drawings]

【図1】この発明の一実施形態であるサーバ装置の機能
構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a functional configuration of a server device according to an embodiment of the present invention.

【図2】同実施形態サーバ装置におけるイベントのログ
記録の有無設定の一例を示す図である。
FIG. 2 is a diagram illustrating an example of an event log presence / absence setting in the server device of the embodiment.

【図3】同実施形態サーバ装置のイベントのログ記録処
理を説明するためのフロー図である。
FIG. 3 is a flowchart illustrating an event log recording process of the server device of the embodiment.

【図4】図3とともに、同実施形態サーバ装置のイベン
トのログ記録処理を説明するためのフロー図である。
FIG. 4 is a flowchart illustrating an event log recording process of the server device of the embodiment, together with FIG. 3;

【図5】同実施形態サーバ装置のログ記録内容の一例を
示す図である。
FIG. 5 is a diagram showing an example of log record contents of the server device of the embodiment.

【符号の説明】[Explanation of symbols]

1 入力部 2 情報処理部 3 イベント設定記憶部 4 ログ 5 表示部 Reference Signs List 1 input unit 2 information processing unit 3 event setting storage unit 4 log 5 display unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】複数のイベントを記録するためのログと、
ログに記録するイベントを選択する手段を備え、選択さ
れたイベントだけをログに記録するようにしたことを特
徴とするサーバ装置。
1. A log for recording a plurality of events,
A server device comprising means for selecting an event to be recorded in a log, and recording only the selected event in a log.
【請求項2】前記選択されたイベントは、装置の運用に
影響を及ぼすイベントであることを特徴とする請求項1
記載のサーバ装置。
2. The apparatus according to claim 1, wherein the selected event is an event that affects the operation of the apparatus.
The server device according to the above.
【請求項3】前記ログへの記録がクライアントの操作に
基づいてなされる場合、ログへ記録がなされる旨をクラ
イアントに通知することを特徴とする請求項1又は請求
項2記載のサーバ装置。
3. The server device according to claim 1, wherein when the recording in the log is performed based on an operation of the client, the client is notified that the recording is performed in the log.
JP2001007402A 2001-01-16 2001-01-16 Server device Pending JP2002215432A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001007402A JP2002215432A (en) 2001-01-16 2001-01-16 Server device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001007402A JP2002215432A (en) 2001-01-16 2001-01-16 Server device

Publications (1)

Publication Number Publication Date
JP2002215432A true JP2002215432A (en) 2002-08-02

Family

ID=18875160

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001007402A Pending JP2002215432A (en) 2001-01-16 2001-01-16 Server device

Country Status (1)

Country Link
JP (1) JP2002215432A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107217A (en) * 2004-10-06 2006-04-20 Ricoh Co Ltd Image forming apparatus, log transfer method and log transfer system
JP2006133975A (en) * 2004-11-04 2006-05-25 Ricoh Co Ltd Electronic equipment, non-transfer log disappearance notification method, its program and recording medium with same program recorded
JP2008003862A (en) * 2006-06-22 2008-01-10 Fuji Xerox Co Ltd Audit log creating device, audit event recording program and image processing device
JP2011511980A (en) * 2008-01-31 2011-04-14 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for operating system event notification mechanism using file system interface
JP2011145830A (en) * 2010-01-13 2011-07-28 Nippon Telegr & Teleph Corp <Ntt> Event log extraction method, device of the same, and program
JP2012146271A (en) * 2011-01-14 2012-08-02 Nippon Telegr & Teleph Corp <Ntt> Log management system, log management method, log management device, and log management program
JP2018116588A (en) * 2017-01-20 2018-07-26 セイコーエプソン株式会社 Circuit device, real-time clocking device, electronic apparatus, and vehicle

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107217A (en) * 2004-10-06 2006-04-20 Ricoh Co Ltd Image forming apparatus, log transfer method and log transfer system
JP2006133975A (en) * 2004-11-04 2006-05-25 Ricoh Co Ltd Electronic equipment, non-transfer log disappearance notification method, its program and recording medium with same program recorded
JP2008003862A (en) * 2006-06-22 2008-01-10 Fuji Xerox Co Ltd Audit log creating device, audit event recording program and image processing device
JP2011511980A (en) * 2008-01-31 2011-04-14 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for operating system event notification mechanism using file system interface
US8935579B2 (en) 2008-01-31 2015-01-13 International Business Machines Corporation Method and apparatus for operating system event notification mechanism using file system interface
JP2011145830A (en) * 2010-01-13 2011-07-28 Nippon Telegr & Teleph Corp <Ntt> Event log extraction method, device of the same, and program
JP2012146271A (en) * 2011-01-14 2012-08-02 Nippon Telegr & Teleph Corp <Ntt> Log management system, log management method, log management device, and log management program
JP2018116588A (en) * 2017-01-20 2018-07-26 セイコーエプソン株式会社 Circuit device, real-time clocking device, electronic apparatus, and vehicle

Similar Documents

Publication Publication Date Title
US11394670B2 (en) System and method for performing follow up based on user interactions
US20200294163A1 (en) Method and apparatus for controlling digital evidence
US7167842B1 (en) Architecture and method for operational privacy in business services
US8645760B2 (en) Alternate procedures assisting computer users in solving problems related to error and informational messages
US6986030B2 (en) Portable memory device includes software program for interacting with host computing device to provide a customized configuration for the program
US7567988B2 (en) Synchronizing agent for multiple clients/applications on a computer system
US20060156052A1 (en) Method and apparatus for management of data on handheld devices
US20080154977A1 (en) Content management system with improved performance
JP2004528636A (en) Automatic data update
US20080021696A1 (en) System and method of providing a fast path link for an identified set of data
US20020191020A1 (en) Method and apparatus for removing confindential information from a history
US20030191716A1 (en) Secure storage system and method
US20030177202A1 (en) Method and apparatus for executing an instruction in a web page
JP4445941B2 (en) Customer database management device and customer database management program
JP2002215432A (en) Server device
US20080065641A1 (en) Method, system and program product for verifying access to a data object
JP2008117220A (en) User management system, user management program and user management method
US20210306333A1 (en) Systems and methods for integrating systems over untrusted networks
JP5341695B2 (en) Information processing system, information processing method, and program
US20020194222A1 (en) Method and apparatus for disabling histories in a browser
JP2009116610A (en) Insurance contract information provision system and client terminal connected to insurance contract information provision system
JP4357629B2 (en) Log management system
JP2008217691A (en) Personal information management system
JP2007122598A (en) Information processor, and information processing system and program
JP2003203145A (en) Personnel management support system and method therefor