docs: align exec event text
This commit is contained in:
parent
1589c73697
commit
efaa73f543
1 changed files with 3 additions and 3 deletions
|
|
@ -169,9 +169,9 @@ If UI missing:
|
||||||
- Stored in the gateway in-memory queue (`enqueueSystemEvent`).
|
- Stored in the gateway in-memory queue (`enqueueSystemEvent`).
|
||||||
|
|
||||||
### Event text
|
### Event text
|
||||||
- `Exec started (host=node, node=<id>, id=<runId>)`
|
- `Exec started (node=<id>, id=<runId>)`
|
||||||
- `Exec finished (exit=<code>, tail=<...>)`
|
- `Exec finished (node=<id>, id=<runId>, code=<code>)` + optional output tail
|
||||||
- `Exec denied (policy=<...>, reason=<...>)`
|
- `Exec denied (node=<id>, id=<runId>, <reason>)`
|
||||||
|
|
||||||
### Transport
|
### Transport
|
||||||
Option A (recommended):
|
Option A (recommended):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue