add "icingacli director hostgroups" CLI command for listing hostgroups defined in Icinga Director

This commit is contained in:
Florian Bachmann 2019-04-30 12:59:12 +02:00 committed by Thomas Gelf
parent 64d0d8b618
commit b8bf12b951

View 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
{
}