mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Deprecate Prediction Netflow modules.
This commit is contained in:
parent
b8d7331bb9
commit
e10d0a1b02
@ -197,13 +197,6 @@ sub exec_prediction_module ($$$$) {
|
|||||||
return;
|
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.
|
# Cluster status module.
|
||||||
if ($agent_module->{'prediction_module'} == 5) {
|
if ($agent_module->{'prediction_module'} == 5) {
|
||||||
logger ($pa_config, "Executing cluster status module " . $agent_module->{'nombre'}, 10);
|
logger ($pa_config, "Executing cluster status module " . $agent_module->{'nombre'}, 10);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user