What is Peach
Installing
Tutorials
Methodology
Introduction
FAQ
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

WindowsService Monitor (Windows)

The WindowsService monitor controls a windows service

Parameters

  • Service — The name that identifies the service to the system. This can also be the display name for the service.

  • MachineName — The computer on which the service resides. (optional, defaults to local machine)

  • FaultOnEarlyExit — Fault if service exists early. (optional, defaults to false)

  • Restart — Name of Windows Service to attach to. Service will be started if stopped or crashes.

  • StartTimeout — Name of Windows Service to attach to. Service will be started if stopped or crashes.

Examples

Start IIS
<Agent name="Local">
        <Monitor class="WindowsService">
                <Param name="Service" value="World Wide Web Publishing Service" />
        </Monitor>
</Agent>