2013-06-27 10:14:41 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
2013-06-27 10:14:41 +02:00
|
|
|
|
2013-08-20 15:32:25 +02:00
|
|
|
namespace Icinga\Module\Monitoring;
|
2013-06-27 10:14:41 +02:00
|
|
|
|
2017-12-14 14:47:09 +01:00
|
|
|
use Icinga\Application\Cli;
|
|
|
|
|
2013-06-27 10:14:41 +02:00
|
|
|
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
|
|
|
|
|
|
|
|
class Plugin extends Cli
|
|
|
|
{
|
|
|
|
}
|