2014-11-11 18:06:50 +01:00
|
|
|
<?php
|
2015-02-03 15:49:34 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2014-11-11 18:06:50 +01:00
|
|
|
|
|
|
|
namespace Icinga\Module\Monitoring\Backend\Livestatus;
|
|
|
|
|
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
|
|
|
|
|
|
|
class LivestatusBackend extends MonitoringBackend
|
|
|
|
{
|
|
|
|
}
|