plaats .ps1 bestand in C:\ProgramData\checkmk\agent\local bewerk C:\ProgramData\checkmk\agent\check_mk.user.yml verander: # ProgramData/checkmk/agent/local folder local: # enabled: yes # max_wait: 60 # max timeout for every sync plugin. Agen will gather plugins data no more than max_wait time. # this is useful to terminate badly written or hanging plugins # async_start: true # start plugins asynchronous, this is normal mode. # patterns will be scanned up down, # configuration is assigned to the first found file matching the pattern _execution: - pattern : 'test_me.bat' # Plugin name. * and ? are allowed #async: no # default is no timeout : 35 # after 35 seconds process will be killed, default is 60 in check_mk.yml run : yes # execute this plugin. - pattern : '*.*' # in the user folder. DO NOT REMOVE THIS ENTRY run : yes # Do not run any files matching this pattern naar: # ProgramData/checkmk/agent/local folder local: enabled: yes max_wait: 60 # max timeout for every sync plugin. Agen will gather plugins data no more than max_wait time. # this is useful to terminate badly written or hanging plugins async_start: true # start plugins asynchronous, this is normal mode. # patterns will be scanned up down, # configuration is assigned to the first found file matching the pattern execution: - pattern : 'GetHyperVCPU.ps1' # Plugin name. * and ? are allowed #async: no # default is no timeout : 60 # after 35 seconds process will be killed, default is 60 in check_mk.yml run : yes # execute this plugin. - pattern : '*.*' # in the user folder. DO NOT REMOVE THIS ENTRY run : yes # Do not run any files matching this pattern