mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
add "icingacli director hostgroups" CLI command for listing hostgroups defined in Icinga Director
This commit is contained in:
parent
64d0d8b618
commit
b8bf12b951
14
application/clicommands/HostgroupsCommand.php
Normal file
14
application/clicommands/HostgroupsCommand.php
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Module\Director\Clicommands;
|
||||||
|
|
||||||
|
use Icinga\Module\Director\Cli\ObjectsCommand;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Manage Icinga Hostgroups
|
||||||
|
*
|
||||||
|
* Use this command to list Icinga Hostgroup objects
|
||||||
|
*/
|
||||||
|
class HostgroupsCommand extends ObjectsCommand
|
||||||
|
{
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user