summaryrefslogtreecommitdiffstats
path: root/library/Graphite/Web/Controller/MonitoringAwareController.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Graphite/Web/Controller/MonitoringAwareController.php')
-rw-r--r--library/Graphite/Web/Controller/MonitoringAwareController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/Graphite/Web/Controller/MonitoringAwareController.php b/library/Graphite/Web/Controller/MonitoringAwareController.php
index dca2ebd..d4f1a07 100644
--- a/library/Graphite/Web/Controller/MonitoringAwareController.php
+++ b/library/Graphite/Web/Controller/MonitoringAwareController.php
@@ -22,6 +22,9 @@ abstract class MonitoringAwareController extends Controller
/** @var bool Whether to use icingadb as the backend */
protected $useIcingadbAsBackend = false;
+ /** @var MonitoringBackend */
+ protected $backend;
+
/**
* Restrict the given monitored object query for the currently authenticated user
*