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
|
|
|
|
2013-08-20 15:32:25 +02:00
|
|
|
namespace Icinga\Module\Monitoring;
|
2013-06-27 10:14:41 +02:00
|
|
|
|
|
|
|
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
|
|
|
|
|
|
|
|
class Plugin extends Cli
|
|
|
|
{
|
|
|
|
}
|