mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 06:46:29 +02:00
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:
commit
13196eaa51
@ -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