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$