mrpe: enabled: true # 60 is default, this is safe value, because mrpe checks are relative fast ergo # hitting this timeout is virtually not possible # timeout: 60 # entries and cfg are the same as in the Legacy agent config: - check = check_os C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -executionpolicy bypass -file C:\ProgramData\checkmk\agent\mrpe\check_os.ps1 # *Relative* path are supported for checks and includes # Path below is equal to '$CUSTOM_AGENT_PATH$\plugins\your_check.com' # - check = Console 'plugins\your_check.com' CON CP /STATUS # - check = Console 'c:\windows\system32\mode.com' CON CP /STATUS # Special case with cache time and add or not cache time info to the output # Description (max_age:add_info) command line # - check = Checker (100:yes) 'c:\windows\system32\mode.com' # - include user_name = $CUSTOM_AGENT_PATH$\mrpe_checks.cfg # - include = $CUSTOM_AGENT_PATH$\mrpe_checks.cfg