GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / services.summary
blobce581232d9fc553c485ad8b2d4695c8a383a980a
1 title: Windows Services
2 agents: windows
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  This check gives a summary of the windows services and monitors
8  the number of services of mode "autostart" which are stopped.
9  The state of the check as soon as such a stopped service is found
10  can be configured to be any valid state. The default is {OK}. Also,
11  if no such stopped service is found, the state is {OK}.
13  A list of ignored services can be configured. These services will not be
14  considered when determining the stopped services.
16 parameters(dict):  A dictionary with the following keys:
18  {"ignored"}: tuple: A tuple of service names or regular expressions for
19  services. These services will be disregarded when determining the state of the check
21  {"state_if_stopped"}: int: The monitoring state that should be applied if
22  stopped services are found