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 is the enclosing tag for all services entries.
0 or 1. If you don't define SERVICES, no services check will run.
<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>
For every service, you want to check, you define a SERVICE-pair.
The common XML tags as described in Section 9.8, “Tags Common to All Checks and/or Checkpoints”
As many as you like.
Look at SERVICES