Deprecate Prediction Netflow modules.

This commit is contained in:
Ramon Novoa 2024-04-17 18:36:42 +02:00
parent b8d7331bb9
commit e10d0a1b02
1 changed files with 0 additions and 7 deletions

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);