You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call_api_check.exe currently handles the case by returning an empty string and exit code 3 = unknown.
Exit code = unknown is correct (we can't know what the real result would have been), but we should additionally print a message that can be displayed as summary. Maybe something like "Incomplete API response for Invoke-IcingaCheckService".
The text was updated successfully, but these errors were encountered:
For certain execution errors at the API side, the REST API may respond with a JSON like
call_api_check.exe
currently handles the case by returning an empty string and exit code 3 = unknown.Exit code = unknown is correct (we can't know what the real result would have been), but we should additionally print a message that can be displayed as summary. Maybe something like
"Incomplete API response for Invoke-IcingaCheckService"
.The text was updated successfully, but these errors were encountered: