Actions
Bug #11285
closedWhen running "rudder agent inventory", all other reports are missing on the server
Bug #11285:
When running "rudder agent inventory", all other reports are missing on the server
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
50
Name check:
Fix check:
Regression:
Description
"rudder agent inventory" triggers a run containing only the inventory, but send begin/end reports, which makes the webapp consider it a full run, and compute compliance based on the received logs.
In the case, everything but the inventory is considered missing.
We should probably not send begin/end reports when not doing a full run, but this would result in losing a repaired (inventory) report on the server.
Actions