1 title: Windows Services
7 Check the current state of a Windows service. Each service is either {running} or {stopped}
8 or in a transitional state like {starting} or {stopping}. This check becomes critical if the
9 service in question is not in the state {running}. It is getting UNKNOWN if the service is missing
12 If you have just a small number of Windows hosts to monitor,
13 manual check configuration with {checks +=} will probably do.
14 With a larger number of hosts we propose using {inventory_services_rules}.
15 This allows auto-detection of services according to their names,
16 current states and start types. The auto-detection can also make use
17 of host tags in order to use different rules on different sets of
18 hosts (for example for monitoring certain services only on production
19 servers). Inventory and manual checks can be used in parallel.
22 The name of the service as string. Please note, that the agent replaces
23 spaces in the service names with underscores. If you are unsure
24 about the correct spelling of the name then please look at the
25 output of the agent (cmk -d HOSTNAME). The service names are in the first column
26 of the section {<<<services>>>}. Please do not mix up the service
27 names with the display names of the services. Those are just being displayed
28 as a further information.
31 The inventory function of this check helps you to auto-detect then services
32 that should be monitored on your hosts. Because Check_MK cannot know, which
33 services are important for you, you have to configure some rules.
35 The option {inventory_services_rules} holds a list of rules where each rule
36 contains one entry matching a list of service matching strings (regexes)