From aa402744a970734e547bd9bea6d6d2b9a99e12aa Mon Sep 17 00:00:00 2001 From: SJ Date: Wed, 17 Apr 2013 13:33:08 +0200 Subject: [PATCH] fixed the daily report script --- util/daily-report.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/daily-report.php b/util/daily-report.php index c2ff3b4e..e4b56490 100644 --- a/util/daily-report.php +++ b/util/daily-report.php @@ -43,6 +43,8 @@ if(MEMCACHED_ENABLED) { } +Registry::set('counters', $counters); + Registry::set('health_smtp_servers', $health_smtp_servers); Registry::set('partitions_to_monitor', $partitions_to_monitor);