2011-07-27 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/configurar_agente.php: Fixed bad parameters on enterprise_hook git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4639 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4f462f860a
commit
6c305205ba
|
@ -1,3 +1,8 @@
|
||||||
|
2011-07-27 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/configurar_agente.php: Fixed bad parameters
|
||||||
|
on enterprise_hook
|
||||||
|
|
||||||
2011-07-27 Ramon Novoa <rnovoa@artica.es>
|
2011-07-27 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_servers.php: Added information for the new
|
* include/functions_servers.php: Added information for the new
|
||||||
|
|
|
@ -655,7 +655,7 @@ if ($update_module || $create_module) {
|
||||||
|
|
||||||
if($prediction_module < 3) {
|
if($prediction_module < 3) {
|
||||||
unset($serialize_ops);
|
unset($serialize_ops);
|
||||||
enterprise_hook('modules_delete_synthetic_operations', ($id_agent_module));
|
enterprise_hook('modules_delete_synthetic_operations', array($id_agent_module));
|
||||||
}
|
}
|
||||||
|
|
||||||
$active_snmp_v3 = get_parameter('active_snmp_v3');
|
$active_snmp_v3 = get_parameter('active_snmp_v3');
|
||||||
|
|
Loading…
Reference in New Issue