From a898fad2c3557569e62be1def6728e4d7bc56f4c Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Mon, 20 May 2019 10:35:46 +0200 Subject: [PATCH] lint fixes --- pandora_console/include/functions_reporting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index a877361766..aa29bec33e 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5515,6 +5515,10 @@ function reporting_advanced_sla( $max_value = 0; $min_value = 0; $inverse_interval = 1; + } else if ($agentmodule_info['id_tipo_modulo'] == '100') { + $max_value = 0.9; + $min_value = 0; + $inverse_interval = 1; } } }