Reporting - SLA - minor changes
This commit is contained in:
parent
a0050dff08
commit
7091eb5aed
|
@ -637,7 +637,7 @@ function reporting_SLA($report, $content, $type = 'dinamic',
|
|||
}
|
||||
|
||||
if (modules_is_disable_agent($sla['id_agent_module'])
|
||||
|| modules_is_not_init($item['id_agent_module'])) {
|
||||
|| modules_is_not_init($sla['id_agent_module'])) {
|
||||
if ($metaconsole_on) {
|
||||
//Restore db connection
|
||||
metaconsole_restore_db();
|
||||
|
@ -8229,4 +8229,4 @@ function reporting_format_planned_downtime_dates ($planned_downtime) {
|
|||
return $dates;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue