9.47. Configuration for the services check.

The services-check checks, if all configured services on your windows system are runnning. A list of servies (and its states) is retrieved by "psservices.exe" (included in pstools). For a correct setup of OpenSMART in a windows environment, please look at the installation guide.

SERVICES

Explanation

SERVICES is the enclosing tag for all services entries.

Parent

OSAGENT

allowed values

Count

0 or 1. If you don't define SERVICES, no services check will run.

Example
  <SERVICES>
    <SERVICE>
      <SERVICENAME>EventSystem</SERVICENAME>
      <ERRORLEVEL>ERROR</ERRORLEVEL>
      <DESCRIPTION>Windows event service isn't running</DESCRIPTION>
    </SERVICE>
    <SERVICE>
      <SERVICENAME>lanmanserver</SERVICENAME>
      <ERRORLEVEL>ERROR</ERRORLEVEL>
      <DESCRIPTION>Windows network service isn't running</DESCRIPTION>
    </SERVICE>
  </SERVICES>
        

SERVICE

Explanation

For every service, you want to check, you define a SERVICE-pair.

Parent

SERVICES

allowed values

Count

As many as you like.

Example

Look at SERVICES

SERVICESNAME

Explanation

Name of the service to be checked. This should be a name which is known in the windows "services" list

Parent

SERVICE

allowed values

Name of a windows service

Example

Look at SERVICES