Systemwalker Centric Manager リファレンスマニュアル - Microsoft(R) Windows NT(R)/Microsoft(R) Windows(R) 2000/Microsoft(R) Windows Server(TM) 2003 -
目次 索引 前ページ次ページ

第2章 ファイルの形式> 2.3 定義情報

2.3.27 プロセス監視のユーザ定義コマンド

■ファイル名

mppmonsnd.bat

■使用用途

プロセス監視中で、各プロセスの異常を検出した場合、プロセス監視の動作環境定義ファイルのUserOriginal=ONを指定した場合に、本コマンドが実行されます。本コマンドに任意のコマンドを追加することで、異常を検出した場合に、通知する動作をカスタマイズすることができます。

■格納場所

Windows NT系

Systemwalkerインストールディレクトリ\mpwalker.dm\mpcmtool\pmon\bin

■ファイル形式

@echo off
REM ############################################################
REM # [Usage]
REM #  mppmonsnd.bat %1 %2 %3 %4 %5 %6 %7 %8
REM #
REM # Parameters
REM #  %1: Product Information(CMGR 1, OMGR 2)
REM #  %2: Error Process Name
REM #  %3: IP Address (My Host)
REM #  %4: The Number of Destination Hosts
REM #  %5: Destination Host1 (if directed at mppmon.ini)
REM #  %6: Destination Host2 (if directed at mppmon.ini)
REM #  %7: Destination Host3 (if directed at mppmon.ini)
REM #  %8: Destination Host4 (if directed at mppmon.ini)
REM ############################################################


REM # Secify User Original Commands.
REM #
REM # If you want to execute this mppmonsnd.bat, you shoud edit
REM # mppmon.ini file. you should edit like "UserOriginal=ON" of
REM # [Notification] section. So, in case that some processes of
REM # Systemwlaker are in trouble, this mppmonsnd.bat will be 
REM # executed. 
REM # mppmon.ini is at [INSTALLDIR]\MpWalker.DM\mpcmtool\pmon\
REM # 


REM ### End of mppmonsnd.bat ###################################

■参照

プロセス監視の動作環境定義ファイル

目次 索引 前ページ次ページ

All Rights Reserved, Copyright (C) 富士通株式会社 1995-2005