13.22 MSHealth

Use this Knowledge Script to monitor for self-monitoring events associated with the managed client, Client Communication Manager agent service, and management server. It looks in the Windows Application log for events of several types: general, communication, job, security, and upgrade.

You can filter event log entries by event type and by specifying a combination of include and exclude strings for each event field. All event log entries that match the filtering criteria are returned in the event detail message. An event is raised anytime AppManager places a self-monitoring event in the Windows Application log.

Run this script on computers where the management server is installed. To check for self-monitoring events on computers that do not have the management server installed, use the AgentHealth script.

13.22.1 Resource Object

Windows 2003 Server or later

13.22.2 Default Schedule

The default interval for this script is Asynchronous.

Regardless of the schedule you select, once you start the script, its job status appears as Running.

13.22.3 Setting Parameter Values

Set the following parameters as needed:

Parameter

How to Set It

Monitor events of type...

Set to y to raise an event when AppManager places a self-monitoring event in the Windows Application Log of any of the following types:

... general. The default is y.

... communications. The default is y.

... job. The default is y.

... security. The default is y.

... upgrade. The default is y.

Event severity for events of type...

Set the event severity level, from 1 to 40, to reflect the importance when the following types of event are inserted in the Windows event log:

... general. The default is 15 (yellow event indicator).

... communications. The default is 15 (yellow event indicator).

... job. The default is 15 (yellow event indicator).

... security. The default is 15 (yellow event indicator).

... upgrade. The default is 15 (yellow event indicator).

Filter events by event description

The script will look for matching entries in the event log Description field. Multiple strings can be entered separated by commas. The filter string can contain criteria used to include entries, exclude entries, or both. Separate the include and exclude criteria with a colon (:). If you are specifying only include criteria, the colon is not necessary.

For example, to include “communication” and “cold start” event types but exclude them when associated with the managed client or CCM agent service, type:

communication,cold start:mc,ccm

Use case-sensitive description filter?

Set to y to make all filter statements for this script case-sensitive. The default value is n (not case-sensitive).