mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-3983-Informes-SLA-mensuales-de-keepalive-no-se-calculan-bien' into 'develop'
Informes SLA mensuales de "KeepAlive" no se calculan bien See merge request artica/pandorafms!2433
This commit is contained in:
commit
1cf0c1545a
@ -5515,6 +5515,10 @@ function reporting_advanced_sla(
|
|||||||
$max_value = 0;
|
$max_value = 0;
|
||||||
$min_value = 0;
|
$min_value = 0;
|
||||||
$inverse_interval = 1;
|
$inverse_interval = 1;
|
||||||
|
} else if ($agentmodule_info['id_tipo_modulo'] == '100') {
|
||||||
|
$max_value = 0.9;
|
||||||
|
$min_value = 0;
|
||||||
|
$inverse_interval = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user