From d72fc004d93d75c09c4a6abb624b688592fc74d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gar=C3=B0ar=20=C3=9Eorsteinsson?= Date: Wed, 24 Jul 2024 10:19:38 +0000 Subject: [PATCH] Added filter exclusion for Google Updater services --- usr/share/okconfig/templates/windows/services.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/okconfig/templates/windows/services.cfg b/usr/share/okconfig/templates/windows/services.cfg index 0221417..f8ebdef 100644 --- a/usr/share/okconfig/templates/windows/services.cfg +++ b/usr/share/okconfig/templates/windows/services.cfg @@ -73,7 +73,7 @@ define service { name okc-windows-v5-check_services __EXCLUDED exclude=TBS exclude=ShellHWDetection exclude=clr_optimization_v4.0.30319_32 exclude=clr_optimization_v4.0.30319_64 exclude=sppsvc exclude=spupdsvc exclude=MMCSS exclude=gupdate exclude=gupdatem exclude=TrustedInstaller exclude=RemoteRegistry exclude=wscsvc exclude=SysmonLog exclude=MapsBroker exclude=WbioSrvc exclude=MSExchangeNotificationsBroker exclude=wuauser exclude=Tiledatamodel exclude=CDPSvc - __FILTERS "filter=name not like 'OneSyncSvc'" + __FILTERS "filter=name not like 'OneSyncSvc' and name not like 'GoogleUpdater'" __EXTRAOPTS service='*' check_command okc-check_nrpe!check_service -a $_SERVICE_FILTERS$ $_SERVICE_EXCLUDED$ $_SERVICE_EXTRAOPTS$