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
@ChrisSchinnerl what's the reasoning behind scoring hosts in the scan endpoint if the autopilot is enabled? Do we still want to score a host when we perform checks on hosts in the maintenance loop? Do we want to scan more frequently? The reason I'm asking is the LowScore field which needs calculateMinScore, which we calculate across all hosts. There's many ways around that but before diving in I figured I'd ask for a little more context.
The idea was that when you manually scan a host via the UI, you immediately get feedback as a user and don't need to wait for the maintenance to run. So we'd still have the regular maintenance but additionally a scan would also perform some checks.
That said I think we can hold off on that part until v2.1 or v3.0. We might not want to continue having a LowScore check anyway which would then simplify adding this.
The autopilot API should be merged into the bus. That means
The text was updated successfully, but these errors were encountered: