I have a few windows hosts, which have the default Windows OS Template assigned, hence have a service.discovery-discovery-rule defined on them.
This default rule, will discover all services that are set to startup automaticaly.
But now I want to discover a few application-specific services which I should be able to discover using service.discovery with a filter on the service-path and startup-type set to Manual
However, Zabbix complains that a discovery rule service.discovery is already defined, since indeed this key is already used by the windows OS services auto-discovery rule..
I tried adding a dummy parameter to service.discovery to make the key unique, but that makes the rule not supported as the key does not accept parameters.
Is there a way add a new (services) discovery-rule with a different set of filters avoiding this duplicate key problem ?
(running Zabbix 4.4.4)
This default rule, will discover all services that are set to startup automaticaly.
But now I want to discover a few application-specific services which I should be able to discover using service.discovery with a filter on the service-path and startup-type set to Manual
However, Zabbix complains that a discovery rule service.discovery is already defined, since indeed this key is already used by the windows OS services auto-discovery rule..
I tried adding a dummy parameter to service.discovery to make the key unique, but that makes the rule not supported as the key does not accept parameters.
Is there a way add a new (services) discovery-rule with a different set of filters avoiding this duplicate key problem ?
(running Zabbix 4.4.4)
Comment