mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-22 14:53:07 -04:00
10 lines
127 B
PHP
10 lines
127 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Monitoring;
|
||
|
|
|
||
|
|
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
|
||
|
|
|
||
|
|
class Plugin extends Cli
|
||
|
|
{
|
||
|
|
}
|