Add Health Alerts - Windows Server Essentials

Applies To: Windows Server 2012 R2 Essentials

A health add-in provides definitions for alerts, health checks, and repairs for network problems. A health add-in consists of xml files that annotate code or data that is used to evaluate health information for a specific feature. Health add-ins are created by developers and installed on the server and client computers by the administrator.

For details about creating a health add-in, see the Windows Server Solutions SDK.

Installing health add-in files

After the developer has created the xml files, you must place a copy of the files in the appropriate location on the server and client computers.

To install the xml files on the server

  1. In theĀ %ProgramFiles%\Windows Server\Bin\Feature Definitions folder, create a new folder named MyHealthAddIn. Give this folder any name. We suggest that the name of the folder be the same as the feature name.

  2. Copy the Definition.xml and the Definition.xml.config files to the new folder.

  3. If you created binary files for conditions or actions, copy those files to %ProgramFiles%\Windows Server\Bin.

Client computers run a scheduled task every 6 hours that pulls the XML files to the appropriate location. To force the synchronization between the client computer and the server, manually run the task.

To install the xml files on the client computer

  1. Open Task Scheduler.

  2. Run the HealthDefintionUpdateTask in Task Scheduler.

Note

This task does not install binary files. You must manually copy the binary files to the %ProgramFiles%\Windows Server\Bin folder on the client computer.

See Also

Concepts

Preparing the Image for Deployment - Windows Server Essentials
Testing the Customer Experience - Windows Server Essentials

Other Resources

Windows Deployment Tools Technical Reference