Actions
User story #9797
closedUse different ways to report back
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
The transport layer for the current logging system (Syslog) is modifying a very base-system daemon.
Additionally to handle any scaling issues, used over UDP, which is:
- unencrypted
- pretty fragile
+ does not hang
+ does not keep a contant TCP session to the policy server
- one-shot upload of the reports of the last run
- use an encrypted way to secure the logfiles
- probably also sign it for security
- probably use something http-backed to utilize the already existing apache on the policy servers
- collect the reports in a separate place for each run and upload it at the end (just like the inventory), and
- establish somekind of daemon that handles the forwarding of the uploaded inventories / logs, so you are not bound to whatever schedule the relays' agent have
Actions