mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Minor fix DB uncompression
This commit is contained in:
parent
8fb111952c
commit
b8d7a94eb8
@ -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