Hi,
I made an attempt to edit the Zabbix 4.0.5 tempate "Template OS Windows" so that it does not trigger on services such as TrustedInstaller etc and to do that I entered Configuration -> Templates -> Template OS Windows -> Discovery List -> Windows Service Discovery.
I then edited the Filter to be "A and B" with:
A = {#SERVICE.NAME} does not match "^TrustedInstaller"
B = {#SERVICE.STARTUP} matches "0|1"
My idea was that it would only show services of type 0 (Automatic) and type 1 (Automatic delayed) that does not start with TrustedInstaller. Instead all manual services are showing up.
Does anyone have a suggestion on how to make it work? Or if not, how do I revert to the 4.0.5 default template? The wiki only seems to have 3.x templates.
I made an attempt to edit the Zabbix 4.0.5 tempate "Template OS Windows" so that it does not trigger on services such as TrustedInstaller etc and to do that I entered Configuration -> Templates -> Template OS Windows -> Discovery List -> Windows Service Discovery.
I then edited the Filter to be "A and B" with:
A = {#SERVICE.NAME} does not match "^TrustedInstaller"
B = {#SERVICE.STARTUP} matches "0|1"
My idea was that it would only show services of type 0 (Automatic) and type 1 (Automatic delayed) that does not start with TrustedInstaller. Instead all manual services are showing up.
Does anyone have a suggestion on how to make it work? Or if not, how do I revert to the 4.0.5 default template? The wiki only seems to have 3.x templates.