diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index e09942308e..40cd75f4d9 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -1376,11 +1376,11 @@ sub pandora_execute_action ($$$$$$$$$;$) { my $threshold = shift; my $period = $hours * 3600; # Hours to seconds if($threshold == 0){ - $params->{"other"} = $period . '%7C0%7C0%7C225'; + $params->{"other"} = $period . '%7C1%7C0%7C225'; $cid = 'module_graph_' . $hours . 'h'; } else{ - $params->{"other"} = $period . '%7C0%7C1%7C225'; + $params->{"other"} = $period . '%7C1%7C1%7C225'; $cid = 'module_graphth_' . $hours . 'h'; }