lokidaibel 40656c9dab ServicegroupCommand: new CLI command
Created this to be able to also create Servicegroups over CLI. basically its the same file as HostGroupCommand. Tested in 1.5.1

fixes #1745
2019-01-02 10:23:49 +01:00

16 lines
281 B
PHP

<?php
namespace Icinga\Module\Director\Clicommands;
use Icinga\Module\Director\Cli\ObjectCommand;
/**
* Manage Icinga Servicegroups
*
* Use this command to show, create, modify or delete Icinga Servicegroups
* objects
*/
class ServiceGroupCommand extends ObjectCommand
{
}