[mod] check:generic_remote:add command to log

This commit is contained in:
Christian Fraß 2023-09-05 10:58:36 +02:00
parent ccdbe1f0df
commit 9aff8752f3

View file

@ -195,6 +195,7 @@ namespace _heimdall.check_kinds.generic_remote
return { return {
"condition": _heimdall.enum_condition.unknown, "condition": _heimdall.enum_condition.unknown,
"info": { "info": {
"command": outer_command,
"error": shell_exec_result.stderr, "error": shell_exec_result.stderr,
} }
}; };