2011-08-08 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/agentes/sla_view.php: Fixed a bug related to a function with a wrong name. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4680 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1c4581d8fc
commit
87383aaea7
|
@ -1,3 +1,8 @@
|
|||
2011-08-08 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/agentes/sla_view.php: Fixed a bug related to a function
|
||||
with a wrong name.
|
||||
|
||||
2011-08-08 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/config_process.php
|
||||
|
|
|
@ -126,7 +126,7 @@ if ($result !== false) {
|
|||
foreach ($result as $sla_data) {
|
||||
$data = array ();
|
||||
$data[0] = ui_print_moduletype_icon ($modules[$sla_data["id_agent_module"]]["id_tipo_modulo"], true);
|
||||
$data[1] = print_string_substr ($modules[$sla_data["id_agent_module"]]["nombre"], 25, true);
|
||||
$data[1] = ui_print_string_substr ($modules[$sla_data["id_agent_module"]]["nombre"], 25, true);
|
||||
$data[1] .= "(".$sla_data["sla_min"]." / ".$sla_data["sla_max"]." / ".$sla_data["sla_limit"].")";
|
||||
$data[2] = format_numeric (reporting_get_agentmodule_sla ($sla_data["id_agent_module"], $config["sla_period"], 1)).'%';
|
||||
$status = modules_get_agentmodule_status ($sla_data["id_agent_module"]);
|
||||
|
|
Loading…
Reference in New Issue