Hello,
I have tried searching and followed this guide, https://www.zabbix.com/forum/zabbix-...rtain-services, but it wasn't successful.
I am on Zabbix 6.2
I tried this first:
Configurations > Templates > Macros
I added this bit " cbdhsvc_.*|Clipboard User Service_.* "
Also added it here as well

Then I tried regular expressions
Administration > General > Regular Expressions tried placing it in both "Windows Service names for discovery" and "Windows Service startup states for discovery"
I have tried with parentheses as well like this ^(cbdhsvc_.*)$
Any idea how to get this to work?
I have tried searching and followed this guide, https://www.zabbix.com/forum/zabbix-...rtain-services, but it wasn't successful.
I am on Zabbix 6.2
I tried this first:
Configurations > Templates > Macros
Code:
{$SERVICE.NAME.NOT_MATCHES}
Code:
^(?:RemoteRegistry|MMCSS|gupdate|SysmonLog|clr_optimization_v.+|sppsvc|gpsvc|Pml Driver HPZ12|Net Driver HPZ12|MapsBroker|IntelAudioService|Intel\(R\) TPM Provisioning Service|dbupdate|DoSvc|CDPUserSvc_.+|WpnUserService_.+|OneSyncSvc_.+|WbioSrvc|BITS|tiledatamodelsvc|GISvc|ShellHWDetection|TrustedInstaller|TabletInputService|CDPSvc|wuauserv|cbdhsvc_.*|Clipboard User Service_.*|)$
I added this bit " cbdhsvc_.*|Clipboard User Service_.* "
Also added it here as well
Then I tried regular expressions
Administration > General > Regular Expressions tried placing it in both "Windows Service names for discovery" and "Windows Service startup states for discovery"
I have tried with parentheses as well like this ^(cbdhsvc_.*)$
Any idea how to get this to work?