mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Minor fix DB uncompression
(cherry picked from commit b8d7a94eb8a7d0b0a22c731255828940df92ce6b)
This commit is contained in:
parent
fafba6e00a
commit
a03c8ed26c
@ -519,7 +519,10 @@ function db_get_module_ranges_unknown($id_agente_modulo, $tstart = false, $tend
|
||||
switch ($event["event_type"]) {
|
||||
case "going_up_critical":
|
||||
case "going_up_warning":
|
||||
case "going_up_normal": {
|
||||
case "going_up_normal":
|
||||
case "going_down_critical":
|
||||
case "going_down_warning":
|
||||
case "going_down_normal": {
|
||||
if ($last_status == 1) {
|
||||
$return[$i]["time_to"] = $event["utimestamp"];
|
||||
$i++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user