Merge branch 'ent-13492-funcion-repetida-en-enterprise-pm-y-netflowserver-pm' into 'develop'

Deprecate Prediction Netflow modules.

See merge request artica/pandorafms!7233
This commit is contained in:
Daniel Rodriguez 2024-04-18 13:26:46 +00:00
commit 13196eaa51

View File

@ -197,13 +197,6 @@ sub exec_prediction_module ($$$$) {
return;
}
# Netflow modules
if ($agent_module->{'prediction_module'} == 4) {
logger ($pa_config, "Executing netflow module " . $agent_module->{'nombre'}, 10);
enterprise_hook ('exec_netflow_module', [$pa_config, $agent_module, $server_id, $dbh]);
return;
}
# Cluster status module.
if ($agent_module->{'prediction_module'} == 5) {
logger ($pa_config, "Executing cluster status module " . $agent_module->{'nombre'}, 10);