Skip to content

Commit

Permalink
Added filter exclusion for Google Updater services
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart authored Jul 24, 2024
1 parent 1425403 commit d72fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/okconfig/templates/windows/services.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down

0 comments on commit d72fc00

Please sign in to comment.