2013-06-27 04:14:41 -04:00
|
|
|
<?php
|
2015-02-04 04:46:36 -05:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2013-06-27 04:14:41 -04:00
|
|
|
|
2014-11-11 09:46:17 -05:00
|
|
|
// TODO: obsolete, remove once MonitoringBackend is in use everywhere
|
2013-09-24 09:26:10 -04:00
|
|
|
|
2014-11-11 09:46:17 -05:00
|
|
|
namespace Icinga\Module\Monitoring;
|
2014-06-20 22:25:02 -04:00
|
|
|
|
2014-11-11 09:46:17 -05:00
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
2014-05-06 11:01:43 -04:00
|
|
|
|
2014-11-11 09:46:17 -05:00
|
|
|
class Backend extends MonitoringBackend
|
2014-06-06 03:05:21 -04:00
|
|
|
{
|
2013-06-27 04:14:41 -04:00
|
|
|
}
|