diff --git a/pandora_console/general/firts_task/HA_cluster_builder.php b/pandora_console/general/firts_task/HA_cluster_builder.php index 08dca65b06..a2ba8fcb80 100644 --- a/pandora_console/general/firts_task/HA_cluster_builder.php +++ b/pandora_console/general/firts_task/HA_cluster_builder.php @@ -26,19 +26,15 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no HA
- __('Clusters')));?> + __('Clusters')));?>


'; + echo __('With Pandora FMS Enterprise you can add high availability to your Pandora FMS installation by adding redundant MySQL servers').'

'; - echo __('Depending on how they provide that service, we can find two types:').'

'; - - echo __('Clusters to balance the service load: these are active - active (A/A) mode clusters. It means that all the nodes (or machines that compose it) are working. They must be working because if one stops working, it will overload the others.').'

'; - - echo __('Clusters to guarantee service: these are active - passive (A/P) mode clusters. It means that one of the nodes (or machines that make up the cluster) will be running (primary) and another won\'t (secondary). When the primary goes down, the secondary must take over and give the service instead. Although many of the elements of this cluster are active-passive, it will also have active elements in both of them that indicate that the passive node is "online", so that in the case of a service failure in the master, the active node collects this information.'); + echo __('Click on "add new node" to start transforming your Pandora FMS DB Cluster into a Pandora FMS DB Cluster.').'

'; ?>

@@ -46,7 +42,7 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no HA if(check_acl ($config['id_user'], 0, "AW")) { echo "
"; ?> - + @@ -64,7 +60,7 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no HA url: "ajax.php", success: function (data) { $("#create_master_window").dialog ({ - title: 'Agregar nodo maestro', + title: '', resizable: true, draggable: true, modal: true,