Jul 31st update

This commit is contained in:
Ned Wright
2024-07-31 17:15:35 +00:00
parent 705a5e6061
commit 384b59cc87
39 changed files with 1026 additions and 74 deletions

View File

@@ -383,6 +383,11 @@ private:
}
if (getProfileAgentSettingWithDefault<bool>(false, "agent.config.supportInvalidation")) return true;
if (getSetting<string>("intelligence", "local intelligence server ip").ok()) {
return getProfileAgentSettingWithDefault<bool>(true, "agent.config.useLocalIntelligence");
}
dbgTrace(D_INTELLIGENCE) << "Local intelligence not supported";
return false;