hi !
I try to disable this windows service alert, but without success:
"cbdhsvc_c484a5f" (Clipboard User Service_c484a5f) is not running (startup type automatic delayed)
So, here what I do: (Zabbix v6.4.7)
Go to:
Data Collection --> Template --> "Windows services by Zabbix agent"
Next:
Click on "Discovery" --> Windows services discovery
And:
Filter tab, and add:
{#SERVICE.NAME} does not match ^(cbdhsvc_[a-zA-Z0-9]*)
I try too:
{#SERVICE.NAME} does not match ^(cbdhsvc_*)
and:
{#SERVICE.NAME} does not match ^(cbdhsvc_\w+)
But it does not work :'(
How to remove definitively this service alert spam ?
Thx !
I try to disable this windows service alert, but without success:
"cbdhsvc_c484a5f" (Clipboard User Service_c484a5f) is not running (startup type automatic delayed)
So, here what I do: (Zabbix v6.4.7)
Go to:
Data Collection --> Template --> "Windows services by Zabbix agent"
Next:
Click on "Discovery" --> Windows services discovery
And:
Filter tab, and add:
{#SERVICE.NAME} does not match ^(cbdhsvc_[a-zA-Z0-9]*)
I try too:
{#SERVICE.NAME} does not match ^(cbdhsvc_*)
and:
{#SERVICE.NAME} does not match ^(cbdhsvc_\w+)
But it does not work :'(
How to remove definitively this service alert spam ?

Thx !

Comment