mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
parent
fffa6a5f3b
commit
0a33e4f1ed
15
application/clicommands/CommandCommand.php
Normal file
15
application/clicommands/CommandCommand.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Module\Director\Clicommands;
|
||||||
|
|
||||||
|
use Icinga\Module\Director\Cli\ObjectCommand;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Manage Icinga Commands
|
||||||
|
*
|
||||||
|
* Use this command to show, create, modify or delete Icinga Command
|
||||||
|
* objects
|
||||||
|
*/
|
||||||
|
class CommandCommand extends ObjectCommand
|
||||||
|
{
|
||||||
|
}
|
@ -21,6 +21,7 @@ Icinga objects of a specific type:
|
|||||||
|
|
||||||
Currently the following object types are available on CLI:
|
Currently the following object types are available on CLI:
|
||||||
|
|
||||||
|
* command
|
||||||
* endpoint
|
* endpoint
|
||||||
* host
|
* host
|
||||||
* hostgroup
|
* hostgroup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user