blob: e8e1f5dbb884deee8e7472bafde4d5aaa79a7ff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring;
use Icinga\Application\Cli;
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
class Plugin extends Cli
{
}
|