icingaweb2/modules/monitoring/library/Monitoring/Plugin.php

13 lines
226 B
PHP
Raw Normal View History

<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring;
2017-12-14 14:47:09 +01:00
use Icinga\Application\Cli;
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
class Plugin extends Cli
{
}