I would like to monitor all Windows Services with the service start up setting autostart.
According to the explanation in the youtube (Episode 37: Monitoring Window's services with Checkmk - YouTube) series, you can use regular expressions to add all services.
I am wondering, how to exclude the services, that are as startup type “automatic triggered”, which are not running all the time.
These are services like RemoteRegistry, MapsBroker, Edgeupdate to name a few…
I found a thread to that topic, but i could not get it to work correctly…
like:
^(?!(RemoteRegistry)).*
^(?!(RemoteRegistry|MapsBroker)).*
Any help or example is very welcome…