2010-12-22 Sergio Martin <sergio.martin@artica.es>
* util/pandora_manage.pl: Fixed duplicate module creation into config file git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3686 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7f171d2df5
commit
2f8be2178a
|
@ -1,3 +1,8 @@
|
|||
2010-12-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/pandora_manage.pl: Fixed duplicate module creation
|
||||
into config file
|
||||
|
||||
2010-12-22 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: Fixed day name array. 0 corresponds
|
||||
|
|
|
@ -1389,6 +1389,9 @@ sub pandora_manage_main ($$$) {
|
|||
enterprise_hook('pandora_delete_collection_agent_from_info',[$conf, $agent_name, $policy_id]);
|
||||
enterprise_hook('pandora_create_collection_conf_info',[$conf, $policy_name, $collection_data,$agent_name,$dbh]);
|
||||
}
|
||||
|
||||
$configuration_data = '';
|
||||
$collection_data = '';
|
||||
}
|
||||
|
||||
# Get extern policy alerts and create it on modules
|
||||
|
|
Loading…
Reference in New Issue