diff --git a/html/pages/device/health/processor.inc.php b/html/pages/device/health/processor.inc.php
index e35b92ba08..216f0fb3d3 100644
--- a/html/pages/device/health/processor.inc.php
+++ b/html/pages/device/health/processor.inc.php
@@ -10,7 +10,7 @@ foreach (dbFetchRows("SELECT * FROM `processors` WHERE device_id = ?", array($de
{
$proc_url = "device/device=".$device['device_id']."/tab=health/metric=processor/";
- $mini_url = "graph.php?id=".$proc['processor_id']."&type=".$graph_type."&from=".$day."&to=".$config['time']['now']."&width=80&height=20&bg=f4f4f4";
+ $mini_url = "graph.php?id=".$proc['processor_id']."&type=".$graph_type."&from=".$config['time']['day']."&to=".$config['time']['now']."&width=80&height=20&bg=f4f4f4";
$text_descr = $proc['processor_descr'];