2013-06-27 10:14:41 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2013-06-27 10:14:41 +02:00
|
|
|
|
2014-11-11 15:46:17 +01:00
|
|
|
// TODO: obsolete, remove once MonitoringBackend is in use everywhere
|
2013-09-24 15:26:10 +02:00
|
|
|
|
2014-11-11 15:46:17 +01:00
|
|
|
namespace Icinga\Module\Monitoring;
|
2014-06-21 04:25:02 +02:00
|
|
|
|
2014-11-11 15:46:17 +01:00
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
2014-05-06 17:01:43 +02:00
|
|
|
|
2014-11-11 15:46:17 +01:00
|
|
|
class Backend extends MonitoringBackend
|
2014-06-06 09:05:21 +02:00
|
|
|
{
|
2013-06-27 10:14:41 +02:00
|
|
|
}
|