Navigation:  Example >

WMI Example

Previous pageReturn to chapter overviewNext page

These scenarios show some use cases for the WMI Sensors and actions supplied with ServerSentinel.
 

A simple example of monitoring a remote hard disk; one checking the system load and a more complex configuration for service management:

Example WMI Overview

 

The condition defined in the System Load Sensor will only trigger an action if the CPU Load was more than 90%, 3 times consecutively.

Example WMI CPU Load

 

The WMI Disk sensor is configured to perform a command on the remote machine. In contrast to the HDD Example,
this operation only performs a "dir" on the command line, then waits for user interaction. This is useful for this test case but not applicable in a production environment.

Example WMI Space free

 

Monitoring the InetInfo.exe process allows you to restart several services that also shut down if the base system fails.
Here, four conditions are defined along with different actions, each starting a service part of the IIS Suite:

Example WMI IIS